what is qtp automation frame work,what is the use of that
frame work?
Answer Posted / sangram sahoo
Fraqme work is the common repository or common storage area
, where libary functions,actions ,dll's r present & test
engineers use them as per their requirment.
we r using modular & functionnal decomposition type
framework, in which we first divide our requirment into diff
modules , then diff modules to diff functionalities.and for
each functionnality we use diffrent actions. in this way we
use framework in our project.
| Is This Answer Correct ? | 13 Yes | 9 No |
Post New Answer View All Answers
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
How will you find the current time of the remote machine using QTP script?
What is the use of running the scripts in Hidden-mode in UFT?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
can u please explain what is the exact difference between qtp8.2 and 9.0
How many types of actions are there in quicktest professional?
What is keyword view in qtp?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
when u script reveiwing in which area u more concentrates?
What are the advantages of qtp?
what is actually contain test report? can anybody post the test report
what is error and fault in terms of software quality?
How will you report the bug and explain the defect tracking sheet you handled?
In qtp, how you can get the last character from a string?
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.