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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / lp
Here you need to go viewalert in alert pop-up window and
install the certificate.Then next time it will not ask for
alert.
Is This Answer Correct ? | 0 Yes | 3 No |
How could the web element attributes be inspected in order to use them in different locators?
Tell us which package can be imported while working with webdriver?
What types of documents would you need for QA, QC, and Testing?
Tell me what is an absolute xpath?
What is data - driven automation?
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
What are the differences between open source tools, vendor tools, and in-house tools?
How to find that tools work well with your existing system?
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 are the attributes of a good framework?
why we are moving to QTP instead of using winrunner? Does QTP support any other applications which Winrunner cannot support?
What did you include in a test plan?