Community
Participate
Working Groups
Hey, I'm trying to run test from command line (ANT) and I'm calling the testexec.exe to do this. It needs a parameter '-dbpw' which is in my case an empty string. But if it's empty then the testexec says missing argument value for dbpw. (It refuses connection with spaces or '' signs too.) One solution could be to give a password for the DB, but the embedded H2 console gives no option to do this. Even in Jubula at 'Preferences->Test->Database Connection' you can find no field to enter a password. I'm not sure whether this is a bug or a security feature but it really blocks my job. Thanks for your help, Adam
For entering the password via the command line, use two double quotes: http://help.eclipse.org/indigo/topic/org.eclipse.jubula.client.ua.help/html/manual/node261.html For entering the password via a configuration file, leave the tag <dbpw> empty: http://help.eclipse.org/indigo/topic/org.eclipse.jubula.client.ua.help/html/manual/node262.html