Answer Posted / b.venkateshwar
we can add runtime parameter to data sheet as follows
syntax:
Datatable.Gtglobalsheet.Addparameter("parameter name" ,
value)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can we Test Welcome Screens and Process Images with QTP
What is the difference in the global and action sheet in qtp?
what is clean sweep?
How to find array size in qtp?
What is the purpose of loading qtp add-ins?
What are the different attribute used with regular expression?
What is the difference between call to existing action and copy of an action?
How QA specialist can identify when programmatic descriptions are useful?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
What are the ordinal identifiers in web page?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
What are the benefits of quick test pro(qtp)?
What is an optional step in qtp ?
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?