Explain about your automation framework?
Recent Posts
Recent Comments
| kosanam on selenium faq’s | |
| diveintotesting on Selenium Faq’s – 4 | |
| exquery on … |
Archives
Categories
- Selenium (16)
Blogroll
Latest Posts
-
How to record popup windows with selenium IDE ?
Unfortunately Selenium IDE record/replay doesn’t always record everything. It tries it best to do that but if there is an AJAX call it may not…
-
Selenium Faq’s
How to extend selenium RC for user defined functions?
-
Which part of Selenium is appropriate for me?
If you want to create quick bug reproduction scripts create scripts to aid in automation-aided exploratory testing Then you want to use Selenium IDE a…
-
selenium faq’s
Explain about your automation framework?
Selenium is an automation tool. This is different to a testing tool, though automation tools are commonly used for testing purposes.
If I were interviewing you, I would probably want to know about:
difficulties you’d encountered in setting up your tests using Selenium and how you overcame them;
whether you recorded tests using the IDE or wrote them using WebDriver or a mixture of the two, and why you made that decision;
how you structured your tests to keep them maintainable and easy to understand;
whether you used automated tests to engage the business and get developers, testers and analysts talking
your thoughts on the difference between Selenium and its other competitors like QTP.