What is meant by virtual obj and Y do v need virtual obj configuration.
Answer Posted / pravati
A application may contain objects that behave like standard object but are not identified by qtp. These objects are called as virtual objects.
for example-if one object shown its property as web button but it is a link.this type of objects are called as virtual objects.
setting---tools>>vitrual object>>mark as>>name>>finish
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the views available in quicktest professional?
What are the different types of recovery operation?
Explain runtime dynamic settings?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
What is the recovery scenario in qtp?
wt is the use of multiple questions in QTP
what is supply chain management?
What is parameter in qtp?
What are the different attribute used with regular expression?
How to modify the text checkpoint?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
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
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
which type of testing process are you following in ur company? how to recognize a qtp page?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.