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 |
Batch testing in howmany ways u perfrom in QTP
How to check which add-ins are associated with a test in qtp?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
write a qtp script to see time in windows command prompt? its urgent....
what are the metrics in general we use in testing.
what you mean by artifact,milestone...
how to identify an object which is not in the object repository identification can be done using descriptive programming.
Please Explain The QTP real Testing process with steps.
What are the features and benefits of Quick Test Pro(QTP)?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
I am not finding pages and links in object spy on web testing. I am only getting window and winobject. where is the problem? thanks
How will you set a unique four digit number in an edit field in QTP?