Four methods of program testing are
Test data
Test data
Parallel simulation
Integrated test facility
Integrated test facility introduces dummy transactions into a client’s system in the midst of live transaction
This method introduces dummy transactions into a system in the midst of live transactions and is usually built into the system during the original design. One way to accomplish this is to incorporate a simulated division or subsidiary into the accounting system with the sole purpose of running test data through it.
The test data approach is similar and therefore its limitations are also similar, although the test data approach does not run simultaneously through the live system. The running of dummy transactions in the midst of live transactions makes the task of keeping the two transaction types separate more difficult.
Controlled reprocessing:
Controlled reprocessing: process actual client data through a copy of the client’s application program.
Controlled reprocessing are likely to be more effective in an environment that does not involve continuous auditing
What are the benefits of Generalized Audit Software in an audit?
What is the role of a Database Administrator?
What is the role of a Systems Analyst?
What is the role of the data Librarian?
What is a Data Definition Language?
A language that defines a database and gives information on database structure. It maintains tables- which can be joined together. It establishes database constraints.
What functions are performed by a Data Control Language?
A Data Control Language controls a database and restricts access to the database.
What functions are performed by a Data Manipulation Language?
What are Check Digits?
A numerical character consistently added to a set of numbers.
It makes it more difficult for a fraudulent account to be set up or go undetected.
What is the purpose of a Code Review?
What is the purpose of a Limit Test?
Examines data and looks for reasonableness using upper and lower limits to determine if data fits the correct range. Did anyone score higher than 100%?
What is the purpose of Transaction Tagging?
Transaction Tagging allows logging of company transactions and activities.
How can Embedded Audit Modules in software be utilized in an audit?
What is an Audit Hook?
An Audit Hook is an application instruction that gives auditor control over the application.
How do Extended Records assist in audit trail creation?
Extended Records add audit data to financial records.
What is a Compiler?
Software that translates source program (similar to English) into a language that the computer can understand