I am trying to write a script to test the login function of my application, however, every time I need to manually start the application then the test can go on. I tried adding the application path into the application configuration property of the script file, but got an error of
JFrame SetActive method is unsupported
Does anyone have idea how to start an application automatically to test?
Much appreciated!