Qa Flashcards
What is the primary role of a Quality Assurance (QA) tester?
To ensure that a product meets the required standards and functions correctly before it is released.
True or False: QA testers only focus on finding bugs in software.
False
Fill in the blank: QA testing is essential for __________ satisfaction.
customer
What are the two main types of testing?
Manual testing and automated testing.
Which testing method involves executing test cases without automated tools?
Manual testing.
What is a test case?
A set of conditions under which a tester assesses whether a system or software application is working as intended.
Multiple Choice: Which of the following is a type of automated testing? A) Unit Testing B) User Acceptance Testing C) Regression Testing
A) Unit Testing
What does ‘regression testing’ aim to accomplish?
To ensure that new code changes do not adversely affect existing functionalities.
True or False: QA testers are responsible for writing user documentation.
False
What is the purpose of a bug report?
To document the details of a defect in order for developers to fix it.
Fill in the blank: The __________ is a document that outlines the testing strategy, objectives, and scope.
test plan
What is the difference between black-box testing and white-box testing?
Black-box testing focuses on input/output without knowing internal code structure, while white-box testing involves knowledge of the internal code.
Multiple Choice: Which tool is commonly used for automated testing? A) JIRA B) Selenium C) Slack
B) Selenium
What is user acceptance testing (UAT)?
A phase of testing where real users test the software to ensure it meets their needs and requirements.
True or False: QA testing is only performed at the end of the software development lifecycle.
False