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 are the steps followed in unit testing, system testing, integration testing
Write a short compiled module which selects random numbers?
hi to all, if we open a browser(for ex. yahoomail.com) using navigate command. the cursor by default focussing on the 'yahoo id' html edit box. how to get the label(ie.,yahoo id) of that html edit box using descriptive program. here we should not use identify tool to get the property,thtml editbox method. by tracing the cursor position we have to get the label name. is it possible? please let me know.
What is modular automation?
Currently I do not have any automation in place in my project, but now I want to implement automation, what would be my steps?
What is build verification testing, bvt?
What are the risks associated in automation testing?
What is tsl?
What is difference between selenium and QTP tools Which is best tool... Which is most used tool
Can we find all links on a web page?
Discuss the economics of automation and the role of metrics in testing.
What are the drawbacks of test automation?
What is testng and why is it better than junit?
hi, I want to study TIA portla V11. where can I get online courses?
What are the pre-requisites to start automation testing?