Hi Friends,
I worked with 8.2 not with 9.2. Please help me in this prob.
I created one script and recorded some think and save as
Test 1 then I opened process--open the object repository
manager. Switch to file->save->give some name->save as
Objectrepo1.tsr file. (This is the global repository file.)
Then I went to object repository->tools-> associate
repository ->click + icon ->open the previously saved
Objectrepo1.tsr file. This is the global repository
Now I created one more script and save as Test 2. In this
script I am calling script with the Help of "Call of
existing action" and I executed but QTP is not able to
execute B’cos it is QTP is not able to read the Object
Repository of Test 1.
Please let me know why?
Once I made Script 1 as a shared Obj. Repository so it
would not give any Problem. Right?
No Answer is Posted For this Question
Be the First to Post Answer
is it possible to change the date format like MM/DD/YY into DD/MM?YY through script in QTP
I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?
tell me QTP standards ?plz
How to find array size in qtp?
What is object repository in qtp?
How to use the object spy in quicktest professional (qtp) 8.0 version?
What is DOM
What are the factors on which script execution time is dependent?
hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c
how many script you will wright in a year ? i told it's depends on the proj..and 'n.no of ... but he forced me to tell some num. or avg .....how many i suppose to tell..??and do a favor per day how many script don't thing it's repeated question or common ...help me post a ans...thanks for advance
Explain advantages and disadvantages kdf?
In a Web appl, on a page, there are student names & details listed.On clicking sort button,details are sorted on Names.How do u verify htat sorting is done by using QTP?