开发者

Is it possible to run and create Selenium IDE test cases without Firefox?

I'm using Selenium IDE to occasionally test my web applications. However, since Selenium IDE is a plugin for Firefox, and it doesn't exist yet for Firefox 5 (the latest version of Firefox), I cannot run my tests and cannot cre开发者_如何学编程ate new ones.

Is it possible to use Selenium IDE without an older version of Firefox?

UPDATE: The currently last version of Selenium IDE works with Firefox 5 (problem solved): http://code.google.com/p/selenium/wiki/SeIDEReleaseNotes


If I understand correctly you are asking about the 'recording' feature that the plugin provides. Have a look at the code that it creates (on demand). You can also write that code in a text editor or ide of your choice and then run these tests as part of a test suite in the language that you choose (e.g. java).

This solution requires running the browser(s) you want to test on some test machine/server.


The usual answer to your question is "yes, if you know how to patch an XPI file". Firefox plugins declare their minimum and maximum supported Firefox levels in the plugin archive-file, and Selenium takes a conservative approach, only declaring support that has been verified. FF5 is very new, and hadn't been.

That said, sometimes there are genuine incompatibilities that need to be repaired. Not often, but sometimes.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