how to add run-time parameter to a datasheet?
Answer Posted / 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 |
Post New Answer View All Answers
What test you perform mostly? Regression or retesting in your testing process?
What are the ways you can synchronize?
On what document base Descriptive programming is written if build is not yet ready ?
Discuss quicktest professional (qtp) environment?
What is the parameterization? Give one example?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
What is the use of sendkeys and what are send keys
Explain different types of checkpoints?
if anyone has idea of the interview procedure in covansys, plz send me a mail?
Is it possible to call win runner script in qtp?
How many lines of code in each script of QTP?
explain structured testing? plz guys with exp. do answer
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
How to find the length of the string in qtp?