40 Question quiz 7 (241-280)

Description

Quiz on 40 Question quiz 7 (241-280), created by Daniel Neag on 04/12/2017.
Daniel Neag
Quiz by Daniel Neag, updated more than 1 year ago
Daniel Neag
Created by Daniel Neag over 6 years ago
20
0

Resource summary

Question 1

Question
The standard that gives definitions of testing terms is:
Answer
  • A. ISO/IEC 12207
  • B. BS7925-1
  • C. BS7925-2
  • D. ANSI/IEEE 829

Question 2

Question
What are the main objectives of software project risk management?
Answer
  • A. Increase focus on preventive processes and improve tester job satisfaction
  • B. Reduce the probability of occurrence and decrease the potential impact
  • C. Control contractor problems and minimize the impact of corporate politics
  • D. Increase the probability of project success regardless of the cost involved

Question 3

Question
Consider the following state transition diagram of a two-speed hair dryer, which is operated by pressing its one button. The first press of the button turns it on to Speed 1, second press to Speed 2 and the third press turns it off. Which of the following series of state transitions below will provide 0-switch coverage?
Answer
  • A. A,C,B
  • B. B,C,A
  • C. A,B,C
  • D. C,B,A

Question 4

Question
How many test cases are needed to achieve 100 % decision coverage? If (p = q) { s = s + 1; if (a < S) { t = 10; } } else if (p > q) { t = 5; }
Answer
  • A. 3
  • B. 6
  • C. 5
  • D. 4

Question 5

Question
Which of the following statements about the component testing standard is false:
Answer
  • A. Black box design techniques all have an associated measurement technique
  • B. White box design techniques all have an associated measurement technique
  • C. Cyclomatic complexity is not a test measurement technique
  • D. Black box measurement techniques all have an associated test design technique
  • E. White box measurement techniques all have an associated test design technique

Question 6

Question
Could reviews or inspections be considered part of testing:
Answer
  • A. No, because they apply to development documentation
  • B. No, because they are normally applied before testing
  • C. No, because they do not apply to the test documentation
  • D. Yes, because both help detect faults and improve quality
  • E. Yes, because testing includes all non-constructive activities

Question 7

Question
The main focus of acceptance testing is:
Answer
  • A. Finding faults in the system
  • B. Ensuring that the system is acceptable to all users
  • C. Testing the system with other systems
  • D. Testing for a business perspective
  • E. Testing by an independent test team

Question 8

Question
Which of the following can help testers understand the root causes of defects from previous projects?
Answer
  • A. Ishikawa diagram
  • B. Cause-and-effect diagram
  • C. Lessons learned
  • D. Fishbone diagram

Question 9

Question
Which technique is appropriate to test changes on old and undocumented functionalities of a system?
Answer
  • A. Specification-based technique
  • B. Black-box technique
  • C. White-box technique
  • D. Data driven testing technique

Question 10

Question
Non-functional system testing includes:
Answer
  • A. Testing to see where the system does not function properly
  • B. Testing quality attributes of the system including performance and usability
  • C. Testing a system feature using only the software required for that action
  • D. Testing a system feature using only the software required for that function
  • E. Testing for functions that should not exist

Question 11

Question
Which of the following is NOT a black box technique:
Answer
  • A. Equivalence partitioning
  • B. State transition testing
  • C. LCSAJ
  • D. Syntax testing
  • E. Boundary value analysis

Question 12

Question
Expected results are:
Answer
  • A. Only important in system testing
  • B. Only used in component testing
  • C. Never specified in advance
  • D. Most useful when specified in advance
  • E. Derived from the code

Question 13

Question
Beta testing is:
Answer
  • A. Performed by customers at their own site
  • B. Performed by customers at their software developers site
  • C. Performed by an independent test team
  • D. Useful to test bespoke software

Question 14

Question
Consider the following: Pick up and read the newspaper Look at what is on television If there is a program that you are interested in watching then switch the the television on and watch the program Otherwise Continue reading the newspaper If there is a crossword in the newspaper then try and complete the crossword
Answer
  • A. SC = 1 and DC = 1
  • B. SC = 1 and DC = 2
  • C. SC = 1 and DC = 3
  • D. SC = 2 and DC = 2
  • E. SC = 2 and DC = 3

Question 15

