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 / lulu
If the alert message is in different browser you have to
handle it after recording. You have to select that popup
window and close it.Then transfer the control back to main
window.
waitForPopUp | winId | 30000
selectWindow | winId
...
close
selectWindow
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
In what condition we cannot use automation testing for the agile method?
Give some examples for performance test tools?
Tell us what methods of robot class do you know?
What are the phases in automation testing life cycle?
What all things can you automate?
How the object properties will be recognised by the tool If the functions/ statements are written manually?
2. How you will collect a module from the version?
How do you select which automation tool is best suited for you?
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 generally is the structure of a framework?
What is functional and regression testing?
Do you know how can we make one test method dependent on other using testng?
Where will you maintain information like url, login, password?
What factors determine the effectiveness of automation testing?
Give some examples of priority – severity defect levels.