{"id":89,"date":"2023-09-09T06:20:36","date_gmt":"2023-09-09T06:20:36","guid":{"rendered":"https:\/\/softwaretestingstuff.com\/?p=89"},"modified":"2023-09-10T11:16:39","modified_gmt":"2023-09-10T11:16:39","slug":"istqb-sample-question-paper-6","status":"publish","type":"post","link":"https:\/\/www.softwaretestingstuff.com\/2008\/11\/istqb-sample-question-paper-6.html","title":{"rendered":"ISTQB Sample Question Paper – 6"},"content":{"rendered":"\n
Q1. An input field takes the year of birth between 1900 and 2004. The boundary values for testing this field are:<\/strong> Q2. Which one of the following are non-functional testing methods?<\/strong> Q3. Which of the following tools would be involved in the automation of regression test?<\/strong> Q4. Incorrect form of Logic coverage is:<\/strong> Q5. Which of the following is not a quality characteristic listed in ISO 9126 Standard?<\/strong> Q6. To test a function, the programmer has to write a _________, which calls the function to be tested and passes it test data.<\/strong> Q7. Boundary value testing<\/strong> Q8. Pick the best definition of quality<\/strong> Q9. Fault Masking is<\/strong> Q10. One Key reason why developers have difficulty testing their own work is:<\/strong> Q11. During the software development process, at what point can the test process start?<\/strong> Q12. In a review meeting a moderator is a person who<\/strong> Q13. Given the Following programIF X <>= ZTHEN Statement 2;ENDMcCabe\u2019s Cyclomatic Complexity is :<\/strong> Q14. How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other : -\u2026\u2026\u2026\u2026if (Condition 1)then statement 1else statement 2fiif (Condition 2)then statement 3fi\u2026\u2026\u2026\u2026<\/strong> 15. Acceptance test cases are based on what?<\/strong><\/p>\n\n\n\n a. Requirements Q16. How much testing is enough?<\/strong> Q17. A common test technique during component test is<\/strong> Q18. Statement Coverage will not check for the following:<\/strong> Q19. Independent Verification & Validation is<\/strong> Q20. Code Coverage is used as a measure of<\/strong> Also See:<\/strong><\/p>\n\n\n\n Q1. An input field takes the year of birth between 1900 and 2004. The boundary values for testing this field are:a.) 0,1900,2004,2005b.) 1900, 2004c.) 1899,1900,2004,2005d.) 1899, 1900, 1901,2003,2004,2005 Q2. Which one of the following are non-functional testing methods?a. System testingb. Usability testingc. Performance testingd. Both b & c Q3. Which of the following tools would […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[16],"tags":[],"table_tags":[],"class_list":["post-89","post","type-post","status-publish","format-standard","hentry","category-interview-questions"],"yoast_head":"\n
a.) 0,1900,2004,2005
b.) 1900, 2004
c.) 1899,1900,2004,2005
d.) 1899, 1900, 1901,2003,2004,2005<\/p>\n\n\n\n
a. System testing
b. Usability testing
c. Performance testing
d. Both b & c<\/p>\n\n\n\n
a. Data tester
b. Boundary tester
c. Capture\/Playback
d. Output comparator.<\/p>\n\n\n\n
a. Statement Coverage
b. Pole Coverage
c. Condition Coverage
d. Path Coverage<\/p>\n\n\n\n
a. Functionality
b. Usability
c. Supportability
d. Maintainability<\/p>\n\n\n\n
a. Stub
b. Driver
c. Proxy
d. None of the above<\/p>\n\n\n\n
a. Is the same as equivalence partitioning tests
b. Test boundary conditions on, below and above the edges of input and output equivalence classes
c. Tests combinations of input circumstances
d. Is used in white box testing strategy<\/p>\n\n\n\n
a. Quality is job one
b. Zero defects
c. Conformance to requirements
d. Work as designed<\/p>\n\n\n\n
a. Error condition hiding another error condition
b. Creating a test case which does not reveal a fault
c. Masking a fault by developer
d. Masking a fault by a tester<\/p>\n\n\n\n
a. Lack of technical documentation
b. Lack of test tools on the market for developers
c. Lack of training
d. Lack of Objectivity<\/p>\n\n\n\n
a. When the code is complete
b. When the design is complete
c. When the software requirements have been approved
d. When the first code module is ready for unit testing<\/p>\n\n\n\n
a. Takes minutes of the meeting
b. Mediates between people
c. Takes telephone calls
d. Writes the documents to be reviewed<\/p>\n\n\n\n
a. 2
b. 3
c. 4
d. 5<\/p>\n\n\n\n
a. 2 Test Cases
b. 3 Test Cases
c. 4 Test Cases
d. Not achievable<\/p>\n\n\n\n
b. Design
c. Code
d. Decision table<\/p>\n\n\n\n
a. This question is impossible to answer
b. This question is easy to answer
c. The answer depends on the risk for your industry, contract and special requirements
d. This answer depends on the maturity of your developers<\/p>\n\n\n\n
a. Statement and branch testing
b. Usability testing
c. Security testing
d. Performance testing<\/p>\n\n\n\n
a. Missing Statements
b. Unused Branches
c. Dead Code
d. Unused Statement<\/p>\n\n\n\n
a. Done by the Developer
b. Done by the Test Engineers
c. Done By Management
d. Done by an Entity Outside the Project\u2019s sphere of influence<\/p>\n\n\n\n
a. Defects
b. Trends analysis
c. Test
d. Time Spent Testing<\/p>\n\n\n\n\n