Certified Information Systems Auditor (CISA) Exam: Control Structure Testing

Control Structure Testing

Prev Question Next Question

Question

Which of the following type of testing uses a set of test cases that focus on control structure of the procedural design?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B.

Unit testing is the testing of an individual program or module.

Unit testing uses set of test cases that focus on control structure of procedural design.

These tests ensure internal operation of the programs according to the specification.

For CISA exam you should know below types of testing: Unit Testing " The testing of an individual program or module.

Unit testing uses set of test cases that focus on control structure of procedural design.

These tests ensure internal operation of the programs according to the specification.

Interface or integration testing " A hardware or software test that evaluates the connection of two or more components that pass information from one area to another.

The objective it to take unit tested module and build an integrated structure dictated by design.

The term integration testing is also referred to tests that verify and validate functioning of the application under test with other systems, where a set of data is transferred from one system to another.

System Testing " A series of tests designed to ensure that modified programs, objects, database schema, etc , which collectively constitute a new or modified system, function properly.

These test procedures are often performed in a non-production test/development environment by software developers designated as a test team.

The following specific analysis may be carried out during system testing.

Recovery Testing " Checking the system's ability to recover after a software or hardware failure.

Security Testing " Making sure the modified/new system includes provisions for appropriate access control and does not introduce any security holes that might compromise other systems.

Load Testing " Testing an application with large quantities of data to evaluate its performance during peak hour.

Volume testing " Studying the impact on the application by testing with an incremental volume of records to determine the maximum volume of records that application can process.

Stress Testing " Studying the impact on the application by testing with an incremental umber of concurrent users/services on the application to determine maximum number of concurrent user/service the application can process.

Performance Testing " Comparing the system performance to other equivalent systems using well defined benchmarks.

Final Acceptance Testing " It has two major parts: Quality Assurance Testing(QAT) focusing on the technical aspect of the application and User acceptance testing focusing on functional aspect of the application.

QAT focuses on documented specifications and the technology employed.

It verifies that application works as documented by testing the logical design and the technology itself.

It also ensures that the application meet the documented technical specifications and deliverables.

QAT is performed primarily by IS department.

The participation of end user is minimal and on request.

QAT does not focus on functionality testing.

UAT supports the process of ensuring that the system is production ready and satisfies all documented requirements.

The methods include: Definition of test strategies and procedure.

Design of test cases and scenarios Execution of the tests.

Utilization of the result to verify system readiness.

Acceptance criteria are defined criteria that a deliverable must meet to satisfy the predefined needs of the user.

A UAT plan must be documented for the final test of the completed system.

The tests are written from a user's perspective and should test the system in a manner as close to production possible.

The following were incorrect answers: Interface or integration testing " A hardware or software test that evaluates the connection of two or more components that pass information from one area to another.

The objective it to take unit tested module and build an integrated structure dictated by design.

The term integration testing is also referred to tests that verify and validate functioning of the application under test with other systems, where a set of data is transferred from one system to another.

System Testing " A series of tests designed to ensure that modified programs, objects, database schema, etc , which collectively constitute a new or modified system, function properly.

These test procedures are often performed in a non-production test/development environment by software developers designated as a test team.

Final Acceptance Testing " During this testing phase the defined methods of testing to apply should be incorporated into the organization's QA methodology.

The type of testing that uses a set of test cases that focus on the control structure of the procedural design is known as Unit Testing. Unit testing is a type of software testing in which individual units or components of a software application are tested to ensure that they function as expected.

In unit testing, each unit or component of the software is tested in isolation from the rest of the application to ensure that it functions correctly. The purpose of unit testing is to detect and fix defects early in the software development life cycle, which can save time and reduce costs in the long run.

Unit testing focuses on the control structure of the procedural design because it tests the individual units or components of the software application for correct functionality and behavior according to the design specification. This type of testing is performed by developers or specialized testing teams during the software development process.

Interface testing, on the other hand, is a type of testing that verifies that different software components or systems can communicate and exchange data with each other correctly. System testing is a type of testing that verifies that the entire software application or system works correctly as a whole. Final acceptance testing is a type of testing that is performed by the end-users or customers to verify that the software application meets their requirements and expectations.