610 pts.
 How to write a test case in PL/SQL
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

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Could you please explain what you mean with “But this can be checked n test case” ?

 63,535 pts.

 

hi i need to check the above logic using a test case ?? how can i implement the same??

 610 pts.