I am testing a complex system, and I would like to call webtest in junit. Can give me some suggestion?
This is the scenario:
1. junit setup will start a test mail server (http://subethasmtp.tigris.org/wiser.html)
2. using webtest to go to the portal to configure the email account
3. send a few transactions through ftp to a server, that will trigger the server to send out some email
4. go to the email server and check the email body and attachments

In order to do this, I will need to invoke the webtest within junit, is this doable? Another question is how to merge the webtest result with the other junit result into a single report.

thx


_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to