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 |
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application. plz explain in detailed or mail the sample code to malepatin@gmail.com
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
What is quicktest professional (qtp)?
How to use the object spy in quicktest professional 8.0 version?
I have action1, action2, action3 r there.my query is while executing if i get any error in action1 i want exit from here itself, otherwise execute action2, if i get any error in action2 i want exit from hereitself, like this,what is the method for this?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
Explain types of output values?
What r the different type of reports generated in Quality Center?
What’s the QTP testing process?
How to covert a String to an integer?
How can i select multiple items from a WebList bOX USING QTP
How can i use Output Check points in QTP