Forum Discussion
- You could add a Groovy Test Step that reads the username/password from a file seperate from the project.
/Nenad
http://eviware.com - M_McDonaldSuper ContributorBut even if I set the password via a script, won't the value be saved with the project?
- Well, I thought that the script would just read from a file on the computer that the project is running on, so each computer will ahve a file with its own password/username.
/Nenad
http://eviware.com - M_McDonaldSuper ContributorI think I see what you mean now.
I have solved the problem for myself in 2 ways:- Using a dialog box to collect the username and password on opening the project and storing them as metaClass variables, then putting an expansion referencing these variables in the JDBC connection.
- Using the jTDS driver and the native dll for trusted access to SQL Server (Windows only.)
Thanks.