Versions Compared

Key

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

...

The performance script carries the user from logging in, to searching for available ATMs (this is the step where 500 instances are created - each of them containing 5 attributes), applying for a loan, filling fields, switching pages, uploading and downloading files and eventually logging out of the application. 

 

Application Flow

The permance script consists of the following steps in the main application flow:

StepNameDescription
1LoginThe user logs in with a username and password.
2Start projectStart the application and display the
welcome
Welcome screen
3
.
Open 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 is brought in.

 

Application Interface

ScreenContent
WelcomeThe welcome screen with 4 inline containers, 3 text items and 2 buttons.
Find Local ATMsA page with 2 inline containers, a text item and 2 buttons.
Confirm ATMs FoundA page with 2 inline containers, a text item and 2 buttons.
Display ATMsDisplays the nearby ATMs using an AQ_InstanceList with page size 20. Also contains 2 inline contains and 2 buttons.
Loan OffersThe page contains dozens of containers and text items, each of them having presentation or content styles assigned.

 

3     Simulating application usage

...