Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Parameterization on desired no. of rows in DataTable
#2
Solved: 12 Years, 10 Months, 3 Weeks ago
Hi Geet,

I would suggest you to follow any of the below couple of ways for your query.

Way1 : Go to Keyword View > Select 'TestFlow' from Action Toolbar, then Right Click on required Action , select "Action Call Properties" > choose "Run on All rows" & click OK.
Now re-execute the script & see...


Way2: Refer the below code, implement accordingly & re-execute and seeSmile
Code:
For i=1 to Datatable.GetSheet("required Action").GetRowCount
        Datatable.GetSheet("required Action").SetCurrentRow(i)
            'Statement 1
                  ----
                  ----
                  ----
            'Statement n
Next
Reply


Messages In This Thread
RE: Parameterization on desired no. of rows in DataTable - by sreekanth chilam - 03-02-2010, 05:00 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Action Parameterization Issue Slothman 1 2,620 10-31-2020, 01:05 PM
Last Post: Ankur
  Multiple rows of test data Bhuvana 0 1,670 01-03-2020, 09:30 PM
Last Post: Bhuvana
  Business Components Parameterization YogeshCallappa 0 1,945 06-07-2017, 04:32 PM
Last Post: YogeshCallappa
  Parameterization Hanskanika 0 1,970 11-20-2015, 04:45 PM
Last Post: Hanskanika
  Adding data into rows that add dynamically with setcelldata azar81 4 6,568 04-13-2015, 05:24 PM
Last Post: vidya2k2

Forum Jump:


Users browsing this thread: 1 Guest(s)