0
votes

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?

2
If you want to know how it's implemented, just look at the source code. - Bryan Oakley

2 Answers

4
votes

you could run your tests with dryrun flag:

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