Hi all,
I am New to QTP . I am Now in critical situtaion. I want to
know How to create our own object respository for our
application. please say the answer with example.
Answer Posted / akshar jain
hi akila u can create object repo by going on adding
objects which you want to add from your application for eg
if u r adding an image add it & delete all the properties
not required & add only the file name of the image ..make
the index as none
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to open a new test using quicktest professional (qtp)?
How to connect to a database?
What are some test assets and related extensions of qtp?
if our qtp vb Script may be Currepted then What we want do?
what is command for executing files?
How to associate function library at a run time?
What are the benefits of qtp?
What is the synchronization point in qtp?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
Does QTP run in any environment?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
What are the different types of qtp test assets and their extensions?
What is 'sleep' in sync point?
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?