Hi, To use our web site we need to log in using a username and password. For the majority of our tests, we use the same username and password and I have defined this in the build.xml file and use it as a variable in each of my test cases. This works without any problems. (1).
I have added some tests where I use different user names and passwords. I define the username and password as a property at the start of each test case .xml file. I'd like to run all my tests together but when I use the build.xml from 1 above, it uses the username and password defined in the build.xml file and not the one from the test case .xml file. Any suggestions/idea's on how I can get all my tests to run together and use the different usernames and passwords? thanks! -- View this message in context: http://old.nabble.com/Help-with-log-in-test-cases-tp30189200p30189200.html Sent from the WebTest mailing list archive at Nabble.com. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

