Latest post

Non-Functional Testing Explained
non-functional testing
Non-functional testing is just as critical as functional testing. When testing software, testers are required to perform both functional and non-functional testing with equal weightage. To understand non-functional testing more clearly, let’s first examine how it differs from functional testing.
Key Differences Between Smoke and Sanity Testing
differences between smoke and sanity testing
Some time ago, university software engineering teachers showed the traditional test phases using the waterfall process: the sequential line of unit test (UT), functional verification test (FVT), system verification test (SVT), and global verification test (GVT) to check the user-readable text. More enthusiastic teachers also showed black box and white box testing for test cases with and without access to the source code, respectively.
Regression Testing: Definition and Implementation
what is regression testing
In this article, we’ll be discussing what regression testing is, why it’s helpful, and how to do it. Regression testing tells us how unchanged or old features will be affected when adding a feature, deleting a feature, modifying a feature, and fixing defects. In regression testing, we re-execute the same test cases in different releases or builds or test cycles to make sure that changes like adding, deleting, modifying feature, and fixing defects is not affecting the other features.

Subscribe to our newsletter