i'm using QTP 8.2, How should i select(browse) object
repository from desktop(or from local local drives like
C:\,D:\)?.
Note:- object repository to select(browse) is been sent by
some other person who is using QTP 9.0
Follow the below steps
1)First you have to use QTP 9.0 or the Person who is
senting object repository should use QTP 8.2 (Becoz QTP 8.2
and QTP 9.0 has dif. features,which may cause an error)
2)You can select(Browse)object Repository from desktop by
IMPORTING Point of view
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe how Smart Identification is used
Where the text version of script file located in file system?
VB scrip has a special command named LBound, which returns the starting index of an arry. What are the possible indexes an array can start with? options are given below. and one only the correct answer. pl select it 1. any index 2. only even non-negative 3. only 0 4. any non-negative integer
How To Export The Screen Shoots Along With The Test Reports In QTP Version 10? Thanks In Advance SenthilKumar
What is an Regular expression doing in VBScript?Tell the pattern for the email verification.
what is descriptive.create()in qtp?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
What are the Features & Benefits of Quick Test Pro ?
Pls Solve Error(SAP-CRM):- Cannot identify the specified item of the SAPNavigationBar object.Canfirm that the specified item is included in the object's item collection.
write progamming connecting QTP to database sql? this is question asked by interview? please give sql, pl/sql related answer?pls any answer this?
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
How we can merge the object repositories?say if we have 2 or 3 object repositories then how we can merge them?Is there any option in QTP to merge the object repositories?