public interface WebTest
WebUser
is about to use the SUTWebTask
the user needs to perform in order to test the SUTTherefore, a basic test involving only one user interacting with the SUT can be written simply as:
User user;
WebTask task;
user.openBrowser();
user.doTask(task);
user.closeBrowser();
Copyright © 2015. All rights reserved.