Pregunta 1
Pregunta
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
Respuesta
-
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
Pregunta 2
Pregunta
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
Pregunta 3
Pregunta
Exhaustive Testing is
Respuesta
-
A. Is impractical but possible
-
B. Is practically possible
-
C. Is impractical and impossible
-
D. Is always possible
Pregunta 4
Pregunta
Which tool needs to interface with other office automation software in order to generate reports in the format required by the organization?
Pregunta 5
Pregunta
Which one does not come under international standard
Respuesta
-
A. IEC
-
B. IEEE
-
C. ISO
-
D. All of the above
Pregunta 6
Pregunta
In which phase static tests are used
Respuesta
-
A. Requirements
-
B. Design
-
C. Coding
-
D. All of the above
Pregunta 7
Pregunta
What's the disadvantage of Black Box Testing
Respuesta
-
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
Pregunta 8
Pregunta
What is the process of analyzing and removing causes of failures in software?
Respuesta
-
A. Validation
-
B. Testing
-
C. Debugging
-
D. Verification
Pregunta 9
Pregunta
Majority of system errors occur in the _________ phase
Pregunta 10
Pregunta
Which of the following is a MAJOR task when evaluating the exit criteria?
Respuesta
-
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
Pregunta 11
Pregunta
How much percentage of the life cycle costs of a software are spent on maintenance
Respuesta
-
A. 10%
-
B. 30%
-
C. 50%
-
D. 70%
Pregunta 12
Pregunta
Software should be retested to confirm that the original defect has been successfully removed. This is called
Respuesta
-
A. Regression testing
-
B. Maintenance testing
-
C. Confirmation testing
-
D. None of the above
Pregunta 13
Pregunta
Which of the following is a valid objective of an incident report?
Respuesta
-
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.
Pregunta 14
Pregunta
When to stop Testing?
Respuesta
-
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
Pregunta 15
Pregunta
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.
Respuesta
-
A. I and III
-
B. II, III and IV
-
C. I, II and III
-
D. IV
Pregunta 16
Pregunta
Structure is unknown for which type of development project
Pregunta 17
Pregunta
________indicates how important it is to fix the bug and when it should be fixed
Respuesta
-
A. Severity
-
B. Priority
-
C. All of the above
-
D. None of the above
Pregunta 18
Pregunta
The person who leads the review of the document(s), planning the review,running the meeting and follow-up after the meeting
Respuesta
-
A. Reviewer
-
B. Author
-
C. Moderator
-
D. Auditor
Pregunta 19
Pregunta
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 _____________
Respuesta
-
A. Regression Testing
-
B. Exhaustive Testing
-
C. Basic Path Testing
-
D. Branch Testing
Pregunta 20
Pregunta
Which of the following statements contains a valuable objective for a test team?
Respuesta
-
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.
Pregunta 21
Pregunta
A formal assessment of a work product conducted by one or more qualified independent reviewer to detect defects.
Respuesta
-
A. Inspection.
-
B. Walkthrough.
-
C. Review
-
D. Non Conformance
Pregunta 22
Pregunta
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
Respuesta
-
A. II, III and IV
-
B. I, III, IV and V
-
C. I, II, III and IV
-
D. III, IV and V
Pregunta 23
Pregunta
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
Respuesta
-
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
Pregunta 24
Pregunta
What type of tools to be used for Regression Testing
Respuesta
-
A. Performance
-
B. Record/Playback
-
C. A. & B.
-
D. None
Pregunta 25
Pregunta
System Integration testing should be done after
Pregunta 26
Pregunta
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
Pregunta 27
Pregunta
What is the normal order of activities in which software testing is organized?
Respuesta
-
A. Unit, integration, system, validation
-
B. System, integration, unit, validation
-
C. Unit, integration, validation, system
-
D. None of the above
Pregunta 28
Pregunta
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
Respuesta
-
A. I, III and IV
-
B. I and III
-
C. II and IV
-
D. I, II and III
Pregunta 29
Pregunta
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?
Pregunta 30
Pregunta
The principal attributes of tools and automation are
Respuesta
-
A. Speed & efficiency
-
B. Accuracy & precision
-
C. All of the above
-
D. None of the above
Pregunta 31
Pregunta
In ______ testing doesn't know anything about the sofware being tested; it just clicks or types randomly.
Respuesta
-
A. Random testing
-
B. Gorilla testing
-
C. Adhoc testing
-
D. Dumb monkey testing
Pregunta 32
Pregunta
A series of probing questions about the completeness and attributes of an application system is called
Respuesta
-
A. Checklist
-
B. Checkpoint review
-
C. Decision table
-
D. Decision tree
Pregunta 33
Pregunta
The testing technique that requires devising test cases to demonstrate that each program function is operational is called
Respuesta
-
A. Black-box testing
-
B. Glass-box testing
-
C. Grey-box testing
-
D. White-box testing
Pregunta 34
Pregunta
A white box testing technique that measures the number of or percentage of decision directions executed by the test case designed is called
Pregunta 35
Pregunta
Which summarizes the testing activities associated with one or more test design specifications.
Respuesta
-
A. Test Summary report
-
B. Test Log
-
C. Test Incident Report
-
D. Test Script
Pregunta 36
Pregunta
Which test investigates both functional and non-functional system requirements?
Respuesta
-
A. Alpha testing
-
B. System testing
-
C. Acceptance testing
-
D. Confirmation testing
Pregunta 37
Pregunta
Which test ensures that modifications did not introduce new problems?
Respuesta
-
A. Stress testing
-
B. Black-box testing
-
C. Structural testing
-
D. Regression testing
Pregunta 38
Pregunta
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.
Respuesta
-
A. II, III and IV
-
B. I, III and IV
-
C. I, II and III
-
D. I, II and IV
Pregunta 39
Pregunta
Which testing is used to verify that the system can perform properly when internal program or system limitations have been exceeded
Respuesta
-
A. Stress Testing
-
B. Load Testing
-
C. Performance Testing
-
D. Volume testing
Pregunta 40
Pregunta
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.
Respuesta
-
A. II, III and IV
-
B. I and III
-
C. I, III and IV
-
D. I and II