REVIEWER IN SQA

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

Software testing

a method to check whether the actual software product matches expected requirements and to ensure that software product is Defect free.

2
New cards

Automation testing

a software testing technique that performs using special automated testing software tools to execute a test case suite.

3
New cards

Unit testing

a type of software testing where individual units or components of a software are tested.

4
New cards

System testing

A level of testing that validates the complete and fully integrated software product.

5
New cards

Regression testing

a type of software testing to confirm that a recent program or code change has not adversely affected existing features.

6
New cards

Non-functional testing

a type of Software testing to check non-functional aspects (performance, usability, reliability, etc.) of a software application.

7
New cards

Test documentation

is documentation of artifacts created before or during the testing of software.

8
New cards

Test scenario

is defined as any functionality that can be tested. It is also called Test Condition or Test Possibility.

9
New cards

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.

10
New cards

Manual testing

a type of software testing in which test cases are executed manually by a tester without using any automated tools.

11
New cards

Integration testing

a type of testing where software modules are integrated logically and tested as a group.

12
New cards

V model

is a highly disciplined SDLC model in which there is a testing phase parallel to each development phase.

13
New cards
  • 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