...
- Right-click the project from the previous exercises and choose Add New> Test (.tst) File.
- Enter a name for the file and click Next.
- Choose Web > Record web scenario and click Next.
- In the first Record Web Scenario wizard page, ensure that Record new web scenario is enabled and click Next.
- Complete the next Record Web Scenario wizard page as follows:
- Enter "Web Functional Testing" in the Test Suite Name field.
- Generate Functional Test Generate Asynchronous Request Tests.
Enter "localhost:8080/parabank" in the Start Recording From field.
Ensure that the following options are enabled and the others are not: - Click Finish. The test will begin, and a browser window will open.
- Enter
john
in the Username field. - Enter
demo
in the Password field. - Click Log In.
- Click the first account number listed in the Accounts Overview page (12345).
- Click Log Out.
- Close the browser to end recording. In the Test Case Explorer view, SOAtest creates a new .tst file and a test suite that contains the scenario that you just recorded.
...