How to execute a exe file using fitnesse -
i want call exe file in fitnesse test case.
help me in calling exe file in test cases
with fitnesse, you'll need write fixture run exe (and/or find fitnesse plugin you). easiest way write simple fixture , run
runtime.getruntime().exec(<cmd>);
Comments
Post a Comment