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

i am looking for HP QTP automated testing software, do you offers reselling this software or should i directly purchase with HP

1 Answers   HP,


Is automation testing a complete replacement for manual software testing?

0 Answers  


Which institute is good for testing tools course in HYD?

5 Answers  


pls tell me any open source test case managment tool ? its urgent.also tell me any autmation testing tool also for functional testing?

0 Answers  


WHAT IS TEST SCRIPT AND HOW DO YOU CREATE IT?

0 Answers  






How do you choose which automation tool is best for your specific scenario?

0 Answers  


How do you plan test automation?

1 Answers  


You have 3 Dialog Box on desktop window and u want to click on yes button on 3rd Dialog box how to write the script to click on yes by DP? Note Dialog box names are same

1 Answers   Wipro,


What are the different types of scripting techniques for automation testing?

0 Answers  


Do you know what is a data-driven framework?

0 Answers  


hi........ i want kniow about automation testing.how to work as automation tester.If we have a software so how to test the software from automation tool like QTP please give me answer in detail or any link thanks

1 Answers  


what is aom and how to add object repository? i am very new to QTP please help me

0 Answers  


Categories