Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2025.1

...

  1. Right-click the project from the previous exercises and choose Add New> Test (.tst) File.
    Image RemovedImage Added
  2. Enter a name for the file and click Next.
  3. Choose Web > Record web scenario and click Next.
    Image RemovedImage Added
  4. In the first Record Web Scenario wizard page, ensure that Record new web scenario is enabled and click Next.
    Image RemovedImage Added
  5. Complete the next Record Web Scenario wizard page as follows:
    1. Enter "Web Functional Testing" in the Test Suite Name field.
    2. Generate Functional Test
    3. Generate Asynchronous Request Tests.
      Image Removed

      Enter "localhost:8080/parabank" in the Start Recording From field.

      Ensure that the following options are enabled and the others are not:

      Image Added

    4. Click Finish. The test will begin, and a browser window will open.
  6. Within the browser window that opens, perform the following actions:
    1. Enter john in the Username field.
    2. Enter demo in the Password field.
    3. Click Log In.
    4. Click the first account number listed in the Accounts Overview page (12345).
    5. Click Log Out.
    6. 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.
  7. Expand the new test suite node in the Test Case Explorer to view the tests created for each user action taken during the recording.

...