Versions Compared

Key

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

Children Display

Table of Contents

Execution summary

  1. (Start the local application → SUT - System Under Test)
  2. Start the ResponseRepository
  3. Execute SeleniumRequest / AppiumRequest to fetch data from the SUT
  4. Stop the SUT
  5. Start the TokenGenerator
    1. In a web browser, paste your IAM Connect access URL (e.g. https://api-acpt.ehealth.fgov.be/auth/realms/{myRealm}/protocol/openid-connect/auth?client_id={myClientId}&nonce={nonce}&redirect_uri=http://localhost:8080/login&response_type=code&scope=openid)
    2. Login with the same user than previously
  6. Run the Assertion scripts

...