Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 852 Bytes

run-http-requests-manually.adoc

File metadata and controls

19 lines (17 loc) · 852 Bytes

Run HTTP requests to test registration manually

link:registration-requests.http[role=include]
  1. Show the current number of registrations and the HTML form to register

  2. Register participant for an event

  3. Upload additional webinar data to event

  4. Send e-mail message to participants

  5. Show overview of events

  6. Event administration UI (send mail, upload Webinar data)

  7. Show Webinar data

  8. Delete registration by unique key (Caution: This request is incomplete, you need to add the unique id you received on registration)

  9. Delete registration of participant by eventId and e-mail address

  10. Delete registration by eventId and unique key (Caution: This request is incomplete, you need to add the unique id you received on registration)

Note
Find/change the variables in http-client.env.json.