How will you handle custom object in QTP?
Answers were Sorted based on User's Feedback
Answer / nagk24
custom objects are nothing but qtp not understandable
for example if we working wit paint try to record and add objects in repository,qtp will not understand that
so,here wo do diff methods 1)analog 2)low level recording3)virtual objects 4)send keys to application 5)Dot net factory
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sujatha
Custom objects are nothing but the user defined objects
since Qtp cannot learn those objects it adds those objects
in the Winobject. so all the custom objects will he
handled only by winobject. And all the standard objects
will be handled by the object repository.
| Is This Answer Correct ? | 1 Yes | 4 No |
How you can write contexts to text file in qtp?
what is database check point, how will you parameterize the database from seperate data table?
What are the Features & Benefits of Quick Test Pro (QTP)..?
why is execute file used.
What are the advantages of QTP over WinRunner?
suppose i can done the project in automation tool with QTP in that time what i can say?
How to get the column count and column name from the resultset in the database connection program?
Hi any body can tell me the synchranization point syntax thanks in advance
Error handling
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .