Lesson 3 Flashcards

Types of testing

1
Q

What is Functional Testing

A

test what the system does. Ex : verify that users are able to search for events

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Non- Functional testing

A

test how well an app works: stability, usability, performance. How long it takes to find smth — speed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Examples of functional testing

A

Unit Testing
Integration Testing
Sanity Testing
Acceptance Testing
Regression Testing
Smoke Testing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Examples of Non functional testing

A

Localization testing
Performance testing
Security testing
Usability/Compatibility testing
Load Testing
Stress Testing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Unit testing

A

tests individual components of the software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Integration testing

A

Tests the interaction between different components
to ensure they work together as expected.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Regression testing

A

Testing previously developed and tested software
to ensure that changes did not effect existing functuanality

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Smoke testing

A

Testing critical functuanalities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Sanity testing

A

testing that a new
functionality or bug fix did not break the existing
functionalities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Acceptance testing

A

Tests performed by end users or stakeholders
to validate whether the software meets their
requirements and is ready for release.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

QA engineers focus primarily on tests

A

Functional Testing%
Regression Testin
Usability Testin
User Acceptance Testing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

System testing

A

how ALL components
of an application work together in full

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

End to End testing

A

testing an application’s workflow from beginning
to end.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly