I need to compare results that are obtained in real time with desired results that are contained in an Excel file
how do I do it with robot framework?
Hi Gal,
- datadriver library lets you read data from excel
so I would try:
- read desired data from excel
- read value from application
- use builtin Should Be Equal or one of the Should Be Equal * keywords to compare the value from the app to the value from excel.
Dave.