Robotframework-Database-Library icon indicating copy to clipboard operation
Robotframework-Database-Library copied to clipboard

Single "Row Count" keyword with Assertion Engine

Open amochin opened this issue 1 year ago • 1 comments

There are currently 5 "Row Count" keywords - one just returning the row count and four with assertion (equal, great/less than). This can be replaced with a single "Row Count" keyword only - if we integrate the Assertion Engine like in the BrowserLibrary

Maybe even replace the "Check if (not) exists in DB" keywords?

amochin avatar Feb 13 '24 09:02 amochin

There are 2 new keywords using the Assertion Engine:

  • Check Row Count
  • Check Query Result

The Row Count keyword is left untouched - just for returning the row count, without any checks. The following keywords are marked as deprecated now and will be removed in future versions:

amochin avatar Aug 12 '24 14:08 amochin