D
DivyaTheja
Guest
Hello Shipli, As far as i know, in any unit testing framework, it is not recommended for unit tests to interact directly with database for fetching/modifying data. In your case, the error is from test procedure Deletecust1. Instead of writing FOR EACH statement directly in unit test, you could write the same in a procedure file and run it from Deletecust1 test. Hope this helps, DivyaTheja
Continue reading...
Continue reading...