Published on Aug 16, 2021 | By Tesvan team
Aug 13, 2021
Functional testing What does Functional Testing check?Functional Testing is a type of software testing that validates the software system against the functional...
By Tesvan team
Aug 16, 2021
Non-funtional testing Non-Functional Testing is defined as a type of Software testing to check non-functional aspects (performance, usability, reliability, etc)...
Aug 17, 2021
Maintenance Testing is done on the already deployed software. The deployed software needs to be enhanced, changed or migrated to other hardware. The Testing don...
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 ...
Useful links1. Defect/Bug life cycle article/eng/2. Bug life cycle video tutorial/eng/3. Bug life cycle video tutorial/rus/...
Aug 12, 2021 | By Tesvan team
Acceptance testing Acceptance testing is a test conducted to find if the requirements of a specification or contract are met as per its delivery. Acceptance tes...
Aug 13, 2021 | By Tesvan team
Black Box method Black Box Testing is a software testing method in which the functionalities of software applications are tested without having knowledge of int...