Hi, I would like to check if a data exists in the table of a database, is it possible? How? I added a database table checkpoint in my keyword test but I do not know how to check if a my valu...
Anonymous
13 years ago
Hi Florian,
Try using the TableObj.RowCount property. It returns the number of rows in the table. If there is no value in the table, it returns 0.