I know java language very well, i created custom library in java.
while executing i am using jybot
to execute the scripts.
When i am running the scripts have Oracle Database Connection, got few errors like cx_oracle is not found
, but i ran the same script with pybot
option i got no errors.
I understood that when i execute the script using jybot, the verification of folders for prerequisites is different.
I want to know, which is better or have more functions to create our custom library java or python.
I want to know the difference between jybot
and pybot
when it comes to the execution of scripts.