Answer Posted / shyam.meghansh
Paramaterization can be done in this way:
#1. In the sheet "Action 1", write some parameters under
column A like name1, name2.
#2. In the code,
Browser("browser_name").Page("page_name).Webedit
("textbox_name").Set
Datatable("A","Action 1").
#3. From FSO u can do like this
datatable.import(<file name>)
In default sheet the data will be stored and in the script
u need 2 modify the code like this
Browser("browser_name").Page("page_name).Webedit
("textbox_name").Set
Datatable(Names,Gtsheet).
Names :- is the colum name and
GtSheet : - is global sheet in default sheet
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Is text area check point supports for web applications?
what is output value in QTP and how it can be used in automation testing
Describe how Smart Identification is used
Explain quicktest professional testing process?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
What is QTP and the use of QTP in TD?
What is an object repository?
Hi this is chandra if any one have Navigation of LAB QTP, I want Navigation of those tools, if any one have the and know the Navigation each and every part of the QTP, plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
How do I get the QTP scripts result in xml format by using vb script function?
What are the methods of the TextStream object that are used for reading from a text file?
What is the extension of qtp local repository?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
Is it possible to split an action? How?
Explain how Does Run time data (Parameterization) is handled in QTP?