Hi Experts,
How to write a test case in PL/SQL to check whether the parameter of a procedure (eg email iddress) takes only lower case ,i did this way in my procedure
If(emailadd) <> lower(emailadd)then
raise_app_error_
But this can be checked n test case
please guide me with pseudo code
thanks n advance
Software/Hardware used:
ASKED:
January 6, 2009 10:59 AM
UPDATED:
January 9, 2009 7:04 AM
Could you please explain what you mean with “But this can be checked n test case” ?
hi i need to check the above logic using a test case ?? how can i implement the same??