Font size
WorksheetsEvaluasi Pertemuan 12 DRPL TI-3B
Total questions: 15
Worksheet time: 8mins
Software Debugging is a set of activities that can be planned in advance and conducted systematically.
True
False
Which of the following is not a software testing generic characteristics?
Different testing techniques are appropriate at different points in time.
Testing is conducted by the developer of the software or an independent test group.
Testing and debugging are different activities, but debugging must be accommodated in any testing strategy.
None of the mentioned.
ITG stands for..
instantaneous test group
integration testing group
individual testing group
independent test group
By collecting ________ during software testing, it is possible to develop meaningful guidelines to halt the testing process.
Failure intensity
Testing time
Metrics
All of the mentioned
Which of the following issues must be addressed if a successful software testing strategy is to be implemented?
Use effective formal technical reviews as a filter prior to testing
Develop a testing plan that emphasizes “rapid cycle testing.”
State testing objectives explicitly
All of the mentioned
Test cases should uncover errors like..
Nonexistent loop termination
Comparison of different data types
Incorrect logical operators or precedence
All of the mentioned
Which of the following errors should not be tested when error handling is evaluated?
Error description is unintelligible
Error noted does not correspond to error encountered
Error condition causes system intervention prior to error handling
Error description provide enough information to assist in the location of the cause of the error
What is normally considered as an adjunct to the coding step.
Integration testing
Unit testing
Completion of Testing
Regression Testing
Which of the following is not regression test case?
A representative sample of tests that will exercise all software functions
Additional tests that focus on software functions that are likely to be affected by the change
Tests that focus on the software components that have been changed
Low-level components are combined into clusters that perform a specific software sub-function
Which testing is an integration testing approach that is commonly used when “shrink-wrapped” software products are being developed?
Regression Testing
Integration testing
Smoke testing
Validation testing
In which testing level the focus is on customer usage?
Alpha Testing
Beta Testing
Validation Testing
Both Alpha and Beta
Validation refers to the set of tasks that ensure that software correctly implements a specific function.
True
False
Pendekatan umum Debugging :
Brute Force
Backtracking
Cause elimination
True
False
Integration Testing memiliki 3 jenis test yaitu :
Top-Down Integration Testing
Bottom_Up Integration Testing
Middle Integration Testing
True
False
Tes validasi didasarkan pada skenario Use-Case, Sequence Diagram, Class diagram, behavior
model, dan diagram alir event dibuat dalam model analisis
-Harus memastikan bahwa setiap fungsi atau kinerja karakteristik sesuai dengan spesifikasinya.
-Penyimpangan (kekurangan) harus dirundingkan dengan pelanggan untuk membangun sarana untuk menyelesaikan kesalahan.
True
False
