This is an interesting question. As a newbie, it is a good practice to create a new ActionForm for each action sequence. You can use DynaActionForms to help red...
During the process of XML validation two processes are followed which are
1) Reference validation and
2) Signature validation
Record digest value is used to...
We are using V - Model. V Model is the best one for testing.
First verification will come after that validation its the
testers process. Both are important as...
Data validation is to make sure that the loaded data is accurate and meets the business requriments.
Strategies are different methods followed to meet the vali...
Custom Controls can be created in either of the following 3 methods.
1. Creating as a composite control : This method uses and combines the existing controls...
RequiredField Validator Control,Range Validator Control, RegularExpression Validator Control,Custom Validator Control and Validation Summary Control are provide...
ErrorProvider control is used in Windows Forms application. It is like Validation Control for ASP.NET pages. ErrorProvider control is used to provide validation...
Validation ensures that functionality, as defined in requirements, is the intended behavior of the product; validation typically involves actual testing and tak...
The ValidationSummary control allows you to summarize the error messages from all validation controls on a Web page in a single location. The summary can be dis...