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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -