can some one help me with the validation process
fro example
how do we validate a search field, i mean in terms of business logic
or
address field interms of business logic.
i am talking in negative test case perspective.
if i enter wrong data in the address field alpha numberic telephone number in the telephone field.
the validation should fail. how do we do that.
i mean in the process of recording how do i validate the field. input parameters for all the fields in a web site
if i enter some wrong data in the address field, the validation should fail. I need to know the process of validating the fields in terms of business during the process of recording.