40 Question quiz 7 (241-280)

Descrição

Quiz sobre 40 Question quiz 7 (241-280), criado por Daniel Neag em 04-12-2017.
Daniel Neag
Quiz por Daniel Neag, atualizado more than 1 year ago
Daniel Neag
Criado por Daniel Neag mais de 6 anos atrás
20
0

Resumo de Recurso

Questão 1

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

Questão 2

Questão
What are the main objectives of software project risk management?
Responda
  • 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

Questão 3

Questão
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?
Responda
  • A. A,C,B
  • B. B,C,A
  • C. A,B,C
  • D. C,B,A

Questão 4

Questão
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; }
Responda
  • A. 3
  • B. 6
  • C. 5
  • D. 4

Questão 5

Questão
Which of the following statements about the component testing standard is false:
Responda
  • 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

Questão 6

Questão
Could reviews or inspections be considered part of testing:
Responda
  • 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

Questão 7

Questão
The main focus of acceptance testing is:
Responda
  • 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

Questão 8

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

Questão 9

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

Questão 10

Questão
Non-functional system testing includes:
Responda
  • 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

Questão 11

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

Questão 12

Questão
Expected results are:
Responda
  • 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

Questão 13

Questão
Beta testing is:
Responda
  • 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

Questão 14

Questão
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
Responda
  • 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

Questão 15

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

Questão 16

Questão
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
Responda
  • 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

Questão 17

Questão
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
Responda
  • 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

Questão 18

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

Questão 19

Questão
Error guessing is best used
Responda
  • 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

Questão 20

Questão
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.
Responda
  • 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

Questão 21

Questão
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.
Responda
  • A. CLASS
  • B. cLASS
  • C. CLass
  • D. CLa01ss

Questão 22

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

Questão 23

Questão
Peer Reviews are also called as :
Responda
  • A. Inspection
  • B. Walkthrough
  • C. Technical Review
  • D. Formal Review

Questão 24

Questão
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.
Responda
  • 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.

Questão 25

Questão
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.
Responda
  • 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

Questão 26

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

Questão 27

Questão
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
Responda
  • 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

Questão 28

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

Questão 29

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

Questão 30

Questão
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.
Responda
  • 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

Questão 31

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

Questão 32

Questão
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
Responda
  • 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.

Questão 33

Questão
Benefits of Independent Testing
Responda
  • 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

Questão 34

Questão
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
Responda
  • A. Statement coverage is 4
  • B. Statement coverage is 1
  • C. Statement coverage is 3
  • D. Statement Coverage is 2

Questão 35

Questão
Test Conditions are derived from:
Responda
  • A. Specifications
  • B. Test Cases
  • C. Test Data
  • D. Test Design

Questão 36

Questão
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
Responda
  • 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

Questão 37

Questão
Impact Analysis helps to decide:
Responda
  • 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

Questão 38

Questão
Drivers are also known as: i. Spade ii. Test harness iii. Scaffolding
Responda
  • 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

Questão 39

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

Questão 40

Questão
A Person who documents all the issues, problems and open points that were identified during a formal review.
Responda
  • A. Moderator.
  • B. Scribe
  • C. Author
  • D. Manager

Semelhante

G11-As Rochas
Carolina Silva
Princípios de Direito Processual do Trabalho
Anderson Lopes
LICITAÇÕES
roberta.dams
Constituição Federal - Artigos 1 à 5
GoConqr suporte .
A Matemática
linmoniz
Enem 3
Robson Bueno
Practice For First Certificate Grammar II
titaleoni
REVISÃO DO ENS FUNDAMENTAL
Paulo César R. Silva
Hipertensão Arterial Sistêmica - HAS
Katye dos Passos Rodrigues
Diabetes
larissa marinho