40 Question quiz 4 (121-160)

Description

Quiz on 40 Question quiz 4 (121-160), created by Daniel Neag on 03/12/2017.
Daniel Neag
Quiz by Daniel Neag, updated more than 1 year ago
Daniel Neag
Created by Daniel Neag over 6 years ago
27
0

Resource summary

Question 1

Question
Test Implementation and execution has which of the following major tasks? i. Developing and prioritizing test cases, creating test data, writing test procedures and optionally preparing the test harnesses and writing automated test scripts. ii. Creating the test suite from the test cases for efficient test execution. iii. Verifying that the test environment has been set up correctly. iv. Determining the exit criteria
Answer
  • A. i,ii,iii are true and iv is false
  • B. i,,iv are true and ii is false
  • C. i,ii are true and iii,iv are false
  • D. ii,iii,iv are true and i is false

Question 2

Question
One of the fields on a form contains a text box which accepts numeric values in the range of 18 to 25. Identify the invalid Equivalance class
Answer
  • A. 17
  • B. 19
  • C. 24
  • D. 21

Question 3

Question
Exhaustive Testing is
Answer
  • A. Is impractical but possible
  • B. Is practically possible
  • C. Is impractical and impossible
  • D. Is always possible

Question 4

Question
Which tool needs to interface with other office automation software in order to generate reports in the format required by the organization?
Answer
  • A. Progress tracking tools
  • B. Test management tools
  • C. Metrics management tools
  • D. Test execution tools

Question 5

Question
Which one does not come under international standard
Answer
  • A. IEC
  • B. IEEE
  • C. ISO
  • D. All of the above

Question 6

Question
In which phase static tests are used
Answer
  • A. Requirements
  • B. Design
  • C. Coding
  • D. All of the above

Question 7

Question
What's the disadvantage of Black Box Testing
Answer
  • A. Chances of having repetition of tests that are already done by programmer.
  • B. The test inputs needs to be from large sample space.
  • C. It is difficult to identify all possible inputs in limited testing time. So writing test cases is slow and difficult
  • D. All above

Question 8

Question
What is the process of analyzing and removing causes of failures in software?
Answer
  • A. Validation
  • B. Testing
  • C. Debugging
  • D. Verification

Question 9

Question
Majority of system errors occur in the _________ phase
Answer
  • A. Requirements Phase.
  • B. Analysis and Design Phase
  • C. Development Phase
  • D. Testing Phase

Question 10

Question
Which of the following is a MAJOR task when evaluating the exit criteria?
Answer
  • A. Creating test suites and cases for efficient execution
  • B. Writing a test summary report for stakeholders
  • C. Handing the testware to the maintenance organization
  • D. Identifying any required infrastructure and tools

Question 11

Question
How much percentage of the life cycle costs of a software are spent on maintenance
Answer
  • A. 10%
  • B. 30%
  • C. 50%
  • D. 70%

Question 12

Question
Software should be retested to confirm that the original defect has been successfully removed. This is called
Answer
  • A. Regression testing
  • B. Maintenance testing
  • C. Confirmation testing
  • D. None of the above

Question 13

Question
Which of the following is a valid objective of an incident report?
Answer
  • A. Prove that the tester is contributing to the quality of the system.
  • B. Provides test management ideas for test process improvement.
  • C. Gives a statistical way to determine which modules to redesign.
  • D. Provides developers a way to critique their individual work processes.

Question 14

Question
When to stop Testing?
Answer
  • A. Stop when scheduled time for testing expires
  • B. Stop if 75% of the pre-defined number of errors is detected.
  • C. Stop when all the test cases execute with detecting few errors.
  • D. None above

Question 15

Question
Which of the following are success factors for reviews? I. Clear objectives for each review. II. Checklists and/or roles are used to increase effectiveness of defect identification. III. There is an emphasis on process improvement. IV. People issues and psychological aspects are not reviewed.
Answer
  • A. I and III
  • B. II, III and IV
  • C. I, II and III
  • D. IV

Question 16

Question
Structure is unknown for which type of development project
Answer
  • A. Traditional system development
  • B. Iterative development
  • C. System maintenance
  • D. Purchased/contracted software

Question 17

Question
________indicates how important it is to fix the bug and when it should be fixed
Answer
  • A. Severity
  • B. Priority
  • C. All of the above
  • D. None of the above

Question 18

Question
The person who leads the review of the document(s), planning the review,running the meeting and follow-up after the meeting
Answer
  • A. Reviewer
  • B. Author
  • C. Moderator
  • D. Auditor

Question 19

Question
Performs sufficient testing to evaluate every possible path and condition in the application system. The only test method that guarantees the proper functioning of the application system is called as _____________
Answer
  • A. Regression Testing
  • B. Exhaustive Testing
  • C. Basic Path Testing
  • D. Branch Testing

Question 20

Question
Which of the following statements contains a valuable objective for a test team?
Answer
  • A. Prove that the remaining defects will not cause any additional failures.
  • B. Run all of the tests that are defined for the test object as quickly as possible.
  • C. Prove that all faults have been identified through thorough testing.
  • D. Cause as many failures as possible so that faults can be identified and corrected.

Question 21

Question
A formal assessment of a work product conducted by one or more qualified independent reviewer to detect defects.
Answer
  • A. Inspection.
  • B. Walkthrough.
  • C. Review
  • D. Non Conformance

Question 22

