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
How can I check if a environment variable exist or not?
what is supply chain management?
how to disable the pop ups through QTP using a script
What is quicktest professional?
What is the meaning Work bench?
What contains Data Driven Framework document in qtp?
Describe the differences between functions and actions in UFT?
how to write xml output check point bu useing descriptive programing .means without useing output check point
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
How u will do versioning in QTP?
What are the Test design techniques you uses in ur project?
Explain the difference between check point and output value?