How do you select the 2nd item in a List box or drop down
through selenium RC (Java)
Answers were Sorted based on User's Feedback
Answer / sunil
we can use index property to select the 2nd value from the drop down.
selenium.click(index,1) as index starts from 0
| Is This Answer Correct ? | 3 Yes | 12 No |
what are the steps followed in unit testing, system testing, integration testing
How do you choose which automation tool is best for your specific scenario?
How will you choose a tool for test automation?
What are the main attributes of test automation?
Where will you maintain information like url, login, password?
How do we Test the C++ and Unix Application Using Automated Tool.
What are the drawbacks of test automation?
Tell me what is a keyword-driven framework?
Please explain what is the difference between findelement () and findelements ()?
Do you know what is the purpose of deselectall() method?
On what factors can you map the success of automation testing?
What are the steps to perform Load and Stress testing on a Website? What resources do I need to do this? Please advise. Thanks in advance.