Python test script with Robot framework

Hi

I am newbie to Robot framework. I have got python scripts to run some command line test related to memcached/zookeeper services. These test scripts uses memslap/zk-smoke internally to run the tests. How do we integrate these scripts with Robot framework ? Appreciate if you could help me understand how to integrate this? any docs etc.

Thanks

Hello good friend.
You can search this official documenation reference on how to make custom python scripts available as RF keywords.

This is also a good guide with examples.

Simply you import some RF libraries and use decorators :).

1 Like