A Selenium/Appium framework that enables users to focus on automating web and windows tests, so that automated tests can be written in a non-technical way in the same amount of time as manual tests can be executed.
As a user I wish to see if a column does not contain a certain value. Example case:
A large list is operated on which is expected to contain only one type of entry, but an invalid entry that can be added in another area and is filtered out in this one is added earlier.
The list should be checked to verify the filtered out entry is not present. (can be in any point of the list)
As a user I wish to see if a column does not contain a certain value. Example case: A large list is operated on which is expected to contain only one type of entry, but an invalid entry that can be added in another area and is filtered out in this one is added earlier.
The list should be checked to verify the filtered out entry is not present. (can be in any point of the list)