can u write Script to do Data Driven Testing throuh
Externel & internel XL Sheet
Answers were Sorted based on User's Feedback
Ya, we can do it..
Following are the commands you can use to add, import,
export sheet to QTP.
datatable.AddSheet(sheet)
datatable.ExportSheet(filename, sourcesheet)
datatable.ImportSheet(filename, sourcesheet, destinationsheet)
Rohit Sharma
er.s.rohit@gmail.com
| Is This Answer Correct ? | 2 Yes | 1 No |
Why we load add-ins in qtp?
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
Is virtual object supported in low level recording mode?
how to capture objects of remote deskop as it is capturing only window.
How to handle the exceptions using recovery scenario manager in QTP?
I am just a beginner in QTP. Could any one explain me in detail how to automate adding two numbers and getting the result in QTP. Also I would like to parameterize the inputs. I have tried but getting an error like 'Can't use sub.....'(can't recollect the exact error)
Explain Checking XML....
How to customize checkpoints with parameters?
In QTP whether is it possible to call a function from one action to another action?
Can we create test script with out Step Generator?
Hello Everybody, Can anyone tell me that in QTP how to count the number of webelements from the object repository. Please provide the code. Thanks in advance, Gaytri
I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.