Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

StepNameDescription
1LoginThe user logs in with a username and password.
2Start projectStart the application and display the Welcome screen
3Open ATMs section

Switch to the Find Local ATMs page

4Search ATMsCreates 500 instances using the AQ_CsvConnectivityService and an external CSV file, then switches to the Confirm ATMs Found page.
5Display Search ResultsOpens the Display ATMs page where the previously created instances are displayed in an AQ_InstanceList with page size 20.
6Go to the loan offers pageNavigates to the Loan Offers page.
7Apply for prime offerUpdates an instance through the ‘AQ_InstanceUpdate’ service and navigates to the Loan Form page.
8Open calculatorOpens the Borrowing Calculator page
9Fill in fields (1)

Fills in the available page fields. Other conditional fields are presented to the user because of this action.

10Fill in fields (2)Fills in the newly available page fields. New fields are displayed because of this action.
11Fill in fields (3)

Fills in the newly available fields on the page.

12CalculateUpdates 3 instances belonging to separate entities using the ‘AQ_InstanceUpdate’ service and displays the calculation results to the user.
13Go to first pageReturns to the Welcome page.
14Open the loan offers pageNavigates to the Loan Offers page.
15Apply for a fixed rateUpdates an instance through the ‘AQ_InstanceUpdate’ service and navigates to the Loan Form page
16Fill in fields (4)Fills in the available fields on the page. Some fields are refresh fields and have validations.
17Fill in fields (5)Fills in the available fields on the page. Some fields are refresh fields and have validations.
18Fill in fields (6)Fills in the available fields on the page. Some fields are refresh fields and have validations.
19Continue

Navigates Navigate to the Personal Information page

20Fill in personal formFill in all fields and navigates navigate to the Document Upload page.
21Upload file

Uploads Upload a file to certify the users user's identity. As the upload is successful an ‘AQ_FileDownload’ container is generated on the page.

22Download fileDownloads Download the previously uploaded file.
23Submit requestNavigates Navigate to the Confirmation page.
24Go to the loan offers pageNavigates Navigate to the Loan Offers page.
25Log outThe user logs out.

...