What is Smoke Testing? – Useful notes
An introduction to Smoke Testing. What is it, when it is used, as well as what it’s for and tips on what to do when the smoke test fails.
An introduction to Smoke Testing. What is it, when it is used, as well as what it’s for and tips on what to do when the smoke test fails.
What is volume testing? Check out our introduction to this non-functional form of testing gives a simple explanation with real examples.
What is Recovery Testing? And what to test to ensure a software system can recover safely from a crash and protect against data loss.
What is regression testing? It’s a testing method used to check software still functions properly after changes or updates have been made.
What is Pair Testing? It's a test method where two people work together on the same test, helping to improve communication and team cohesion.
What is configuration testing? It’s the process of ensuring that all software and hardware elements in a build work together as they should.
What is unit testing and where does it fit into the testing process? Unit testing examines single units of code before they are integrated.
What is Parallel Testing? It's running multiple tests simultaneously. This post explains the benefits and gives tips about Parallel Testing.
What is Compatibility Testing? It’s how we discover if devices, software, browsers and operating system combinations can work well together.
What is Acceptance Testing? This testing is to confirm when a software is ready for release. This post explains different types of tests.