Question
A typical commercial test execution tool would be able to perform all of the following EXCEPT:
Answer
  • A. Generating expected outputs
  • B. Replaying inputs according to a programmed script
  • C. Comparison of expected outcomes with actual outcomes
  • D. Recording test inputs
  • E. Reading test values from a data file

Question 16

Question
Consider the following statements about early test design: i. Early test design can prevent fault multiplication ii. Faults found during early test design are more expensive to fix iii. Early test design can find faults iv. Early test design can cause changes to the requirements v. Early test design takes more effort
Answer
  • A. i, iii & iv are true. Ii & v are false
  • B. iii is true, I, ii, iv & v are false
  • C. iii & iv are true. i, ii & v are false
  • D. i, iii, iv & v are true, ii us false
  • E. i & iii are true, ii, iv & v are false

Question 17

Question
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print "Large" ENDIF If P > 50 THEN Print "P Large" ENDIF
Answer
  • A. 1 test for statement coverage, 3 for branch coverage
  • B. 1 test for statement coverage, 2 for branch coverage
  • C. 1 test for statement coverage, 1 for branch coverage
  • D. 2 tests for statement coverage, 3 for branch coverage
  • E. 2 tests for statement coverage, 2 for branch coverage

Question 18

Question
The place to start if you want a (new) test tool is:
Answer
  • A. Attend a tool exhibition
  • B. Invite a vendor to give a demo
  • C. Analyse your needs and requirements
  • D. Find out what your budget would be for the tool
  • E. Search the internet

Question 19

Question
Error guessing is best used
Answer
  • A. As the first approach to deriving test cases
  • B. After more formal techniques have been applied
  • C. By inexperienced testers
  • D. After the system has gone live
  • E. Only by end users

Question 20

Question
Exit Criteria may consist of: i. Thoroughness measures, such as coverage of code, functionality or risk ii. Estimates of Defect density or reliability measures. iii. Residual risk such as defects not fixed or lack of test coverage in certain areas iv. Verifying the Test Environment.
Answer
  • A. iv is correct and i,ii,iii are incorrect.
  • B. i,ii,iii is correct and iv is incorrect
  • C. ii is correct and i,ii,iii are incorrect
  • D. iii and iv are correct and i,ii are incorrect

Question 21

Question
One of the fields on a form contains a text box, which accepts alphabets in lower or upper case. Identify the invalid Equivalance class value.
Answer
  • A. CLASS
  • B. cLASS
  • C. CLass
  • D. CLa01ss

Question 22

Question
The Kick Off phase of a formal review includes the following:
Answer
  • A. Explaining the objective
  • B. Fixing defects found typically done by author
  • C. Follow up
  • D. Individual Meeting preparations

Question 23

Question
Peer Reviews are also called as :
Answer
  • A. Inspection
  • B. Walkthrough
  • C. Technical Review
  • D. Formal Review

Question 24

Question
Validation involves which of the following i. Helps to check the Quality of the Built Product ii. Helps to check that we have built the right product. iii. Helps in developing the product iv. Monitoring tool wastage and obsoleteness.
Answer
  • A. Options i,ii,iii,iv are true.
  • B. ii is true and i,iii,iv are false
  • C. i,ii,iii are true and iv is false
  • D. iii is true and i,ii,iv are false.

Question 25

Question
Success Factors for a review include: i. Each Review does not have a predefined objective ii. Defects found are welcomed and expressed objectively iii. Management supports a good review process. iv. There is an emphasis on learning and process improvement.
Answer
  • A. ii,iii,iv are correct and i is incorrect
  • B. iii , i , iv is correct and ii is incorrect
  • C. i , iii , iv , ii is in correct
  • D. ii is correct

Question 26

Question
Which test measures the system at or beyond the limits of its specified requirements?
Answer
  • A. Structural testing
  • B. Stress testing
  • C. Error guessing
  • D. Black-box testing

Question 27

Question
Defects discovered by static analysis tools include: i. Variables that are never used. ii. Security vulnerabilities. iii. Programming Standard Violations iv. Uncalled functions and procedures
Answer
  • A. i , ii,iii,iv is correct
  • B. iii ,is correct I,ii,iv are incorrect.
  • C. i ,ii, iii and iv are incorrect
  • D. iv, ii is correct

Question 28

Question
Which defect can typically be discovered using a static analysis tool?
Answer
  • A. Inconsistencies in numerical calculations
  • B. Programming standards violations
  • C. Problems related to system usability
  • D. Internal and external system reliability

