i am facing difficulty when trying to run my tests. Here is what i did :
- Create a java project with one class which has one method called hello(String name)
- Exported this as a jar and kept it in the same directory where i keep my test case file.
my Test case looks like this.
Setting * * Value * * Value * * Value * * Value * * Value *
Library MyLibrary
Variable * * Value * * Value * * Value * * Value * * Value *
Test Case * * Action * * Argument * * Argument * * Argument * * Argument * MyTest
hello WorldKeyword * * Action * * Argument * * Argument * * Argument * * Argument *
I always get the following error :
Error in file 'C:\Users\yahiya\Desktop\robot-practice\testcase_template.tsv' in table 'Setting': Importing test library 'MyLibrary' failed: ImportError: No module named MyLibrary
I have configured Pythopath in the system variables in my windows machine.
Please let me know what am i doing wrong here.
Thanks