Sunday, 29 July 2012

Verification and Validation & Installation Guidelines ( In CCFD)


            Verification is the process of checking the product built is right or not. Validation is the process of checking whether the right product is built or not. 
Verification and Validation of the system is integrated into the system while it is coded. All the code is tested using the .NET Framework for unit level perfection at the time of coding. However various tests and test cases are designed to employ on the system for its effectiveness and efficiency.
During the system development, coding for the object has been thoroughly verified from different aspects regarding their design. In the way they are integrated and etc.
Validations applied to the entire system at two levels:
Form level Validation: Validation of all the inputs given to the system at various points in the forms are validated while navigating to the next form. System raises appropriate custom and pre-defined exceptions to alert the user about the errors occurred or likely to occur.
Field level Validation: Validations at the level of individual controls are also applied wherever necessary. System pops up appropriate and sensuous dialogs wherever necessary.
Installation guidelines include the following steps
1.       Install  .NET FRAMEWORK 2.0 or above
2.       Now  you can run the application by double clicking the .exe provided
                                                (Or)
“Install by clicking the setup file and run the application thereafter”

No comments:

Post a Comment