Program arguments are not parsed correctly

WindowTester allows you to easily create and run unit tests for every GUI they build. It can also be used to generate system level tests.

Moderators: gnebling, Eric Clayberg, Dan Rubel, keertip, Phil Quitslund

Program arguments are not parsed correctly

Postby DrDanger » Wed Oct 13, 2010 2:23 am

Hi.

I have a simple issue. My program i want to test uses two program arguments. After the testcase is generated the code looks like this:
Code: Select all
public TestCaseName() {
super(exampleMainClass.class, new String[]{"param1
param2"});
};


Although its quite easy to fix this it would be cool to work out of the box.
DrDanger
 
Posts: 4
Joined: Wed Sep 22, 2010 1:07 am

Re: Program arguments are not parsed correctly

Postby keertip » Wed Oct 13, 2010 8:27 am

Thanks for the information. Will put in on our to fix list.
keertip
Moderator
 
Posts: 221
Joined: Thu Mar 15, 2007 10:26 am


Return to Window Tester

Who is online

Users browsing this forum: No registered users and 1 guest

cron