Tips and tricks testing - NextensArelB/SwaggerGenerationTool GitHub Wiki

Manual tests

Manual tests are exectuted on the Feature branch. To navigate to feature branch see this Wike page Environments

  • Api Exploratory Test: Poised testing (check out this tutorial)
  • Execute Test added to userstory in Devops (based on Acceptance Criteria)
  • UI Exploratory Test: Explore Scenario's non related to the acceptance criteria that could still have an influence on the users experience and workflow (Exploratory testing) To keep in mind:
  • Add Descriptions to test tasks and test containers, if the title is not a clear explanation
  • Document your steps when doing exploratory testing
  • Don't start adding bugs if you're not 100% sure that the feature is done
  • Keep to the bug template when creating it on the board (see Bugs for logging them)

Exploratory Tests

  • Executed only after the implementation is done and available on an environment
  • The test cases are written simultaneously, as they are executed
  • They will be written in a Notepad
  • The text document with list of tests will be attached to the task related to exploratory testing
  • In case of bug, the steps will be described clearly in the bug
  • Upon request screen recording can be done
  • If it is a critical test/general test, the test case will be made part of the future feature's tests
⚠️ **GitHub.com Fallback** ⚠️