How to hide robot framework code base and share only binary file to client?

459 Views Asked by At

I automated the Test Suite using Robot Framework-Selenium base on PYTHON 27. This same Test Suite needs to execute on client side.

But Company do not want to share code base with client.

Is there anyway that I can create binary file of Robot Framework and share the same binary file with client instead of sharing a actually code ? like in Java we create .jar file.

Kindly help me I am looking for solution from last three days.

1

There are 1 best solutions below

1
Bryan Oakley On

I don't think there's anything you can do. Robot doesn't have the ability to parse binary files, so any solution would have to include converting your binary files to text files on the client machine.