2.8.3 How automated and functional testing tools can be applied to test digital systems and code Flashcards

1
Q

Define:

Automated Testing

Automated Testing

A

Using specialised tools to control execution of tests and compare actual results to a list of expected results

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

Fill The Blank:

……………….. tests are repetitive actions and are automated

Automated Testing

A

Regression

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

Fill The Blank:

……………….. tests are when non-functional and functional tests are re-run to check any newly created code has not introduced new …… into the original software

A

Regression, Bugs

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

True Or False:

Automated testing is only used on functional testing

A

False - Automated testing is used on both non-functional and functional testing

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

State:

Purpose of functional testing

Functional Testing

A

Confirm functionality of the software system against the functional requirements (spec)

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

Describe:

How functional testing is carried out

Functional Testing

A

Test each function by providing an input and comparing the output against the functional requirements

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

Fill The Blank:

Functional testing is primarily ……….. box testing

Functional Testing

A

Black

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

State:

4 areas of a program that functional testing checks

A

4 of:
* UI
* APIs
* Databases
* Security
* Client-server communication

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

State:

4 factors that should be considered when selecting tools for automated and functional testing

A

4 of:
* Compatability with OSs
* Versatility
* Compatibility with a variety of platforms
* Test creation
* Maintenance
* Cost

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