CTFL Flashcards

1
Q

WHAT IS TESTING?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  1. What are some problems caused by software that doesnt
    work correctly?
A
  • leads to many problems:
  • loss of money,
  • loss of time
  • or business reputation
  • in extreme cases even injury or death
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. What does software testing do?
A
  • software testing assesses
  • software quality and helps
  • reduce the risk of software failure in operation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. What is Software testing?
A
  • software testing is a set of activities
  • to discover defects
  • and evaluate the quality
  • of software artifacts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  1. What are these artifacts in software testing?
A
  • these artifacts
  • when being tested,
  • are known as test objects
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  1. What is the misconception about Testing?
A
  • is that it only consists of executing tests
  • i.e running the software and checking the test results
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  1. Why is it just a misconception about testing?
A
  • because there are other activities involved
  • in software testing and it must be aligned
  • with the software development lifecycle
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  1. What is another common misconception about testing?
A
  • that it focuses entirely on verifying the test object
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  1. Why is this misconceptions and what does testing involve apart of verifying?
A
  • testing involves verification
  • (meaning checking whether the system
    meets specified requirements)
  • testing also involves validation
  • (meaning checking whether the system meets
    users and other stakeholders needs
    in its operational environment )
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  1. What are two categories of testing?
A

dynamic and static

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  1. What is Dynamic testing?
A
  • involves the execution of software
How well did you know this?
1
Not at all
2
3
4
5
Perfectly