QA knowledge
Quiz by Strangov Alexandru
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
- Q1What does QA stand for in software development?Quality AnalysisQuality AssuranceQuick AnalysisQuantitative Analysis30s
- Q2Which of the following is NOT a common QA testing technique?Unit TestingProject ManagementIntegration TestingRegression Testing30s
- Q3What is the purpose of a bug report in QA testing?To design new features for the softwareTo approve the release of the softwareTo document and track issues found during testingTo analyze user behavior30s
- Q4What is the main goal of QA testing in software development?To ensure the quality of the software productTo increase the cost of the projectTo prioritize quantity over qualityTo slow down the development process30s
- Q5What is the purpose of a test plan in QA testing?To review customer feedbackTo monitor server performanceTo outline the approach for testing a software productTo develop new software features30s
- Q6What is the role of a QA analyst in software development?To develop backend codeTo design user interfacesTo manage project timelinesTo evaluate and improve the quality of software products30s
- Q7What is the difference between QA and QC in software testing?QA focuses on coding while QC focuses on testingQA focuses on fixing defects while QC focuses on preventing defectsQA focuses on customer support while QC focuses on developmentQA focuses on preventing defects while QC focuses on identifying defects30s
- Q8What is the purpose of a test case in software testing?To create user documentation for the softwareTo market the software product to potential customersTo generate code for the software featureTo define the steps and conditions for testing a specific software feature30s
- Q9What is the difference between black box testing and white box testing?Black box testing focuses on testing the functionality of a software product without examining its internal code, while white box testing examines the internal code structure and logic of the softwareBlack box testing is performed by developers while white box testing is performed by QA testersBlack box testing only checks the user interface while white box testing only tests the databaseBlack box testing is conducted manually while white box testing is automated30s
- Q10What is the purpose of a test environment in QA testing?To schedule project meetingsTo simulate the production environment for testing purposesTo deploy the final software productTo train new QA testers30s
- Q11What is the significance of test automation in QA testing?To improve testing efficiency and accuracy by automating repetitive tasksTo introduce more human errors in testingTo increase manual testing effortsTo decrease the overall testing coverage30s
- Q12
Executing the same test case by giving the number of inputs on the same build is called as
Checklist
Test Matrix
Traceablity Matrix
Test bed
30s - Q13
The cyclomatic complexity metric provides the designer with information regarding the number of
Independent logic paths in the program
Statements in the program
Errors in the program
Cycles in the program
30s - Q14
To test a function: the programmer has to write a _________, which calls the function to be tested and passes its test data
Proxy
Stub
Driver
None of the above
30s - Q15
Which of these can be successfully tested using Loop Testing methodology?
All Of The Above
Simple Loops
Nested loops
Concatenated Loops
30s