Greetings friends ,
Hope all of you are doing well.
When I run a test, is it possible for me to for me to take
each row from the data table , once at a time.
In other words,if i have 10 rows in the global data table,
say data1,data2, data 3...and so on up to data10.
Can I have the value of data1 when I run a test, and next
time when I run the same test (say next day), it should
skip data1 as it has already used it and go directly to
data 2 ???
Would be great if anybody can help me out know in this
issue.
Thanks & Regards !!
Answer Posted / hemakumar.m
1)Answer
as per y knowledge there is no function to get entire row
2) Answer
U can maintain one colummn Ex:Status in excel sheet,when u
used particular data and u got expected result u palce some
text like useddata for used one and blank for unused data
(default) in u r excel sheet.u can write programme like
that when the status colummn value is used data skip that
step.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain in brief about the quicktest professional automation object model?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
What is the basic concept of qtp?
what is profile tool?
What is the quicktest professional (qtp) testing process?
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
What is difference between design time and run time data table?
In qtp, how you can get the last character from a string?
what you mean by artifact,milestone...
How to execute a winrunner script in quicktest professional (qtp)?
How will you report the bug and explain the defect tracking sheet you handled?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
what function you write to do database testing with the help of qtp?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one