How to data driven test for Win objects in QTP ?
No Answer is Posted For this Question
Be the First to Post Answer
How to break the object spy ?
What is Environment Variable and when we apply this in QTP?
when will you do debug your script? and explain that process?
How does QTP identifies the object in the application Mainly objectives are three type's OF PROPERTIES namely
why we use environment variables
what is the extension for the test version of the script?
What is wrong in my code?
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.
does the vb script knowledge is mandatery in testing using QTP
Excepton Handling?
In qtp, explain what is qrs file?
If there are some browsers opened and I don't how many browsers are open, Now I want to close all the browsers that I don't know how many are opened. What would be Descriptive programming for this in QTP using VB Script..??? Please send your answers.