Doing several tests

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Heinz K

    #1

    Doing several tests

    Hi all,

    for one function I have several tests. What is best practice?
    a) Create a single test-function with multiple tests in there (so there
    is just 1 test-function for each existing function)
    b) Create a new test function for each test to do, e.g. AdditionTest1,
    AdditionTest2, AdditionTest3 etc.

    Thanks
Working...