1)what is the quality process in QTP?
2)how to add the .tsr file in qtp through scripting?
Process in QTP:
Generating and Enchancing the script
Debugging the script
Executing the script
Analyzing the script
Reporting
2. We can do it in two way using scripting
a)Using RepositoriesCollection.Add "Path of the .tsr file"
b)using AOM
set qtapp=CreateObject("QuickTest.APPlicaiton")
set qttest=qtapp.Test.Action[Action Name]
set or=qttest.ObjectRepositories
or.add "path of the .tsr file"
set qttest=Nothing
set qtapp=Nothing
regards,
mahi.kotike@gmail.com
| Is This Answer Correct ? | 2 Yes | 0 No |
There is a name "AJAY" how do u count no.of. "A" in that name ?
If there are 10 notepads opened on desktop. how can we close a particular 2nd notepad using script
What is test object?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
hi i have one doubt is there any companies are taking correspandence courses plz leme know urjent
In a web site, Protocal has been changed http: to https: what is your approach?
What is BPT?
what are the cases in which we use XML and accessibility check points.
What is the difference between Recover Scenario(screen) and on Error Resume Next(code)
CAn anybody tell me how can I use QTP to capture any video in my application?I want to see the video file opened in my application after the tests are completed in tests results.Can anybody help me?
How to analyzing Test Results using QTP?
How do u override the meaning of a standard object in QTP?