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
Answers were Sorted based on User's Feedback
Answer / mohd anees
If the alert message is a javascript then use
assertConfirmation or alertConfirmation command and pass the pattern of the alert message.
this command automatically click on the "OK" button.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suresh1234
record the scenario and write the code manually to handle the popup then run the test
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suresh
Please check whether the is due to time lag/ button is not
loaded completely. To my knowledge just recorded scripts
wont work.. we need to modify the script after recording
depends on the page properties.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / 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 |
Answer / santhu
To the Best Of my Knowledge Plse USe the Recovery Ce In
this
| Is This Answer Correct ? | 0 Yes | 4 No |
How could the web element attributes be inspected in order to use them in different locators?
What are the scripting languages used in WinRunner, LoadRunner, QTP, Test director, ClearQuest, Rational Robot? How do you decide which tool will be a best fit for your test enviorment?
Difference between winnrunner and qtp?
Which package can be imported while working with webdriver?
What are software testing metrics
Can test automation improve test effectiveness?
What criteria do you use when determining when to automate a test or leave it manual?
I am testing a GIS based application so Can anyone tell me which automation testing tool is best for this application?
I heard that there is a test management system that makes tracking metrics an easy task. I would like to know more about it. Please guide me.
if i want to use different values in datatable with each iteration of for loop what would i do ??/
please guide me to get some automation tool for functional testing in freeware and how to work with it?Its emergency
What is mean by ARGO testing? can any one please explain