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 # | |
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
When accessed, the Registration landing page will
display a body of text, outlining the Registration process
display a hyperlink formatted as a red button which will direct users to the Registration FAQ page.
a drop-down list of Jurisdictions which use the ASWB examinations
a “NEXT” button used to confirm the jurisdiction selection and move the Candidate to the next page
reset the users “session” variables so no previously entered values are available.
The system will compile the list of jurisdictions to display by running the following SQL query against the ASWBSQL2\ASWB database
SELECT StateName FROM tblCRCNewStateRules WHERE IsJurisdiction = 2 ORDER BY StateName ASC
When the Candidate presses the “NEXT” button (1.d)
after selecting a Jurisdiction, the user will be directed to the “Basic Information” page.
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 | |
---|---|---|
1 |
| NOT TESTED | FAILED | PASSED |
2 |
|
|
Related Items
IT Information
The all queries listed on this page should utilize the ASWBOnline Connection String