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
Discuss the QTP Environment?
What is a checkpoint? How many check points are there in qtp?
what is ODC and GDC?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
what is object and child object.. explain ..if possible give some example for better understanding ..
In qtp, how you can exit for loop?
Hi How to retrieve data from web element line by line?
What is different command used in command Prompt while using QTP?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
What is test object model in quicktest professional (qtp)?
How many tabs are available in debug viewer pane?
Describe synchronization point.
what is the structure for the data driven framework