We have an action attached with the library file in QTP. When I will click on run button,which file is going to be executed first a)Action b)Library
Answer Posted / jpmumbai10
Action is going to be executed first. In Action only we are
calling functions or repository,...
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what are the utilities and drivers
how to test Web application using QTP software
can the activities of test case design be automated?
Did the scripts need lot of maintenance? If yes, why?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
What are the steps involved in recovery scenario wizard?
What is the difference in testing a client-server application and a web application?
How do you convert manual test cases to automated test cases?
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
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.
What is the difference between shared and local object repository?
How to analyzing the checpoint results?
Can any one send me the QTP Basic Coding Samples?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints