1)what is the quality process in QTP?
2)how to add the .tsr file in qtp through scripting?
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 |
Give me some scripts for 1). checking webpage links (counting links,opening web pages,counting child elements)
if we can find the status of script in qtp that either it's pass or fail then why we need to put this status on different excel file or log file in hybrid framework .please let me know asap thanks
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
we have a link in a website or webtable How can we record link in that table or site? link is not static we don't know exact location of that link? how ? if u know pls give reply with script also?
6 Answers Cognizant, Covansys,
can any one tell me How exactly data drivent testing is done in.explain with any example and the exact steps to fallow?
A webPage has a ComboBox with 10 values in it. Write a script to select 4 vales from it using CTRL key
Explain about the test fusion report of quicktest professional?
How to import the Test Results in QTP to an Excel sheet
Is it possible to test Flat file using QTP? I have two file- first file is Input file and second file is output file. Input file has Format like first 2 field is record type, next 10 field is Description. Output file also has format. I want to check this file format using QTP. Is it possible?? please reply with example.
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
What is keyword view and Expert view in QTP?