Sequential or series testing is
A. running the system with line data by the actual user
B. making sure that the new programs do in fact process certain transactions according to Specifications
C. is checking the logic of one or more programs in the candidate system
D. testing changes made in an existing or a new program
E. None of the above
Answer: Option B
Solution (By Examveda Team)
The correct option is "making sure that the new programs do in fact process certain transactions according to Specifications".Sequential or series testing is a type of software/system testing where the system is run step by step with specific sets of data to ensure that it behaves exactly as defined in the specifications.
The purpose of this testing is to confirm that the new programs correctly process transactions in sequence and produce the expected results, validating accuracy and consistency.
Why not the others?
"Running the system with live data by the actual user" refers to acceptance testing, not sequential testing.
"Checking the logic of one or more programs in the candidate system" refers to desk checking or program logic testing, not sequential testing.
"Testing changes made in an existing or a new program" is regression testing, not sequential testing.
"None of the above" is incorrect because Option B matches the definition of sequential or series testing.
Therefore, the most accurate answer is Option B.
Join The Discussion
Comments (1)
A. study of an existing system
B. documenting the existing system.
C. identifying current deficiencies and establishing new goals
D. All of the above
E. None of the above
The primary tool used in structured design is a:
A. structure chart
B. data-flow diagram
C. program flowchart
D. module
E. None of the above
In a _____ one module of the new information system is activates at a time.
A. System Development Life Cycle
B. CASE tool
C. Phased Conversion
D. Success factors
E. None of the above.
A. BASIC is used
B. COBOL is used
C. 4GLs are used
D. system is documented
E. None of the above

This is typically the integration testing, so the answer should be none of these.