NEXT Unit Test Procedures:

Unit testing is normally considered as an adjunct to the coding step. The design of unit tests can be performed before coding begins or after source code has been generated. Each test case should be coupled with a set of expected results.

Integrated Testing

Integration testing is systematic technique for constructing the software architecture while at the same time conducting tests to uncover errors associated with interfacing. The objective is to take unit tested components and build a program structures that has been dictated by design.

Modifications and Improvements:

In testing phase, beside some small errors we got to know about as serious error which we didn’t thought about on.

We didn’t proper use of “DataSet”. Because of this our site was running slowly. After proper using of DataSet our site becomes fast, i.e. page loaded very quickly. What we were doing that for each item we have opened the connection. But at page load we brought all the item and then start retrieving one by one. This is the very big improvement in our site.

RESULT AND DISCUSSION

Test Reports

Super Admin Login:

If the id field is filled by character the error generated and shown by “*”. That it should be numeric.

If the user id or password does exist then error will be generated that “ User Id or password does not exist.

Registration:

Required field validator means we have fill the text.

Compare to validate mean the field should match from the previous field.

Student Login:

Appearing for examination, Student must have to be begin through student login form. There are three field in the student login page and Every field has to filled by student.

Student can not used character in the login id field.

Student registration will be cancelled automatically by the system after appearing in the examination.

Admin Login :-

To register the student admin has to login first. The Id field is numeric.