Published on Aug 17, 2021 | By Tesvan team
Maintenance Testing is done on the already deployed software. The deployed software needs to be enhanced, changed or migrated to other hardware. The Testing done during this enhancement, change and migration cycle is known as maintenance testing.
Aug 17, 2021
What is a Defect The variation between the actual results and expected results is known as defect. If a developer finds an issue and corrects it by himself in ...
By Tesvan team
Useful links1. Defect/Bug life cycle article/eng/2. Bug life cycle video tutorial/eng/3. Bug life cycle video tutorial/rus/...
Defect Severity Every defect impacts on the system at some level. This impact is measured by the “Severity” parameter. Severity type is categorized by Software ...
Defect report is a document that identifies and describes a defect detected by a tester. The purpose of a defect report is to state the problem as clearly as po...
Aug 18, 2021
A TEST CASE is a set of conditions or variables under which a tester will determine whether a system under test satisfies requirements or works correctly. The p...
Aug 13, 2021 | By Tesvan team
Functional testing What does Functional Testing check?Functional Testing is a type of software testing that validates the software system against the functional...
Aug 12, 2021 | By Tesvan team
System testing System testing is performed on a complete, integrated system. It allows checking system's compliance as per the requirements. It tests the overal...