Swing application (SUT) is invoked if I have the application in same project. But does not invoke for external jars added to build path. Attached the Robot Script for reference
Test_Case_3.txt
Please let me know how to invoke external swing application for testing
I am using Robot Framework with Java and need to automate testing of swing applications. Have added the following dependencies and plugin in pom.xml:
Swing application (SUT) is invoked if I have the application in same project. But does not invoke for external jars added to build path. Attached the Robot Script for reference Test_Case_3.txt
Please let me know how to invoke external swing application for testing