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 |
any one can explain about QTP proocess,means where to start and how to start Scripting.
In what situations QTP will not recognize the Objects?
Please any on explain usage of "on error resume next","On error goto 0" with sample code....Thankyou......... when a tester is asked to execute 100 scripts in a short time..(the server will be down in another 10 min)..how he has to run those scripts?
Give me exact application where we should use low level recording?
How many types of trigger events are there in qtp?
How many ways is to parameterize the value?
What is the difference between the keyword view and expert view?
why text area checkpoints cannot used for web applications
Can you tell me any books or websites to learn VB Script for QTP ??
Which object model is not supported by QTP? a)COM b)DECOM c)DOM d)DCOM. Pls explain about theese object models?
What are the various versions of QTP that have been released so far? Please also mention the year of release for each version
Explain the difference between data driven testing and parameterization ?