Planet Biometrics is a web based application that analyses the employee details recorded by the biometric device. Only the admin can view and analyze information in this system. This application manipulates only pre inserted data. And the data is read into the database from a .xls file. Planet biometrics is basically a data mining application because it takes a pile of data and the admin can access useful information according to his requirements.
The data it reads is made by a biometric device which reads employee intime and outtime based on their biometric login system. And this data must be converted into useful information such as obtaining average hours worked by an employee in a month, punctuality of the employee and so on. …show more content…
The user can send or contact us if he have any query through mail.
The other activities which user can handle with Planet biometrics are;
1) Creates Accounts, Contact,, and view the information
4.2 Non Functional Requirements 1. Secure access of confidential data. 2. 24*7 availability. 3. Better design component to get best performance. 4. Security:
The security measure makes sure there could not be any unauthorized access to the system. Only the person or entity which knows the password can enter into the system and access the information. And only the admin can create login accounts.
5. Reliability The reliability of a system refers to how reliably it can handle the users with
6. MAINTAINABILITY
This system has been designed taking care of modularity. Errors in the system can be traced to modules. If system is max reliable then it will be max easy for maintenance. 7. RESOURCE UTILIZATION
Resource utilization is the process where the resource is utilized in an efficient manner, without wasting any resource. 8. Flexibility
This app is flexible for future update and modifications. 5. SYSTEM DESIGN
5.1 …show more content…
7. Software Testing
7.1 Introduction:
Software testing is a critical element of software quality assurance and represents the ultimate review of specification, design and coding. In fact, testing is the one step in the software engineering process that could be viewed as destructive rather than constructive.
A strategy for software testing integrates software test case design methods into a well-planned series of steps that result in the successful construction of software. Testing is the set of activities that can be planned in advance and conducted systematically.
Once code has been generated, program testing begins. The testing process focuses on the logical internals of the software, ensuring that all statements have been tested, and on the functional externals; that is, conducting tests to uncover errors and ensure that defined input will produce actual results that agree with required results.
Scope of testing: Testing of this application is done to verify all the validations and fulfillment of the Specifications and requirements provided by the client.
7.2 Testing