I am using the selenium ide for testing my web application
i recorded some script and played back
while playing the recorded script the "alert msg is not
getting closed"
it needs manual interaction
Please help out me
Answer Posted / mohd anees
If the alert message is a javascript then use
assertConfirmation or alertConfirmation command and pass the pattern of the alert message.
this command automatically click on the "OK" button.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where do we get the QTP and Load runner softwares CDs ( Original ) in chennai
What are the important operations in database testing?
Tell me how could ajax controls be handled in webdriver?
How is Jmeter tool very useful in projects when it does not have features like online monitoring,WAN emulation,caching like other performance tools.
Kindly let me know how to setup JMeter for functionality testing of a Web application.. The apache help doc is good but i m little confused with it... :(
What criteria do you consider for automating a test?
Give some examples for defect management tools?
Hi All! Am new to Selenium and would really appreciate your help writing test cases for the following scenario: 1. Manually create 2 logins User A and User B on say, orkut.com or facebook.com. 2. Have User A invite User B as a friend. 3. Have User B accept the friend request. 4. Have User A post a comment on his own profile. 5. Have User B post a reply to that comment. 6. Each User logs out of his respective account. 7. Do not use Selenium IDE. 8. Use Selenium RC and Java.
Can you list some other automation testing tools that you are familiar with?
Tell us what is the alternate way to click on login button?
Do you know how to verify if the checkbox/radio is checked or not?
What steps are needed in developing and running a software test?
How do you choose which automation tool is best for your specific scenario?
Why automation testing?
What is keyword driven automation?