in qtp how we work with out put values and what is the process?
Answer Posted / kalpana
We can retreive the output values from Result tables while
execution is going on, and we can send it to other actions,
and we can use it for other input sets als in our
application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the difference between IE & Netscape in web testing on a log in page
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
What are the types of object repository?
Hi All, I need code for how to execute qtp scripts from excell sheet
How to integrate the qualitycenter with qtp
Can we create a qtp test from qc?
Describe the differences between functions and actions in UFT?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
What is object spy in quicktest professional?
What is the difference between run time object and test object in QTP?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one