- Messages
- 888
- Reaction score
- 255
- Points
- 73
And this as well ... Hope u like itBlack box testing enables the programmer to see whether the software fulfils all stated functions so it tea\sts the functionality.
White box testing involves checking the internal structure of the developed software like the algorithms, codes etc.
Alpha testing is the test carried out by other programmers.
Beta testing is when a sampling of the intended audience i e laymen try out the software
Acceptance testing performed by the customer, often in their lab environment on their own hardware, is known as user acceptance testing (UAT)
Volume testing is testing system with different amounts of data to see how well it can cope.
Volume testing refers to testing a software application with a certain amount of data
normal test data - known outcomes
(max of 2 mks) - data expected from normal use
- should produce no errors
extreme test data - data at extreme ends of the data set
(max of 2 mks) - shouldn’t produce any errors
- checks validation routines permit data
abnormal test data - data outside normal range
(max of 2 mks) - should produce error messages
- checks if validation routines work
- check to ensure program doesn’t crash