Setting next row
I created a script in QTP v8.2 which simply creates a candidate, and then generates a Candidate ID. In this script I use a data table which houses several columns (First Name, Last Name, etc....)
I will only run this script once a month to create only one candidate.
My problem is with the data table advancing to the "next row" when this script runs next month. Currently if I run the script again, it will re-use the row just used.
Either, how do I delete the row which was just used, or how do I get it to advance to the next row next month, or the next time I use this script?
Thanks in advance!
|