ThirdSetOf10questions Flashcards

1
Q

What is test objective no 5?

A

verifying whether specified requirements have been fullfilled

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

What is test objective no 6?

A

veriftying that a test object compiles with contractual,
legal and regulatory requirements

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

What is test objective no 7?

A

Providing information to stakeholders to allow them to make
informed decisions

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

What is test objective no 8?

A

building confidence in the quality of the test object

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

What is test objective no 9?

A

validating whether the test object is complete and
works as expected by the stakeholders

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

What’s the context that objectives of testing
depend upon?

A
  • the work product being tested,
  • the test level,
  • risks,
  • the software development lifecycle SDLC being followed
  • and factors related to the business context, eg corporate
    structure, competitive considerations or time to market
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

TESTING AND DEBUGGING

Are testing and debuggin the same?

A

they are separate activities

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

What does Testing do?

A

Testing can trigger failures that are caused by
defects in the software (dynamic testing)
or can directly find defects in the test object (static testign)

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

What happens when dynamic testing triggers a failure?

A

when dynamic testing triggers a failure
debugging is concerned with findinc causes of this failure
aka defects,
analysing these causes and eliminating them

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

What does the typical debugging process in this
case invovle?

A
  • Reproduction of a failure
  • Diangosis (finding the root cause)
  • Fixing the cause
How well did you know this?
1
Not at all
2
3
4
5
Perfectly