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
Is QTP supports Unix. If yes, then how the test automation is done?
How to import a test case present in ".xls" file to TD under a Test set?
How to use setroproperty?
unique properties of button,edit box, radio button,check box?
Explain advantages and disadvantages kdf?
What is the keyword view and expert view in qtp?
How can you identify the browser and its information using the qtp script?
What are the ordinal identifiers in web page?
How software automation specialist enter steps in the Expert View?
How to handle dynamic objects in quicktest professional?
what is the difference between data driver & data driven and driver script?
Explain the concept of object repository and how quicktest professional recognises objects?
What is difference between Recording time object identification and Run time (Execution) time.
What is difference between run time object and test object?
How do you test DLL files using automation Tool QTP?