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

What all challenges you have faced during automation and how you have resolved it?

2 Answers   Genpact,


When we parameterise some field ex. Textbox is there any way that we can generate a specefic number of random values (For alphabetical values if possible) instead of manually entering values in the data table

2 Answers  


what is the difference between wait and wait function

1 Answers   TCS, Wipro,


what is standalone database

1 Answers   Wipro,


How to run a test using quicktest professional (qtp)?

0 Answers  






How to find a window is minimized or not

0 Answers  


What is the main difference between desriptive programming and generic functions

2 Answers   HCL,


What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?

2 Answers  


plz can any one send me what is Automation Testing Frameworks.. Thanks in advance

1 Answers  


Thanks....But can u tell me how i use the QTP for GIS with one Example...

0 Answers  


How is the Bitmap checkpoint different from Image checkpoint?

0 Answers  


What is difference between web object and web items

2 Answers   Patni,


Categories