Selenium Question:
Do you know what does selenium do?
Answer:
You can use opensource(ie free!) - Selenium tool ( selenium IDE is a plugin to firefox) to record and playback tests (like WinRunner, QTP). You can then export the recorded test in most language e.g. html, Java , .net , perl , ruby etc. The exported test can be run in any browser and any platform using "selenium remote control".
Previous Question | Next Question |
Explain what are the components of selenium? | Tell me is it possible to use Selenium for multi-user Load Testing? |