In my Script Firstly i have to parametrize the data then we
import the data from c drive.suppose i have parametrize the
Person name and company Name and i have enter one person
name and one company name in the excel sheet now we import
the sheet and the script is passed i want to ask one thing
can we add more than one person name and more than one
company name in the excel sheet suppose firstly we create
person name "ADDy" and company nmae.'Wipro" and we set the
current row in the script for this data and now we want run
the script another set of data so how we can run the script
with another set of data
Answers were Sorted based on User's Feedback
Answer / shilpa reddy
let us take a variable i ,which represents the datatable
row count.
code for ur question is:
i=1
set currentrow(i)
x=datatable(columnno,"sheetname")//here give no 1 as column
name,so name is passed
y=datatable((columnno,"sheetname")//here give no 2 as
column name,so companyname is passed
i=i+1
now set the x n y values in ur required location(i.e in
script).here one thing to observe is that u cannot pass
data directly from excel sheet to script,first u should
import the data to run time datatable,using import/import
sheet methods.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mithra
Incorporate the following method in for loop :
Datatable.setnextrow
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the Features & Benefits of Quick Test Pro ?
is there any addin for remedy user application
Did u use check points during ur work experience ?
What is QTP and the use of QTP in TD?
how do you do database testing in qtp
what is defenetion of kiran can u tell me plz CVS, SVN
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
How to add a runtime parameter to a datasheet?
What is quicktest professional?
how many wayes we do the parameterization?
What is the limitations of BVA?
wat are views in qtp explain