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 many types of recording modes in qtp? Which will be used when?

0 Answers  


How QTP recognizes Objects in AUT?

1 Answers   Crea,


request to add whatsapp grp for test engineer

1 Answers  


we are submitting data one form to another form.defaultly it is time period set as 5sec. but it is taken 15sec what to do

5 Answers   Covansys,


is it possible to operate(on/off)the capslock using qtp

2 Answers  






Does quicktest professional is unicode compatible?

0 Answers  


when qtp recognizes a web link like (hyper link)wich properties it is going to take to identify the objects unquely? what is Ini file in QTP?

1 Answers   Symantic Space,


can any body help me out by providing links/material for descriptive programming in QTP otherwise can you post decriptive programing based interview Questetion&ans. plz help me out . i need it.

1 Answers   ADP,


Can we check environment variable value without existing of environment variable

2 Answers   NIIT,


How to Run a Test using QTP?

1 Answers  


Synchronizing test

3 Answers   Wipro,


How to Import data from a ".xls" file to Data table during Runtime.

1 Answers  


Categories