Question
Which of the following are MAJOR test implementation and execution tasks? I. Repeating test activities II. Creating test suites III. Reporting discrepancies IV. Logging the outcome V. Analyzing lessons learned
Answer
  • A. II, III and IV
  • B. I, III, IV and V
  • C. I, II, III and IV
  • D. III, IV and V

Question 23

Question
Which tasks are performed by a test leader versus a tester? S. Writing a project test strategy T. Selecting tools to support testing U. Preparing and acquiring data V. Scheduling tests
Answer
  • A. Test leader: S and V; Tester: T and U
  • B. Test leader: S, T and V; Tester: U
  • C. Test leader: S, U and V; Tester: T
  • D. Test leader: S; Tester: T, U and V

Question 24

Question
What type of tools to be used for Regression Testing
Answer
  • A. Performance
  • B. Record/Playback
  • C. A. & B.
  • D. None

Question 25

Question
System Integration testing should be done after
Answer
  • A. Integration testing
  • B. System testing
  • C. Unit testing
  • D. Component integration testing

Question 26

Question
During this event the entire system is tested to verify that all functional information structural and quality requirements have been met. A predetermined combination of tests is designed that when executed successfully satisfy management that the system meets specifications
Answer
  • A. Validation Testing
  • B. Integration Testing
  • C. User Acceptance Testing
  • D. System Testing

Question 27

Question
What is the normal order of activities in which software testing is organized?
Answer
  • A. Unit, integration, system, validation
  • B. System, integration, unit, validation
  • C. Unit, integration, validation, system
  • D. None of the above

Question 28

Question
During testing, a defect was found in which the system crashed when the network got disconnected while receiving data from the server. The defect was fixed by correcting functionality which checks the network availability during data transfer. Existing test cases did cover 100% of the module statements. To verify the fix and ensure more extensive coverage, some tests were designed and added to the test suite. What types of testing are mentioned above? I. Functional testing II. Structural testing III. Confirmation testing IV. Performance testing
Answer
  • A. I, III and IV
  • B. I and III
  • C. II and IV
  • D. I, II and III

Question 29

Question
What is a scripting technique that uses data files to contain not only test data and expected results, but also keywords related to the application being tested?
Answer
  • A. Automation technique
  • B. Scripting language
  • C. Process-driven testing
  • D. Keyword-driven testing

Question 30

Question
The principal attributes of tools and automation are
Answer
  • A. Speed & efficiency
  • B. Accuracy & precision
  • C. All of the above
  • D. None of the above

Question 31

Question
In ______ testing doesn't know anything about the sofware being tested; it just clicks or types randomly.
Answer
  • A. Random testing
  • B. Gorilla testing
  • C. Adhoc testing
  • D. Dumb monkey testing

Question 32

Question
A series of probing questions about the completeness and attributes of an application system is called
Answer
  • A. Checklist
  • B. Checkpoint review
  • C. Decision table
  • D. Decision tree

Question 33

Question
The testing technique that requires devising test cases to demonstrate that each program function is operational is called
Answer
  • A. Black-box testing
  • B. Glass-box testing
  • C. Grey-box testing
  • D. White-box testing

Question 34

Question
A white box testing technique that measures the number of or percentage of decision directions executed by the test case designed is called
Answer
  • A. Condition coverage
  • B. Decision/Condition coverage
  • C. Decision Coverage
  • D. Branch coverage

Question 35

Question
Which summarizes the testing activities associated with one or more test design specifications.
Answer
  • A. Test Summary report
  • B. Test Log
  • C. Test Incident Report
  • D. Test Script

Question 36

Question
Which test investigates both functional and non-functional system requirements?
Answer
  • A. Alpha testing
  • B. System testing
  • C. Acceptance testing
  • D. Confirmation testing

Question 37

Question
Which test ensures that modifications did not introduce new problems?
Answer
  • A. Stress testing
  • B. Black-box testing
  • C. Structural testing
  • D. Regression testing

Question 38

Question
Which of the following are potential benefits of adding tools to the test process? I. Reduction of repetitive testing procedures. II. Ability to hire testers with fewer technical skills. III. Ability to get an objective assessment of progress. IV. Greater consistency in testing procedures.
Answer
  • A. II, III and IV
  • B. I, III and IV
  • C. I, II and III
  • D. I, II and IV

Question 39

Question
Which testing is used to verify that the system can perform properly when internal program or system limitations have been exceeded
Answer
  • A. Stress Testing
  • B. Load Testing
  • C. Performance Testing
  • D. Volume testing

Question 40

Question
In any software development life cycle (SDLC) model, which of the following are characteristics of good testing? I. Providing complete test coverage of all branches of the system code. II. Having a corresponding testing activity for each development activity. III. Testers should be involved in reviewing documents as soon as drafts are available. IV. Each test level has test objectives specific to that level.
Answer
  • A. II, III and IV
  • B. I and III
  • C. I, III and IV
  • D. I and II
Show full summary Hide full summary

Similar

C3 - Formulae to learn
Tech Wilkinson
Formula for Physics IGCSE edexcel
amayagn
Girls' and Boys' Education - A Mind Map
Cecelia Price
GCSE Chemistry C2 topic notes
imogen.shiels
The Digestive system
Elena Cade
AQA GCSE Physics Unit 2 Mindmap
Gabi Germain
NSI Test First day
brahim matrix
Regular and Irregular Verbs - Preterite Tense
Tomja07
Část 2.
Gábi Krsková
The Children Act 2004
Carina Storm
Nsi question and answer 2022 (1)
Dewotar Yonjan