{"id":1190,"date":"2017-08-28T11:05:02","date_gmt":"2017-08-28T11:05:02","guid":{"rendered":"https:\/\/www.h2kinfosys.com\/blog\/?p=1190"},"modified":"2025-10-22T06:35:38","modified_gmt":"2025-10-22T10:35:38","slug":"software-testing-quiz","status":"publish","type":"post","link":"https:\/\/www.h2kinfosys.com\/blog\/software-testing-quiz\/","title":{"rendered":"Software Testing Quiz"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">1. Which of the following is the main objective of software testing?<\/h3>\n\n\n\n<p>A) To debug code<br>B) To find defects<br>C) To check software performance<br>D) To add new features<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Answer: B) To find defects<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\">2. What type of testing is performed without executing the code?<\/h3>\n\n\n\n<p>A) Dynamic Testing<br>B) Static Testing<br>C) System Testing<br>D) Regression Testing<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Answer: B) Static Testing<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\">3. Which testing is done to ensure that new code changes haven\u2019t affected existing functionality?<\/h3>\n\n\n\n<p>A) Unit Testing<br>B) Regression Testing<br>C) Smoke Testing<br>D) Load Testing<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Answer: B) Regression Testing<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\">4. What is the first level of software testing?<\/h3>\n\n\n\n<p>A) System Testing<br>B) Integration Testing<br>C) Unit Testing<br>D) Acceptance Testing<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Answer: C) Unit Testing<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\">5. Smoke testing is also known as:<\/h3>\n\n\n\n<p>A) Sanity Testing<br>B) Build Verification Testing<br>C) Load Testing<br>D) Regression Testing<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Answer: B) Build Verification Testing<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\">6. Which testing ensures that the software meets business needs and requirements?<\/h3>\n\n\n\n<p>A) Functional Testing<br>B) Acceptance Testing<br>C) Integration Testing<br>D) Performance Testing<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Answer: B) Acceptance Testing<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\">7. Which of the following is NOT a black-box testing technique?<\/h3>\n\n\n\n<p>A) Boundary Value Analysis<br>B) Equivalence Partitioning<br>C) Decision Table Testing<br>D) Statement Coverage<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Answer: D) Statement Coverage<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\">8. What is the main goal of load testing?<\/h3>\n\n\n\n<p>A) To check data accuracy<br>B) To test under normal conditions<br>C) To test performance under expected load<br>D) To check software usability<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Answer: C) To test performance under expected load<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\">9. In Agile projects, testing is considered:<\/h3>\n\n\n\n<p>A) A separate phase<br>B) Part of development activities<br>C) Done after deployment<br>D) Optional<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Answer: B) Part of development activities<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\">10. What type of testing verifies that individual modules work together?<\/h3>\n\n\n\n<p>A) Unit Testing<br>B) Integration Testing<br>C) System Testing<br>D) Sanity Testing<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Answer: B) Integration Testing<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\">11. Alpha testing is performed by:<\/h3>\n\n\n\n<p>A) Developers<br>B) Testers<br>C) End users at developer\u2019s site<br>D) End users at their own site<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Answer: C) End users at developer\u2019s site<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\">12. Beta testing is conducted:<\/h3>\n\n\n\n<p>A) Internally by QA<br>B) Externally by selected customers<br>C) By developers<br>D) Automatically by tools<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Answer: B) Externally by selected customers<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\">13. Which document defines what to test, how to test, and when to test?<\/h3>\n\n\n\n<p>A) Test Scenario<br>B) Test Case<br>C) Test Plan<br>D) Test Report<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Answer: C) Test Plan<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\">14. Which of the following is a non-functional testing type?<\/h3>\n\n\n\n<p>A) Boundary Testing<br>B) Regression Testing<br>C) Stress Testing<br>D) Smoke Testing<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Answer: C) Stress Testing<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\">15. Which tool is commonly used for bug tracking?<\/h3>\n\n\n\n<p>A) Jenkins<br>B) JIRA<br>C) Selenium<br>D) Git<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Answer: B) JIRA<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\">16. The process of executing a program to find errors is called:<\/h3>\n\n\n\n<p>A) Debugging<br>B) Testing<br>C) Validation<br>D) Verification<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Answer: B) Testing<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\">17. Validation answers the question:<\/h3>\n\n\n\n<p>A) Are we building the product right?<br>B) Are we building the right product?<br>C) Are bugs fixed properly?<br>D) Is performance optimal?<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Answer: B) Are we building the right product?<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\">18. Which type of testing ensures that a software component performs its intended function?<\/h3>\n\n\n\n<p>A) Non-functional Testing<br>B) Functional Testing<br>C) Unit Testing<br>D) Alpha Testing<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Answer: B) Functional Testing<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\">19. What is the purpose of exploratory testing?<\/h3>\n\n\n\n<p>A) To automate test cases<br>B) To find new defects through exploration<br>C) To retest fixed defects<br>D) To measure performance<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Answer: B) To find new defects through exploration<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\">20. What is the difference between verification and validation?<\/h3>\n\n\n\n<p>A) Verification is coding; validation is documentation<br>B) Verification ensures quality of process; validation ensures quality of product<br>C) Verification is testing; validation is debugging<br>D) Both are the same<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Answer: B) Verification ensures quality of process; validation ensures quality of product<\/h4>\n","protected":false},"excerpt":{"rendered":"<p>1. Which of the following is the main objective of software testing? A) To debug codeB) To find defectsC) To check software performanceD) To add new features Answer: B) To find defects 2. What type of testing is performed without executing the code? A) Dynamic TestingB) Static TestingC) System TestingD) Regression Testing Answer: B) Static [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[48],"tags":[51,50,49],"class_list":["post-1190","post","type-post","status-publish","format-standard","hentry","category-software-testing-skill-test","tag-software-testing","tag-software-testing-online-test","tag-software-testing-quiz"],"_links":{"self":[{"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/posts\/1190","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/comments?post=1190"}],"version-history":[{"count":1,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/posts\/1190\/revisions"}],"predecessor-version":[{"id":31071,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/posts\/1190\/revisions\/31071"}],"wp:attachment":[{"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/media?parent=1190"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/categories?post=1190"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/tags?post=1190"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}