Font size
WorksheetsSoftware Quality
Total questions: 10
Worksheet time: 6mins
Which one IS NOT a golden rule of software development?
Writing
code is easy
Quality is everyone’s responsibility
Maintaining software is easy
The best line of code is the one that is not written
Quality must be considered during all phases of the software development life cycle
True
False
Which of the following are tools & practices that help with the quality of the code?
Code reviews
Style guides
Git
Linters & Formatters
We should (a) the feedback loops
Bad software quality can have deadly consequences?
True
False
A good developer does not need tests?
True
False
Is the context of the project irrelevant when designing the test plan?
True
False
Which of the following are valid quality assurance principles?
Ensure the test are exhaustive
Testing should not forbid development
Never change your testing strategy
Tests can guarantee the absence of bugs
The pareto principle says that roughly __% of effects come from __ % of causes
(a)
Which of the following are valid responsibilities and traits of a QA?
Perform all the tests in a project
Be curious and critical
Design and plan the quality strategy of the project
Train and mentor teams on quality-related topics
Be methodical and optimistic
