I am using the selenium tool for my web application testing
I recorded some script and agian i played same but while
playing:
Alert msg is not getting closed
It needs the manual interaction
[Note:Here alert is generated not at the time of onload
event]
Please provide some solution for this
Answer Posted / muppalla_kishore
selenium.windowsfocus();
selenium.click("Button name");
by the above RC script you can handle the alert messages.
As per my idea we dont have option to handle the alert popup
in IDE.
Thanks:
MU.KI.BA
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give some examples for test management tools?
Explain some disadvantages to manual software testing?
Please explain what is a relative xpath?
Explain me which web driver implementation is the fastest?
How did you use automating testing tools in your job?
What is a xpath?
What is junit? And what is junit annotation?
Tell me what is automation testing?
Explain me what is testng and why is it better than junit?
What is the different between GUI map and GUI map files?
What is data - driven automation?
Highlight attributes of good framework?
What is the difference between continue and next sentence?
I want to test a mobile software by an automation tool which is a IP telephony based software designed for both ios and android phone, basically this apps is develop for make call though few low cost audio codecs from Aircraft to Ground and Ground to Aircraft so anyone can suggest me which testing tool we can use for it
Tell us how to login into any site if it's showing any authentication pop-up for username and password?