Answer Posted / nalini
QTP creates Runtime datatable during the run session,
attaches it to test results when run session ends.
The Runtime datatable has Global, Action sheets.The Runtime
datatable contains data which includes inputs, outputs
(captured at runtime).
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you send email with attachment from outlook using qtp ?
regular expression in qtp standar check point for months from accepting months from january to december only
How would you directly trigger javascript in a test?
Is it possible to merge two object repository files in qtp?
How many scripts did you have?
What is the significance of “action 0” in qtp?
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance
how to create flat file datasubmission in qtp
Can any body please tell me the steps of keyword driven framework of QTP.
How to change the priorities of the recovery scenario properties?
How do you test DLL files using automation Tool QTP?
How you calling actions in qtp?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
Is it possible to call from one action to another action in qtp?