Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Checking new row is added to a table
#1
Not Solved Rolleyes 
Does anyone know how to check if a new row is added to a table, when the row index of the new entry can vary?

I'm testing a procedure for adding a new row containing text strings to a table. The row index for the new entry can vary depending on the text string supplied and how the table is sorted.

Any ideas?

Your help is greatly appreciated!

Thanks
I suppose i can use a check point to verify the textstring i added is at row i column j of the datatable, then iterate i and j to check the entire table.

However, even if the data is inserted correctly into the table, the test result will come out as i*j-1 fails and 1 pass.

This will make the text results hard to read, so i'm looking for an alternative way to check.
Reply
#2
Not Solved
it all depends on what type of table object you are using? is it a GUI or a Database table?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  DataGrid: double click on selected row robertosalemi 0 4,280 05-12-2016, 03:00 PM
Last Post: robertosalemi
  Row count is always shown as 1 Harry1999 0 1,971 04-14-2016, 11:11 PM
Last Post: Harry1999
  Keep row number imbizile 0 2,552 09-18-2014, 03:31 AM
Last Post: imbizile
  Retrieve row number based on value in DataTable marfa 6 29,968 07-31-2014, 08:36 PM
Last Post: dharshinishankari@gmail.com
  The recorded text output not appear on the correct row on the results datatable trance07 0 2,185 09-25-2013, 08:05 PM
Last Post: trance07

Forum Jump:


Users browsing this thread: 1 Guest(s)