Zusammenfassung der Ressource
Frage 1
Frage
A human action that produces an incorrect result is called:
Antworten
-
An error
-
A fault
-
A failure
-
A defect
Frage 2
Frage
A deviation of the software from its expected delivery or service is:
Antworten
-
A failure
-
A fault
-
A defect
-
An error
Frage 3
Frage
Which of the following statements are true?
Antworten
-
i. A defect is produced as a result of system failure.
-
ii. Failures can be caused by environmental conditions such as radiation.
-
iii. Defects, bugs & faults are the same thing.
-
iv. Failures can cause bugs.
-
v. Faults always cause system failures.
-
i, ii, v are true; iii and iv are false.
-
ii, iii, iv are true; i and v are false.
-
ii, iii are true; i, iv and v are false.
-
iv, v are true; i, ii and iii are false.
Frage 4
Frage
Which of the following statements is true?
Antworten
-
Testing can show failures that are caused by defects.
-
Developers use debugging instead of testing.
-
Regression testing checks that the defect has been fixed.
-
Negative testing is not to be recommended.
Frage 5
Antworten
-
Reviews of documents or code.
-
Tests of electrical equipment
-
Onsite tests
-
Used in steady-state systems.
Frage 6
Frage
Which of the following statements apply to testing and which to debugging?
Antworten
-
1) Investigates the case of a fault
-
2) Identifies failures
-
3) Confirms whether a failure has been fixed
-
4) Fixes software if necessary
-
5) Checks the defect has been fixed
-
6) Steps through program code
-
1, 2 and 3 are testing; 4, 5 & 6 are debugging
-
1, 2 and 5 are testing; 3, 4 & 6 are debugging
-
2 and 3 are testing; 1, 4, 5 6 are debugging
-
2, 3 and 4 are testing; 1, 5, 6 are debugging
Frage 7
Frage
Who would usually perform debugging activities?
Antworten
-
Incident Managers
-
Developers
-
Analysts
-
Testers
Frage 8
Frage
An unlikely objective for a test is:
Antworten
-
To prove there are zero defects.
-
To detect faults.
-
To assess regulatory compliance.
-
To assess software quality.
Frage 9
Frage
Which is NOT a testing principle?
Antworten
-
Early Testing
-
Defect Clustering
-
Pesticide Paradox
-
Functional Testing
Frage 10
Frage
The Test Closure phase of a testing project begins when:
Antworten
-
The exit criteria have been met.
-
All faults have been fixed.
-
The implementation date is reached.
-
All requirements have been tested.
Frage 11
Frage
Which activity in the fundamental test process creates test suites for efficient test execution?
Frage 12
Frage
During which fundamental test process activity do we determine if more tests are needed?
Frage 13
Frage
Which activities form part of test planning?
Antworten
-
i. Developing Test Cases
-
ii. Defining the overall approach to Testing.
-
iii. Determining the required resources.
-
iv. Building the test environment.
-
v. Writing test conditions.
-
vi. Implementing the test strategy
-
i, ii and iv are true; iii, v and vi are false
-
ii, iii and vi are true; i, iv and v are false
-
iv, v and vi are true; i, ii and iii are false
-
i, ii and iii are true; iv, v and vi are false
Frage 14
Frage
Independence in testing means
Antworten
-
The programmer being left to get on with their own tests.
-
Someone other than the developer designing the tests.
-
Each tester working on their own without interference.
-
Testing being planned independently from the rest of the project.
Frage 15
Frage
Meetings between developers and testers...
Antworten
-
Are unnecessary thanks to email
-
Are necessary so that blame can be apportioned
-
Are for constructive communication of defects
-
Are bad as they compromise independence
Frage 16
Frage
One key reason why developers have difficulty testing their own work is:
Frage 17
Frage
Which of the following is a benefit of independent testing?
Antworten
-
Independent testers are much more qualified than Developers.
-
Independent testers see other and different defects and are unbiased.
-
Independent testers cannot identify defects.
-
Independent testers can test better than developers
Frage 18
Frage
Which of the following has the highest level of independence? Test Cases which are designed by:
Antworten
-
The person who wrote the software under test.
-
A person from a different section.
-
A person from a different organisation.
-
Another person within the development team.
Frage 19
Frage
Which of the following is NOT part of the CODE OF ETHICS?
Antworten
-
PUBLIC
-
PRODUCT
-
FINANCIAL
-
SELF
Frage 20
Frage
Which, in general, is the skill least required of a good tester?