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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you do batch testing in wr and is it possible to do in qtp, if so explain?

507


we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?

1581


What is business process testing(bpt) in qtp?

695


Explain the checkpoint in qtp?

594


what you mean by artifact,milestone...

1494






How to use parameterization in qtp?

623


What is object repository in qtp?

560


How can you write the scripts that operate on different objects depending on run-time information?

2118


What environment does qtp run in?

622


what QTP Options do you know?

2927


Which functionalities of QTP used in banking project? pls any say answer?

1443


Which scripting language used by quicktest professional?

529


what is Property......End Property loop? how to write sript for it in QTP

1895


What is recovery scenario manager? When you go for recovery scenario manager?

595


How can you pass value one action to another action?

555