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 |
How to find array size in qtp?
What are some test assets and related extensions of qtp?
How to find local host name using QTP?
How to execute a winrunner script in quicktest professional (qtp)?
how u track bugs using Test director in manual testing.
how to create external data table?
What is the syntax to call one action in another?
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
What is the entry and exit point of automation testing
Tell some commonly used Excel VBA functions?
Where u will use output checkpoint in QTP?
How to export data present in Datatable to an ".xls" file?