40 Question quiz 7 (241-280)

Beschreibung

Quiz am 40 Question quiz 7 (241-280), erstellt von Daniel Neag am 04/12/2017.
Daniel Neag
Quiz von Daniel Neag, aktualisiert more than 1 year ago
Daniel Neag
Erstellt von Daniel Neag vor mehr als 6 Jahre
20
0

Zusammenfassung der Ressource

Frage 1

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

Frage 2

Frage
What are the main objectives of software project risk management?
Antworten
  • 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

Frage 3

Frage
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?
Antworten
  • A. A,C,B
  • B. B,C,A
  • C. A,B,C
  • D. C,B,A

Frage 4

Frage
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; }
Antworten
  • A. 3
  • B. 6
  • C. 5
  • D. 4

Frage 5

Frage
Which of the following statements about the component testing standard is false:
Antworten
  • 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

Frage 6

Frage
Could reviews or inspections be considered part of testing:
Antworten
  • 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

Frage 7

Frage
The main focus of acceptance testing is:
Antworten
  • 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

Frage 8

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

Frage 9

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

Frage 10

Frage
Non-functional system testing includes:
Antworten
  • 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

Frage 11

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

Frage 12

Frage
Expected results are:
Antworten
  • 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

Frage 13

Frage
Beta testing is:
Antworten
  • 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

Frage 14

Frage
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
Antworten
  • 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

Frage 15

Frage
A typical commercial test execution tool would be able to perform all of the following EXCEPT:
Antworten
  • 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

Frage 16

Frage
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
Antworten
  • 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

Frage 17

Frage
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
Antworten
  • 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

Frage 18

Frage
The place to start if you want a (new) test tool is:
Antworten
  • 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

Frage 19

Frage
Error guessing is best used
Antworten
  • 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

Frage 20

Frage
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.
Antworten
  • 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

Frage 21

Frage
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.
Antworten
  • A. CLASS
  • B. cLASS
  • C. CLass
  • D. CLa01ss

Frage 22

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

Frage 23

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

Frage 24

Frage
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.
Antworten
  • 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.

Frage 25

Frage
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.
Antworten
  • 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

Frage 26

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

Frage 27

Frage
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
Antworten
  • 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

Frage 28

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

Frage 29

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

Frage 30

Frage
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.
Antworten
  • 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

Frage 31

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

Frage 32

Frage
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
Antworten
  • 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.

Frage 33

Frage
Benefits of Independent Testing
Antworten
  • 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

Frage 34

Frage
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
Antworten
  • A. Statement coverage is 4
  • B. Statement coverage is 1
  • C. Statement coverage is 3
  • D. Statement Coverage is 2

Frage 35

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

Frage 36

Frage
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
Antworten
  • 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

Frage 37

Frage
Impact Analysis helps to decide:
Antworten
  • 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

Frage 38

Frage
Drivers are also known as: i. Spade ii. Test harness iii. Scaffolding
Antworten
  • 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

Frage 39

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

Frage 40

Frage
A Person who documents all the issues, problems and open points that were identified during a formal review.
Antworten
  • A. Moderator.
  • B. Scribe
  • C. Author
  • D. Manager
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

Juraexamen Karteikarten - Strafrecht
anna.grillborzer0656
Epochen und Literaturströmungen_1
barbara91
Genetik
Nele Ramrath
Gute Gewohnheiten erfolgreicher Schüler
Laura Overhoff
BAS1 Funktion von Kreislauf und Atmung
dennis.konscholke
INNO Klausur 1
Inno 2015
English Idioms
Kasia Cz
Verwitterung Transport und Sedimentation
Weltraumkatze Fanroth
40.1 Bildungswissenschaft
Yvonne Heitland
Korre - mögliche Fragen
Anna c.
MS-1.3 Folienpaket 4
Lukas Imwalle