Skip to content

After you have written all the tests, what's next

authorjapps edited this page Nov 26, 2018 · 11 revisions

After you have finished writing all your tests, what all things to take care next?

  • Please check the organization of the tests?
    • Check you have organized the test cases by the API features?
    • Check you have organized the test cases by API methods?
    • Check the sub-organization by Positive or Negative flows
      • Sometimes they are called Happy and Sad flows
      • Sometimes they are called Sunny and Rainy cenarios
    • If they are Consumer or Boundary contract tests
      • Have you organized them by the aconsumera names or boundary names?
  • Have you created a Suite runner or a Package runner?
    • It's good to bring up a Package runner as below.

Blogs

Clone this wiki locally