Search code examples
validationrobotframeworkerror-checking

Is there a way to error checking of Robot framework testdata


Is there any way by which error checking can be done for the robot framework test data (testcases and keywords).

RIDE displays red color if there is import error, or a required argument is not passed. How is it implemented?


Solution

  • you could run your tests with dryrun flag:

    --dryrun              Verifies test data and runs tests so that library
                          keywords are not executed.