Test python code using robot framework

Is it possible to test the python code using robot framework ?
If it is possible please let me know how. Thanks !

Hi Tanya,

Sure you can, see here for an example of calling a python function as a keyword, so all you need to do is decide if you want to call your python functions directly to test them or create a wrapper keyword function that tests you python code and then call that from RF.

Hope that helps,

Dave.

1 Like