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 is purpose of automation?
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
How iteration is related to Test Results in QTP?
What all challenges you have faced during automation and how you have resolved it?
What is Parameterizing Tests?
can test automation improve test effectiveness?
How to Save your test using QTP?
how to write testcases for web based insurance,from the script by using qtp.
What is throw object?
Could any one suggest web site links to learning VB Script for QTP purpose??
hi is there any chance to change encoding the password
does qtp need record and playback in realtime. plz tell exactly wat happens