Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
End
#6
Solved: 11 Years, 4 Months ago
Hi Anna,

Step1; Test-->Settings-->Run-->Select "Run On only one iteration" optionbutton.

Step2: In the Script, get the row count of datatable & store it in a variable as given below :
Code:
rc=datatable.getrowcount
step3: use the for loop here as given below :
          for i=1 to rc
           datatable.SetCurrentRow(i)
            ---------
            ---------
            ---------
            --------
          next

Step4: After the next Statement , you give the required command to be executed & now execute the script n see.......

I hope you got your requirement Solved.

Regards.
Sreekanth Chilam
Reply


Messages In This Thread
End - by Anna - 08-19-2008, 11:59 PM
RE: End - by nageshpv - 08-20-2008, 01:32 PM
RE: End - by Anna - 08-20-2008, 05:40 PM
RE: End - by stevol - 08-20-2008, 05:45 PM
RE: End - by Anna - 08-20-2008, 05:47 PM
RE: End - by sreekanth chilam - 08-21-2008, 01:30 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Expected End statement error Lavanya N 2 5,155 07-27-2015, 01:52 PM
Last Post: Lavanya N
  closing browser at end bistritapcv 3 6,202 04-12-2013, 07:21 AM
Last Post: basanth27
  How to end action on error adsherman 6 8,445 07-28-2012, 02:16 AM
Last Post: adsherman
  How to read an * at the end of a string sqadri 2 2,568 01-06-2012, 04:01 PM
Last Post: sshukla12
  Handle start and end of tests fafanoulele 0 2,445 09-14-2011, 03:04 PM
Last Post: fafanoulele

Forum Jump:


Users browsing this thread: 1 Guest(s)