Posts Tagged: "Boundary Value Testing"

Testing Methods

1.White Box White box testing is also called ‘Structural Testing / Glass Box Testing’ is used for testing the code keeping the system specs in mind. Inner working is considered and thus Developers Test. Mutation Testing-Number of mutants of the same program created with minor changes and none of their result should coincide with that […]