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