1)what is the quality process in QTP?
2)how to add the .tsr file in qtp through scripting?



1)what is the quality process in QTP? 2)how to add the .tsr file in qtp through scripting? ..

Answer / kotike

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

Post New Answer

More QTP Interview Questions

How to find array size in qtp?

0 Answers  


What are some test assets and related extensions of qtp?

0 Answers  


How to find local host name using QTP?

6 Answers  


How to execute a winrunner script in quicktest professional (qtp)?

0 Answers  


how u track bugs using Test director in manual testing.

2 Answers   Accenture, FCG,






how to create external data table?

1 Answers   TCS,


What is the syntax to call one action in another?

0 Answers  


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

1 Answers  


What is the entry and exit point of automation testing

2 Answers   Infosys,


Tell some commonly used Excel VBA functions?

0 Answers  


Where u will use output checkpoint in QTP?

3 Answers   HCL,


How to export data present in Datatable to an ".xls" file?

2 Answers  


Categories