I was trying to automate an Eclipse-based standalone application. I recorded a script using Silk4J and I am also able to run the script separately.
Under the same package I have created one more .java
file which invokes the script. But I am not able to run the .java
file as "Silk4j Test". The option is not available.
What changes should I make in order to run the .java
file which will eventually run the script?