As a system, I must allow the selection of a ASWB member jurisdiction

Document Status

final

Document Owner

@Robert Adach

Business POC

@Felicia Dennison

Related Document Links

 

Azure Dev Ops Work Item #

User Story 1449

Last Updated

Aug 20, 2021

Last Updated By

@Robert Adach

Description

This user story outlines the initial landing page a Candidate will arrive at when they wish to register for the ASWB examination.

Assumptions

  • There will only be one registration landing page

  • The registration landing page is being visited by the Candidate (or someone authorized to act on behalf of the Candidate)

Requirements

  1. When accessed, the Registration landing page will

    1. display a body of text, outlining the Registration process

    2. display a hyperlink formatted as a red button which will direct users to the Registration FAQ page.

    3. a drop-down list of Jurisdictions which use the ASWB examinations

    4. a “NEXT” button used to confirm the jurisdiction selection and move the Candidate to the next page

    5. reset the users “session” variables so no previously entered values are available.

  2. The system will compile the list of jurisdictions to display by running the following SQL query against the ASWBSQL2\ASWB database

    1. SELECT StateName FROM tblCRCNewStateRules WHERE IsJurisdiction = 2 ORDER BY StateName ASC
  3. When the Candidate presses the “NEXT” button (1.d)

    1. after selecting a Jurisdiction, the user will be directed to the “Basic Information” page.

    2. without selecting a value from the drop-down list (1.c), the error message “Please select the jurisdiction to which you are applying” should be shown directly above the drop-down field

Design Considerations

Please refer to the new text to be displayed as requested under Change Request 20200801-EREG

 

Test Cases

Link to test case documentation

Result

Link to test case documentation

Result

1

 

NOT TESTED | FAILED | PASSED

2

 

 

Related Items

 

 


IT Information

  1. The all queries listed on this page should utilize the ASWBOnline Connection String