1/12
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Software testing
a method to check whether the actual software product matches expected requirements and to ensure that software product is Defect free.
Automation testing
a software testing technique that performs using special automated testing software tools to execute a test case suite.
Unit testing
a type of software testing where individual units or components of a software are tested.
System testing
A level of testing that validates the complete and fully integrated software product.
Regression testing
a type of software testing to confirm that a recent program or code change has not adversely affected existing features.
Non-functional testing
a type of Software testing to check non-functional aspects (performance, usability, reliability, etc.) of a software application.
Test documentation
is documentation of artifacts created before or during the testing of software.
Test scenario
is defined as any functionality that can be tested. It is also called Test Condition or Test Possibility.
Test analysis
in software testing is a process of checking and analyzing the test artifacts in order to base the test conditions or test cases.
Manual testing
a type of software testing in which test cases are executed manually by a tester without using any automated tools.
Integration testing
a type of testing where software modules are integrated logically and tested as a group.
V model
is a highly disciplined SDLC model in which there is a testing phase parallel to each development phase.
Testing shows presence of defects
Exhaustive testing is not possible
Early testing
Defect clustering
Pesticide paradox
Testing is context dependent
Absence of error fallacy
What are the 7 Principles of software testing