When should I use Selenium IDE?
Answer / Laxmi Kant Mishra
Selenium IDE is a record/playback tool for Firefox that allows you to create test cases for web applications easily. It's useful for quick prototyping and testing of simple scripts, but it lacks the power and flexibility of other Selenium tools like WebDriver.n
| Is This Answer Correct ? | 0 Yes | 0 No |
List the different selenium tools.
If the test case frame contains several test cases, how can one execute just the selected one of those test cases?
What is the use of @listener annotation in testng?
How to pass parameters using testng.xml?
What is the difference between driver.close() and driver.quit() methods?
How can I learn to automate testing using selenium?
Mention what is the difference between implicit wait and explicit wait?
When should I use Selenium IDE?
What are some expected conditions that can be used in explicit waits?
What are selenium 1 and selenium 2?
How to check a Selenium checkbox?
What is Dynamic xpath in selenium ?