What are the different types of testing?
Inspection, Walkthrough, Desk checking, Unit testing, Integration testing, System testing, & Stub testing.
What are inspection & walkthrough testing?
Inspection testing: Participants test program codes for potential language specific errors.
Walkthrough testing: A peer review on product during system process including codes.
What is Desk checking?
A program code is executed manually by a reviewer.
What are Unit & Integration testing?
Unit testing: testing of each module for potential errors
Integration testing: testing of all modules together in a top-down fashion
What is System testing?
Testing of all programs comprise of a system.
What is a Stub testing?
Testing of all modules written in top-down fashion. A few lines of codes will substitute for subordinate modules.
Why is testing needed?
- to ensure the code and system performance efficiently
What are the user testing?
What are the types of alpha tests?
What are the different installation methods?
Direct, Parallel, Single-location, & Phased installation.
What is Direct installation? What are the pros & cons?
Turning off the old system and switching to the new system.
. Users may not be able to adapt to the new system immediately
What is Parallel installation? What are the pros & cons?
Introducing both the new and old system together before deciding to turn off the old system.
. Costly & requires a lot of resources
What is Single-Location installation? What are the pros & cons?
Known as pilot installation. This is to implement the system in 1 site and using the experience on how the system to be deployed throughout the organization.
. Data loss if the site has large database
. Takes a long time to implement the system
What is Phased installation? What are the pros & cons?
Introducing 1 or a few modules incrementally with the old system then gradually replace to the new system.
. A little similar to parallel, can be costly and requires resources.
What are the different types of documentation?