Recent Posts

Talk is cheap

less than 1 minute read

“Talk is cheap. Show me the code.”

Acceptance testing

1 minute read

A level of software testing where a system is tested for acceptability. The purpose of this test is to evaluate the system’s compliance with the business req...

Regression testing

1 minute read

Any type of software testing done after code is changed in order to discover errors , lack of functionality, or functional differences with respect to the ex...

Integration testing

2 minute read

A type of testing where software modules are integrated logically and tested as a group.

Unit test

1 minute read

Unit tests are what programmers use to make sure that a code unit is working as expected.