Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Iris Recognition Security

SYSTEM TESTING
5.1 DIFFERENT TYPES OF TESTING
The starting point of the testing is unit testing where a module is tested separately and is often performed by the coder himself simultaneously along with the coding of the module e.g.: compose. After this, the modules are gradually integrated into sub systems, and integration testing is performed to detect design errors by focusing on testing the interconnection between modules Example: Individual Forms. After the system is put together, the system testing is performed. Here the system is tested against the system requirements to see if all the requirements are met or not. Example: A hard disk with minimum 1 GB available space for a full installation
Finally, Acceptance testing is performed to demonstrate to the client, on real-life data of the client, the operation of the system.

5.1.1 Testing for Login Page:


Test case Input Test description Only Characters and numbers allowed Test Result Valid{Rashmi} Valid{Rashmi710} Invalid{ } 2 Input Password Null not allowed Table 5.1: Login Page Valid{10s} Invalid{ }

Input User Id

5.1.2 TESTING FOR SCAN AN EYE INTO MY MEMORY


Test case 1 Input Input an image Test description Scan the iris image Test Result Valid{imagename.jpg} Valid{imagename.jpeg} Invalid{imagename.other}

Table 5.2: Scan an eye into my memory

Iris Recognition Security

5.1.3 TESTING FOR SAVE INTO MY MEMORY


Test case Input Test description Any name of character and numbers followed by agt extension Test Result Valid{if stored in agt format} Invalid{if not in agt format}

Input agent name

Table 5.3: Save into my memory

5.1.4 TESTING FOR MATCH YOUR EYE AGAINST MY MEMORY


Test case 1 Input Input Iris image Test description Test Result Iris image of jpeg or jpg Valid{imagename.jpeg} format allowed Invalid{imagename.jpg}

Matching

Valid{if image is Iris image is compared with matched} agent image Invalid{if image is not matching} Table 5.4: Match eye against my memory

5.1.5 TESTING FOR VIEW MY MEMORY


Test case Output Known identities Test description To view memory status Test Result Valid if list out the known identities Invalid if listing out fails

You might also like