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


Please Help Members By Posting Answers For Below Questions

In what condition we cannot use automation testing for the agile method?

724


Give some examples for performance test tools?

697


Tell us what methods of robot class do you know?

595


What are the phases in automation testing life cycle?

637


What all things can you automate?

656






How the object properties will be recognised by the tool If the functions/ statements are written manually?

1825


2. How you will collect a module from the version?

1971


How do you select which automation tool is best suited for you?

641


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... :(

1836


What generally is the structure of a framework?

669


What is functional and regression testing?

717


Do you know how can we make one test method dependent on other using testng?

652


Where will you maintain information like url, login, password?

1583


What factors determine the effectiveness of automation testing?

621


Give some examples of priority – severity defect levels.

630