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

What is the purpose of getoptions() method?

761


How software testing is handled?

702


What are the different types of testing framework techniques?

724


Hi all, Do anyone have the experience in PDF Document Automation using OLE objects and methods? If so suggest the best websites for source. Thanks :-)

1713


Tell me what is regression testing?

724


What are the pre-requisites to start automation testing?

688


When will you automate a test?

781


What are the points that are covered while planning phase of automation ?

839


Could any one share scripts... where we can Parameterize radio buttons and Check boxes in Rational Robot.

1804


how to know whether the user information or any other information which is entered in to the web is storing in secured place or non secured place?

1777


What kinds of annotations are used in testng?

701


What are the things that one should consider for selecting a project for test automation? For example, stability, etc.

1764


Is automation testing a black box testing or white-box testing?

704


how to map requirements& test cases in quality center ???

2269


What are the limitations of automating software testing?

1785