Black Box Testing

Extending the Use of Conformiq MBT Beyond Functional Testing

Conformiq is a technology provider for advanced Model Based Test (MBT) automation. At the heart of this capability is our engine which automatically generates functional test cases from a model of the system you are testing. The technology assumes no implementation details of the system and we validate whether the given system conforms to its ...

Test Design Techniques

Test design concerns making the decisions on (1) what to and what not to test, (2) how to stimulate the system and with what data values, and (3) how the system should react and respond to the stimuli. It is a separate task from test execution and is done before executing the tests against the system. Test design techniques, on the other hand, are ...