Component/Functional system testing

This black box type of testing is performed based on knowledge about system functionality. Testers create test cases that target different functional aspects of the system in different conditions. The goal of testing is achieving 100% functional coverage and finding defects related to using component or system in different specific usage scenarios.

Our engineers are skilled in doing both traditional and exploratory testing. Exploratory testing differs from the traditional one by allowance to create new tests as tests are being executed. It was noted that this is much easier to come up with a new testing idea when one has a working product at hand. There is no need to busy one’s mind with models of the future software. 100% of mind power can be applying to mocking up cases to try. Exploratory testing is the right choice for the systems having complex logic or projects with poorly defined requirements.