Asserting data looks simple enough, though when you get into the details some assertions don’t seem to be straight forward. This is because of the translation done by BAW internally and how data is send to the AppTester and the internal transformation of data within the AppTester.
One example is to use “True” and “False” within Business Objects with quotation marks, else the AppTester can’t recognise boolean data within Business Objects. A simple boolean variable though, can be asserted with true or false.
This is just an example. We will add tips and tricks to this subject.