steviejay
Now in Black and White!!
ok, I know what they are, I know their advantages and disadvantages but can anyone of you please tell me how White box testing is implemented.
This is what I've written for Black Box testing-
Implement Black Box testing is to test each procedure in isolation. The tester begins by setting out a Test Plan. A test plan is where you talk about all the procedures that you will be testing, what inputs you will be using, what the planned result will be and the actual result. When choosing values to input its best to have three types of values. Normal values that the system should accept as normal, Boundary values, values that are wrong but are the same type of value as what the system is requested for example, inputting 12345 into the system where only a four digit value is requested and extreme values, values that should never be accept by the system, for example entering a character where only a integer is needed.
By following a Test Plan, the tester will be able to fully test all of the procedures and highlight any possible problems the system may have with outputting data which can then be confronted by the coders in an attempt to fix the data.
Can anyone help me out with that???
cheers, Steviejay
This is what I've written for Black Box testing-
Implement Black Box testing is to test each procedure in isolation. The tester begins by setting out a Test Plan. A test plan is where you talk about all the procedures that you will be testing, what inputs you will be using, what the planned result will be and the actual result. When choosing values to input its best to have three types of values. Normal values that the system should accept as normal, Boundary values, values that are wrong but are the same type of value as what the system is requested for example, inputting 12345 into the system where only a four digit value is requested and extreme values, values that should never be accept by the system, for example entering a character where only a integer is needed.
By following a Test Plan, the tester will be able to fully test all of the procedures and highlight any possible problems the system may have with outputting data which can then be confronted by the coders in an attempt to fix the data.
Can anyone help me out with that???
cheers, Steviejay