What type of testing do we apply while testing the application? What kind of testing do you know? Flashcards

1
Q

Exploratory testing

A

when we just play with the application

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

Ad-hoc

A

when we just explore an application but have a little knowledge of how it should work.

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

Functional testing

A

based on specification, that focuses on input and output according to requirements

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

GUI testing

A

when we check links, fonts, colors, images, buttons, drop-downs, and etc.

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

Compatibility or cross/browser or cross/OS testing

A

when we test on different browsers or OS

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

Boundary testing

A

when we test the fields for limitation, described in the documentation.

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

Integration testing

A

testing of combined parts of an application to determine if they function together correctly. It is performed bottom-up, and top-down

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

Smoke testing

A

the test is done to make sure that software under testing is ready or stable for further testing

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

Sanity testing

A

is done to check the bugs have been fixed after the build

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

Re-testing, or bug regression

A

when a bug was found, reported to the developer and tested after fixing.

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

Regression testing

A

when a new modification was done to the application and we test it.

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