Skip to content

Use Case 4 : User to Domain Object 1 to Many Relation

KT edited this page Jun 26, 2018 · 7 revisions

Testing : One to many Relation

User views his job applications

user views details of a particular domain object
Any job which the user saves or applies to, becomes his job application.

  1. Click Login on nav bar
  2. Login with username and password as alice and alice
  3. Click Dashboard tab on nav bar
  4. You are redirected to Dashboard page which shows the all the job applications for a user.
  5. Click on Applied Jobs to view the list of applications to which the user has applied.
  6. Click on Saved Job to view the list of saved applications. .

User applies to a new job

  1. Click Login on nav bar
  2. Login with username and password as alice and alice
  3. Click Jobs tab on nav bar
  4. You are redirected to Jobs page which shows the all the job listings
  5. Click a job title from the list of jobs to view the details for that job.
  6. Click Apply.
  7. To view applied job applications, go to Dashboard Tab and click Applied Jobs

User applies to a previously saved job application

  1. Click Login on nav bar
  2. Login with username and password as alice and alice
  3. Click Dashboard tab on nav bar
  4. You are redirected to Dashboard page which shows the all the job applications for a user.
  5. Click on Saved Job to view the list of saved applications.
  6. Click on Apply to apply to a saved job application.

Demo

Apply to a new job

demo gif

Apply to a previous saved job application

demo gif

Clone this wiki locally