Practice - 5 Tasks
Answer the questions below
1fill in blank
easyComplete the code to print the main focus of Quality Assurance.
Testing Fundamentals
print('Quality Assurance focuses on [1] processes.')
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing QA with testing activities.
Thinking QA is about fixing bugs.
✗ Incorrect
Quality Assurance (QA) is about improving and ensuring the quality of processes to prevent defects.
2fill in blank
mediumComplete the code to print the main focus of Quality Control.
Testing Fundamentals
print('Quality Control focuses on [1] the product.')
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing QC with process improvement.
Thinking QC happens before product creation.
✗ Incorrect
Quality Control (QC) is about testing the product to find defects.
3fill in blank
hardFix the error in the statement about QA and QC.
Testing Fundamentals
QA is about [1] defects, while QC is about [2] defects.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using the same word for both blanks.
Confusing prevention with detection.
✗ Incorrect
QA aims to prevent defects, QC aims to find defects.
4fill in blank
hardFill both blanks to complete the QA and QC definitions.
Testing Fundamentals
Quality Assurance is about [1] processes, and Quality Control is about [2] products.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Swapping the roles of QA and QC.
Using unrelated actions like ignoring or designing.
✗ Incorrect
QA improves processes to prevent defects; QC tests products to find defects.
5fill in blank
hardFill all three blanks to complete the sentence about QA and QC.
Testing Fundamentals
QA aims to [1] defects by [2] the process, while QC aims to [3] defects by [4] the product.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up prevention and detection.
Using the same action for both QA and QC.
✗ Incorrect
QA prevents defects by improving processes; QC detects defects by testing products.