How to dispatch a batch document in a Selenium Webdriver venture?

777    Asked by GloriaHoll in QA Testing , Asked on Jan 15, 2020
Answered by Gloria Holl

 It's as a rule in a test suite to run a group record or an executable document for setting up the pre-necessities before beginning the computerization. You can utilize the beneath Java code for this reason.

Process batch = Runtime.getRuntime.exec("path of the group record");

batch.waitFor();



Your Answer

Interviews

Parent Categories