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

Is QTP supports Unix. If yes, then how the test automation is done?

1917


How to import a test case present in ".xls" file to TD under a Test set?

956


How to use setroproperty?

742


unique properties of button,edit box, radio button,check box?

4084


Explain advantages and disadvantages kdf?

684






What is the keyword view and expert view in qtp?

720


How can you identify the browser and its information using the qtp script?

756


What are the ordinal identifiers in web page?

814


How software automation specialist enter steps in the Expert View?

1856


How to handle dynamic objects in quicktest professional?

691


what is the difference between data driver & data driven and driver script?

2378


Explain the concept of object repository and how quicktest professional recognises objects?

743


What is difference between Recording time object identification and Run time (Execution) time.

1207


What is difference between run time object and test object?

736


How do you test DLL files using automation Tool QTP?

2950