how to write script in qtp(vbscript)..i mean with out
application deployed..and how to call script1 into script2?
Answer Posted / pavan kumar
You can call the script1 into script2 through "Call the
existing action" or "call copy of action" or else you can
Export the local action(script1)by selecting action call
properties in Key Board view.....this is done if both the
scripts belong to same application
In case if script1 is different applicant from script2 then
we have to save share resources.. this is done from share
object manager provided in Resource Menu
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
How does qtp identify the object in the application?
how to prepared for first for the first interview?
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 will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
Explain different recording modes?
How to carry out bit map check points in QTP
how to test use the quality control .how to verify the image verification
In qtp, how you can use xpath to identify objects?
What is the difference between Keyword Driven test and Data Driven test?
whow much strong on VB and C?
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 quick test pro? What is a quick test professional?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
What are the different properties of an web object
How to export quicktest professional (qtp) results to an .xls file?
What is keyword view?