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
What are the differences between table and db checkpoints?
is the institute MindQ laid by Mr.Nageswar rao.. heard alot about Nageswar rao...can you briefly let me know about the Nageswar rao inst. and MinQ...THANX IN ADVANCE
What is qtpro?
What is Expert view?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
After coming to know that QTP could not identify non-standard objects, we set those non-standard objects as virtual objects using Virtual object wizard. But how can we identify that qtp could not identify non-standard objects?
How to analyzing test results using quicktest professional (qtp)?
I have a WebEdit Object.It is added in object repository.It has two properties Name and Index.In the next release the Name Property is same but the index property is changed.when i run the script will the script Pass or Fail
Write code for ,We have a web table with rows and columns like EmpID EName Action 1 ABC Edit Delete 2 XYZ Edit Delete 3 PQR Edit Delete In the above Table the last column has two links we have to click first link based up on EmpID =2
How to handle the exceptions using recovery scenario manager In QTP?
If a script has a local repository and also uses a shared repository, which repository will QTP use first when searching for an object during playback?
can u Give Procedure to Handle Pop Window & write Code for that