how to add run-time parameter to a datasheet?
Answer / chaitu
a = Datatable.GetSheet("SheetNmae").GetParameterCount
If a = "" Then
b = inputbox ("Enter the no.of columns")
For i = 1 to b
Datatable.GetSheet("sheetname").AddParameter
("paraname","paravalue")
Next
End If
| Is This Answer Correct ? | 7 Yes | 2 No |
WHAT AREV THE STEPS BETWEEN TEST cASE AND Script generation?
what is recovery scenario in QTP? what is the need of the recovery scenario in QTP? what are the advantages of the recovery scenarios in QTP?
What is an object repository?
How should I check my code( Before going to execute) without executing the script in QTP
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
How many tables r created during the recording in QTP?
Can anyone explain about Keyword driven framework in detail and how to use it in case of any project
How to invoke Mozilla from QTP thru VB Script
Anybody can tell me what are the common roles and responsibilites of a Automation Test engineer
what sort of things what u put in Bug Report ?
How to Test the mainframe application?(tell me few basic things)
what is the difference between Automation object model(AOM) and test object model(TOM)