System testing ensures that the software meets customer requirements by testing functions, performance, acceptance by customers, and deployment in production. It verifies the integrated system works as specified, testing security, precision, load, speed and customer acceptance in simulated and actual environments.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
12 views4 pages
3 System Testing
System testing ensures that the software meets customer requirements by testing functions, performance, acceptance by customers, and deployment in production. It verifies the integrated system works as specified, testing security, precision, load, speed and customer acceptance in simulated and actual environments.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 4
System Testing
Unit & Integration Testing
Objective: to make sure that the program code implements the design correctly. System Testing Objective: to ensure that the software does what the customer wants it to do. Causes of Software Faults System Testing Process Function Testing: the system must perform functions specified in the requirements. Performance Testing: the system must satisfy security, precision, load and speed constrains specified in the requirements. Acceptance Testing: customers try the system (in the lab) to make sure that the system built is the system they requested. Deployment Testing: the software is deployed and tested in the production environment. System Testing Process