COMP311_Final_35of40

pdf

School

Centennial College *

*We aren’t endorsed by this school

Course

311

Subject

Industrial Engineering

Date

Jan 9, 2024

Type

pdf

Pages

25

Uploaded by ChefPorcupineMaster87

Report
Question 1 (1 point) ' Saved g usten] > ] What is a key characteristic of structure-based testing techniques? They are used both to measure coverage and to design tests to increase ~ coverage. O They are based on the skills and experience of the tester. O They use a formal or informal model of the software or component. O They are mainly used to assess the structure of a specification. Question 2 (1 point) Saved [ @usen] » ] ‘Why are error guessing and exploratory testing good to do? O They will ensure that all of the code or system is tested. O They can be used most effectively when there are good specifications. O They don't require any training to be as effective as formal techniques. @ They can find defects missed by specification-based and structure-based ~ techniques.
Question 3 (1 point) Saved ] ‘Why are both specification-based and structure-based testing techniques useful? C) Both find the same type of defect. Q Because specifications tend to be unstructured. C) Using more techniques is always better. @) They find different types of defect. Question 4 (1 point) ~ Saved [5] O Listen | B What does load testing of Web applications measure? (:) Response time: how long the user waits after issuing a request until seeing the response O Stress testing for resilience to network dropouts or server failures O Scalability or ability to keep up with demand as the number concurrent users grows @ Throughput, typically measured as number of requests processed per second on the server O Usability of a browser-based user interface
Question 5 (1 point) Saved [0 uisten [ » What is the primary difference between the test plan, the test design specification and the test procedure specification? o The test plan describes one or more levels of testing, the test design ~ specification identifies the associated high-level test cases and a test procedure specification describes the actions for executing a test. ~ The test plan is finished in the first third of the project, the test design ~ specification is finished in the middle third of the project and the test procedure specification is finished in the last third of the project. Q The test plan is the least thorough, the test procedure specification is the most -~ thorough and the test design specification is midway between the two. C The test plan is for managers, the test design specification is for programmers and the test procedure specification is for testers who are automating tests.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Question 6 (1 point) Saved G0 usten [ » | With a highly experienced tester with a good business background, which approach to defining test procedures would be effective and most efficient for a project under severe time pressure? @ A high-level outline of the test conditions and general steps to take. O Every step in the test spelled out in detail. O Detailed documentation of all test cases and careful records of each step taken in the testing. ,«) A high-level outline of the test conditions with the steps to take discussed in ~ detail with another experienced tester.
Question 7 (1 point) Saved 5] O Listen | b For a test procedure that is checking modifications of customers on a database, which two steps below would be the lowest priority if we didn't have time to execute all of the steps? 1 Open database and confirm existing customer 2 Change customer's marital status from single to married 3 Change customer's street name from Parks Road to Park Road 4 Change customer's credit limit from 500 to 750 5 Replace customer's first name with exactly the same first name 6 Close the customer record and close the database (o) Tests 3and 5 () Tests1and 4 () Tests2and 3 () Tests5and 6
Question 8 (1 point) Saved =] O Listen >‘ What statement about static analysis is true? O Compiling is not a form of static analysis. (.\ With static analysis, defects can be found that are difficult to find with dynamic ~ testing. () ‘When properly performed, static analysis makes functional testing redundant. () static analysis finds all faults.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Question 9 (1 point) ' Saved ten | » What is the main difference between a walkthrough and an inspection? =l O Authors are not present during inspections, whilst they are during walkthroughs. O An inspection has a trained leader, whilst a walkthrough has no leader. An inspection is led by authors, whilst a walkthrough is led by a trained ~ moderator. @y Awalkthrough is led by the author, whilst an inspection is led by a trained ~ moderator. I\ Question 10 (1 point) ' Saved Which of the following artifacts can be examined by using review techniques? ten =l () Software Code Q Requirements Specification Q Test Designs @ Al of the above
Question 11 (1 point) + Saved |5 ) Listen | » The main focus of acceptance testing is: @ testing for a business perspective O testing by an independent test team Q testing the system with other systems O finding faults in the system Question 12 (1 point) + Saved % isten ‘Which of the statements below is the best assessment of how the test principles apply accross the test life cycle? O Test principles only affect the preparation for testing. @ Test principles affect activities throughout the test life cycle. O Test principles only affect test execution activities. O Test principles affect the early test activities such as review.
Question 13 (1 point) ' Saved Performing static code analysis is more helpful than dynamic testing for discovering need for improvement in which of the following ISO 9126 categories for quality of software ? () Reliability O Efficiency @ Functionality () Maintainability () Usability
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Question 14 (1 point) + Saved 5] O Listen ] What is exploratory testing? O The process of anticipating or guessing where defects might occur. Cl) Concurrent test design, test execution ,test logging and learning. O The testing carried out by a chartered engineer. (:) A systematic approach to identifying specific equivalent classes of input.
Question 15 (1 point) ' Saved % ) Listen Put the test cases that implement the following test conditions into the best order for the test execution schedule, for a test that is checking modifications of the consumers on a database. 1- Print modified customer record. 2- Change customer address: house number and street name 3- Capture and print the on-screen error message 4- Change customer address: postal code 5- Confirm existing customer is on the database by opening the record. 6- Close the customer record and close the database. 7- Try to add a new customer with no details at all. (04251673 (05421376 (0)51,2347,6 (0)54,2,173,6
Question 16 (1 point) Saved 5] O Listen ] According to the ISTQB Glossary , debugging: () Is part of the fundamental testing process. (®) Includes the repair of the cause of a failure. O Involves intentionally adding known defects. O Follows the steps of a test procedure
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Question 17 (1 point) Saved [0 usten] » ‘Which of the following is among the typical tasks of a test leader? (:) Develop system requirements, design specifications and usage models. @ Gather and report test progress metrics. (:) Handle all test automation duties. (:) Keep tests and test coverage hidden from programmers. Question 18 (1 point) ' Saved Static code analysis typically identifies all but one of the following problems. Which is it? () Too few comments. @ Faults in the requirements. () Unreachable code. _) Undeclared variables.
Question 19 (1 point) + Saved [ O Listen | B In which document described in IEEE 829 would you find instructions for the steps to be taken for a test including set-up, logging, environment and measurement? @ Test procedure specification O Test design specification O Test plan O Test case specification Question 20 (1 point) ' Saved [ O Listen | » Marcel Catering created a web site to let customers order gourmet meals on line. Although the Web application was tested thoroughly before going live, it had to be taken down within days due to customer complaints about orders not being delivered. Analysis revealed that the server-side database could not keep up with incoming orders at peak times. What kind of testing could have prevented this embarrassing situation? () Validation Testing (®) Load Testing () Exploratory testing () Usability Testing
Question 21 (1 point) + Saved % isten What information need not be included in a test incident report: O test environment details O the actual and expected outcomes O how to reproduce the fault @ how to fix the fault O severity, priority Question 22 (1 point) Saved ) Listen | B Which of the following is a test type? @ Functional testing. (:) Acceptancy testing. O Component testing. () System testing.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Question 23 (1 point) ' Saved G0 usten [ » | What are the good practices for testing within the development life cycle? Q Early test analysis and design. Q Different test levels are defined with specific objectives. C) Testers should start to get involved as soon as coding is done. @ "a" and "b" above. Question 24 (1 point) ' Saved G0 usten [ > | According to ISTQB Glossary, what is a test level? (O An ISTQB certification. O A test type O One or more test design specification documents @ A group of test activities that are organized together.
Question 25 (1 point) ' Saved Which of the following could be a root cause of a defect in financial software in which an incorrect interest rate is calculated? @) Insufficient training was given to the developers concerning compound interest calculation rules. Q Insufficient calculations of compound interest were included. O Inaccurate calculators were used to calculate the expected results Q Insufficient funds were available to pay the interest rate calculated. Question 26 (1 point) ' Saved [ O Listen | » Which of the following is most important to promote and maintain a good relationship between testers and developers? C ¥) Identifying potential customer work-arounds for bugs. C) Promoting better quality software whenever possible. @ Explaining test results in a neutral fashion. C ¥) Understanding what managers value about testing.
Question 27 (1 point) ' Saved Of the following statements about reviews of specifications, which statement is true? () Reviews are not generally cost effective as the meetings are time consuming and require preparation and follow up. @) Reviews are a cost effective early static test on the system. Q There is no need to prepare for or follow up on reviews. O Reviews must be controlled by the author. Question 28 (1 point) ' Saved Which of the following would NOT be done as part of selecting a tool for an organization? O Evaluate the tool features against clear requirements and objective criteria. O Assess organizational maturity, strengths and weaknesses. @) Roll out the tool to as many users as possible within the organization. O Identify internal requirements for coaching and mentoring in the use of the tool.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Question 29 (1 point) ' Saved [>] Test Script is @ A code segment to replace the test case O Always used when we use tools O Code used in manual testing O written version of test cases Question 30 (1 point) ' Saved Order numbers on a stock control system can range between 10000 and 99999 inclusive. Which of the following inputs might be a result of designing tests for only valid equivalence classes and valid boundaries: () 1000, 5000, 99999 (®) 10000, 50000, 99999 () 9999, 50000, 100000 () 10000, 99999 () 9999, 10000, 50000, 99999, 10000
Question 31 (1 point) + Saved g 0 Listen | > What is a test condition? C) The steps to be taken to get the system to a given point () Something that can be tested @ An input, expected outcome, precondition and postcondition O A specific state of the software, e.g. before a test can be run Question 32 (1 point) + Saved |5 O Listen | B According to ISTQB Glossary, what do we mean when we call someone a test manager? ‘C) A test manager manages a collection of test leaders. ‘C) A test manager gets paid more than a test leader. C';‘ A test manager is a leader of a test team or teams. ‘C) A test manager reports to e test leader.
Question 33 (1 point) ' Saved [ @ usten] » ] Static code analysis typically identifies all but one of the following problems. Which is it? C) Too few comments. O Undeclared variables. O Unreachable code. @ Faults in the requirements. Question 34 (1 point) Saved [ @ usten] » ] What does it mean if a set of tests has achieved 90% statement coverage? O 9 out of 10 decision outcomes have been exercised by this set of tests. O 9 out of 10 requirements statements about the software are correct. (©) 9 out of 10 tests have been run on this set of software. (®) 9 out of 10 statements have been exercised by this set of tests.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Question 35 (1 point) ' Saved [ 0uisten ] » Acceptance tests are normally conduced by the () System engineers. () Developers () Test team () End users Question 36 (1 point) ' Saved What statement about reviews is true? Q Technical reviews are led by a trained leader, inspections are not. (:) In a walkthrough, the author does not attend. @\‘ Inspections are led by a trained moderator, whereas technical reviews are not ~ necessarily. O Participants for a walkthrough always need to be thoroughly trained.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Question 37 (1 point) ' Saved [>] Use case testing is useful for which of the following? P Designing acceptance tests with users or customers. Q Making sure that the mainstream business processes are tested. R Finding defects in the interaction between components. S Identifying the maximum and minimum values for every input field. T Identifying the percentage of statements exercised by a set of tests. (®)PQandR (ORSandT ()QSandT ()PQands
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Question 38 (1 point) ' Saved When choosing which technique to use in a given situation, which factors should be taken into account? U - previous experience of types of defects found in this or similiar systems V - the existing knowledge of the testers W - regulatory standards that apply X - the type of test execution tool that will be used Y - the documentation available Z - previous experience in the development language (O uvWandY OvVwandY O VWyandz (®UXandY
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Question 39 (1 point) ' Saved = en | > ] ‘Why are error guessing and exploratory testing good to do? O They will ensure that all of the code or system is tested. O They can be used most effectively when there are good specifications. C) They don't require any training to be as effective as formal techniques. (;\ They can find defects missed by specification-based and structure-based ~ techniques. Question 40 (1 point) Saved Which of the following metrics would be most useful to monitor during test execution? (} Percentage of requirements for which a test has been written. @ Number of defects found and fixed. O Number of test environments remaining to be configured. O Percentage of tests cases written.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help