Hi All,
issue is related to handling pop up script generated in IE,
and run on mozilla.
In App Under Test, when we get the alert pop ups, we just
click ok button. if we need to run the same code on mozilla
it will not identify .
so we will check browser
if browser(*).dialog(IE object).exits
browser(*).dialog(IE object).winbutton(OK).click
else 'by default mozilla
browser(*).dialog(mozilla
object).page(*).webbutton(OK).CLICK
END IF
But my qustion is. Do we write the above piece of code where
ever we get such kind of pop ups from the application like
alert pop up, confirmation pop up....
OR do we have any other alternative way to do this by using
any functions in Recovery Scebarios?
If Any of u know idea please do help me in this regard.
or send answer to kravimb@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
Hi,All How to change background color of a cell in excel using qtp and that too with out using Excel Object.(I am importing the excel sheet by using ImportSheet method)
QTP identifying the child tabs in a maintab like tab_1,tab_2,tab_3,tab_4 while using a for loop for these tabs.its not proceeding from _1 to _2. How can i use "for loop "
HOW TO CONVERT MANUAL TEST CASES IN TO AUTOMATION TEST SCRIPTS EXPLAIN THE PROCESS?
What is your role and responsibilities in QTP with your current organization?
Difference between image checkpoint and bitmap checkpoint
what is verification & validation?
Hi all, can anyone tell me the challenges u faced while using qtp?
how can i pass a "cript"as a parameter in to a function
My Application is a client server application , but there is one functionality , when we click on one particular icon it launches web browser . When I am recording in QTP , By select approprait web add in also , it not able to record in web page , I am able to record till click on the icon. Please provide me how to over come this type of problem.
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
How to retrieve the property of an object?
How to handle the exceptions using recovery scenario manager in QTP?