Skip to content

Instantly share code, notes, and snippets.

@neau
Last active March 22, 2019 18:13
Show Gist options
  • Save neau/0c83f921dae9170b4979da44daa51cbf to your computer and use it in GitHub Desktop.
Save neau/0c83f921dae9170b4979da44daa51cbf to your computer and use it in GitHub Desktop.
ISTQB Learning Mistakes

Q9-12 Which of the following is a requirement of an effective software environment?
I. Ease of use
II. Capacity for incremental implementation
III. Capability of evolving with the needs of a project
IV. Inclusion of advanced tools
Select one:
a. I, II &III
b. I, II &IV
c. II, III&IV
d. I, III&IV

Q9-5 An expert based test estimation is also known as
Wide band Delphi

Q9-6 When testing a grade calculation system, a tester determines that all scores from 90 to 100 will yield a grade of A, but scores below 90 will not. This analysis is known as:
Equivalence partitioning

Q9-7 All of the following might be done during unit testing except
a. Desk check
b. Manual support testing
c. Walk-through Incorrect
d. Compiler based testing

Q9-10 Which of the following software change management activities is most vital to assessing the impact of proposed software modifications?
a. Baseline identification Incorrect
b. Configuration auditing
c. Change control
d. Version control

Q9-12 Which of the following is a requirement of an effective software environment?
I. Ease of use
II. Capacity for incremental implementation
III. Capability of evolving with the needs of a project
IV. Inclusion of advanced tools
Select one:
a. I, II &III
b. I, II &IV
c. II, III&IV
d. I, III&IV

Q9-13 A test manager wants to use the resources available for the automated testing of a web application. The best choice is
Select one:
a. Test automater, web specialist, DBA, test lead
b. Tester, test automater, web specialist, DBA
c. Tester, test lead, test automater, DBA
d. Tester, web specialist, test lead, test automater

Q9-19 A type of integration testing in which software elements, hardware elements, or both are combined all at once into a component or an overall system, rather than in stages.
Select one:
a. System Testing
b. Big-Bang Testing
c. Integration Testing
d. Unit Testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment