Is there any vbscript in QTP for Data Driven Test instead of
using the option provided by QTP?
Answer Posted / babu
Hi Jay prakash,
Please provide me the vbscript to implement data driven
test.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to create scenario selector
How to use setroproperty?
How to analyzing the checpoint results?
How to capture all the data of a webtable, weblist and combolist using QTP?
Shall we add Local Repository to shared object repository,if yes,how we add
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
How to find the length of the string in qtp?
How to attach a file to TD?
How can I check if a environment variable exist or not?
Explain QTP using different development techniques ?
whare exactly we have to use functions and sub routain
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
What ate the Technologies supported by QTP?
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.
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up