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



I am using the selenium ide for testing my web application i recorded some script and played back ..

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

I am using the selenium ide for testing my web application i recorded some script and played back ..

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

I am using the selenium ide for testing my web application i recorded some script and played back ..

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

I am using the selenium ide for testing my web application i recorded some script and played back ..

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

I am using the selenium ide for testing my web application i recorded some script and played back ..

Answer / santhu

To the Best Of my Knowledge Plse USe the Recovery Ce In
this

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Automation Testing AllOther Interview Questions

Hi Can anyone tell me the site wherefrom I can Install latest version of QTP on my PC?

2 Answers  


What are the main benefits of test automation?

2 Answers  


Which test cases can be automated?

0 Answers  


how to use regular expression in Test Complete Functional tool

0 Answers   IBM,


List some advantages and disadvantages of manual testing.

0 Answers  






What is the difference between automation tools and management tools?

0 Answers  


1. How would you Test & then automate an antivirus application? 2. How would u test & automate windows screen saver? (expected: "test scenarios" & "test approch": points)

0 Answers   Aditi Tech,


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

0 Answers   Tech Mahindra,


What are the advantages of the automation framework?

0 Answers  


What is the difference between Test script and Test case

5 Answers  


Tell me how could the web element attributes be inspected in order to use them in different locators?

0 Answers  


Can we prioritize tests in Junit. What is the sequence of execution in Junit?

0 Answers  


Categories