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# - SharpSVN - How to get the previous revision? -

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

url - Querystring manipulation of email Address in PHP -