Question 29

Question
Which of the following techniques is NOT a black box technique?
Answer
  • A. State transition testing
  • B. LCSAJ (Linear Code Sequence and Jump)
  • C. Syntax testing
  • D. Boundary value analysis

Question 30

Question
Features of White Box Testing Technique: i. We use explicit knowledge of the internal workings of the item being tested to select the test data. ii. Uses specific knowledge of programming code to examine outputs and assumes that the tester knows the path of logic in a unit or a program. iii. Checking for the performance of the application iv. Also checks for functionality.
Answer
  • A. i, ii are true and iii and iv are false
  • B. iii is true and i,ii, iv are false
  • C. ii ,iii is true and i,iv is false
  • D. iii and iv are true and i,ii are false

Question 31

Question
The Provision and Management of a controlled library containing all the configurations items is called as
Answer
  • A. Configuration Control
  • B. Status Accounting
  • C. Configuration Identification
  • D. Configuration Identification

Question 32

Question
The selection of a test approach should consider the context: i. Risk of Failure of the Project, hazards to the product and risks of product failure to humans ii. Skills and experience of the people in the proposed technique, tools and methods iii. The objective of the testing endeavor and the mission of the testing team. iv. The size of the testing Team
Answer
  • A. i,ii,iii,iv are true
  • B. i,ii,iii are true and iv is false.
  • C. ii,iii,iv are true and i is false.
  • D. i,iv are true and ii, iii are false.

Question 33

Question
Benefits of Independent Testing
Answer
  • A. Independent testers are much more qualified than Developers
  • B. Independent testers see other and different defects and are unbiased.
  • C. Independent Testers cannot identify defects.
  • D. Independent Testers can test better than developers

Question 34

Question
Minimum Test Required for Statement Coverage: Disc = 0 Order-qty = 0 Read Order-qty If Order-qty >=20 then Disc = 0.05 If Order-qty >=100 then Disc =0.1 End if End if
Answer
  • A. Statement coverage is 4
  • B. Statement coverage is 1
  • C. Statement coverage is 3
  • D. Statement Coverage is 2

Question 35

Question
Test Conditions are derived from:
Answer
  • A. Specifications
  • B. Test Cases
  • C. Test Data
  • D. Test Design

Question 36

Question
Which of the following is the task of a Test Lead / Leader. i. Interaction with the Test Tool Vendor to identify best ways to leverage test tool on the project. ii. Write Test Summary Reports based on the information gathered during testing iii. Decide what should be automated , to what degree and how. iv. Create the Test Specifications
Answer
  • A. i, ii, iii is true and iv is false
  • B. ii,iii,iv is true and i is false
  • C. i is true and ii,iii,iv are false
  • D. iii and iv is correct and i and ii are incorrect

Question 37

Question
Impact Analysis helps to decide:
Answer
  • A. How much regression testing should be done.
  • B. Exit Criteria
  • C. How many more test cases need to written.
  • D. Different Tools to perform Regression Testing

Question 38

Question
Drivers are also known as: i. Spade ii. Test harness iii. Scaffolding
Answer
  • A. i , ii are true and iii is false
  • B. i , iii are true and ii is false
  • C. ii , iii are true and i is false
  • D. All of the above are true

Question 39

Question
Which of the following is not a type of incremental testing approach?
Answer
  • A. Top down
  • B. Big-bang
  • C. Bottom up
  • D. Functional incrementation.

Question 40

Question
A Person who documents all the issues, problems and open points that were identified during a formal review.
Answer
  • A. Moderator.
  • B. Scribe
  • C. Author
  • D. Manager
Show full summary Hide full summary

Similar

IB Economics: International Trade
Han Zhang
Religious Language
michellelung2008
MATTERS OF LIFE AND DEATH - UNIT 1, SECTION 2 - RELIGIOUS STUDIES GCSE EDEXCEL
Khadijah Mohammed
Plant Anatomy Quiz
Kit Sinclair
GCSE REVISION TIMETABLE
Sonia Christopher
Top learning tips for students
Micheal Heffernan
Bowlby's Theory of Attachment
Jessica Phillips
DEV I Part II
d owen
1PR101 2.test - Část 1.
Nikola Truong
1PR101 2.test - Část 14.
Nikola Truong
Specific topic 7.6 Timber (processes)
T Andrews