Posts Tagged: "Comparison 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 […]

Different Types of Testing

Performance testing a. Performance testing is designed to test run time performance of software within the context of an integrated system. It is not until all systems elements are fully integrated and certified as free of defects the true performance of a system can be ascertained b. Performance tests are often coupled with stress testing […]