Desktop application automation in cucumber framework -- 2
Budget: ₹600 – ₹1,500 INR
Automation of desktop application
Issue description - Desktop application named SEAchange application is on the server location. Hence, it takes random amount of time to open. Sometimes it opens quickly, sometimes takes lot more time. So, in order to automate this i have used cucumber framework using java and have applied wait. The problem is if that wait is sufficient enough for application to open the testcase passes but if the application itself takes more than expected time then the testcase gets stuck and also does not throw any error. Kindly advise on how to apply wait such that the test steps start the execution only when application is completely open irrespective of how much time it takes.
Issue description - Desktop application named SEAchange application is on the server location. Hence, it takes random amount of time to open. Sometimes it opens quickly, sometimes takes lot more time. So, in order to automate this i have used cucumber framework using java and have applied wait. The problem is if that wait is sufficient enough for application to open the testcase passes but if the application itself takes more than expected time then the testcase gets stuck and also does not throw any error. Kindly advise on how to apply wait such that the test steps start the execution only when application is completely open irrespective of how much time it takes.