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
What is the purpose of getoptions() method?
How software testing is handled?
What are the different types of testing framework techniques?
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 :-)
Tell me what is regression testing?
What are the pre-requisites to start automation testing?
When will you automate a test?
What are the points that are covered while planning phase of automation ?
Could any one share scripts... where we can Parameterize radio buttons and Check boxes in Rational Robot.
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?
What kinds of annotations are used in testng?
What are the things that one should consider for selecting a project for test automation? For example, stability, etc.
Is automation testing a black box testing or white-box testing?
how to map requirements& test cases in quality center ???
What are the limitations of automating software testing?