How many ways we can parameterize data in QTP?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
There are four types of parameters.
1).Test, action or component parameters.
2).Data Table parameters.
3).Environment variable parameters.
4).Random number parameters.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ravi kumar.m
we can perameterize the data in five ways
1. data table perameters
2. random perameters
3. environmental perameters
4. test perameters
5. action "
| Is This Answer Correct ? | 0 Yes | 0 No |
what sort of things what u put in Bug Report ?
Tell some commonly used Excel VBA functions?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
what is recovery manager and recovey scenerio?
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 tools work well with your existing system?
how can i add an action(external action) programmatically?
whare exactly we have to use functions and sub routain
what is smart identification?
in login module login button chage regularly(means login button change to submit button).What is the code for it.
Why do we use text checkpoint as we can make use of the same in the standard check point?
hi guys, could you please prepare script for given format ? 1,1,2,3,5,8,13,21,...etc use vbscript for this...?