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 |
can u tell me website address of VBscript with examples.
How to make arguments optional in a function?
How to get align property of the link on web page?
Can you give me the code to calculate the total number of Links using the child object in the web page..? is there any other way to calculate number of links with out using the Child objects.??
2 Answers DST Global Solutions,
how will u do database testing in qtp? how will u do the same with descriptive programming?
which checkpoint we use to validate yahoo login screen window after login with ur id and password in qtp
What is output value in QTP? Why do we use the output value in QTP?How many types of output values are there in QTP? what are their respective usage in QTP?
What is batch testing?
What are the QTP advantages and disadvantages?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.
explain keyword driven framework with banking domain?