-As software projects become more complex, testing has also become more complex. A large number of white box test cases is great for assessing the application code and validating the program behavior, however can provide some disadvantages such as being more difficult to maintain and update---and more tests take longer to run which takes up more time. Thus, more recently advanced testing techniques have been introduced to ease the detriments of adding more tests. One example of a modern advanced testing technique is _mutation testing_.
0 commit comments