hello friends, please tell me, how to test and what to test in stored procedure(MSSQL server)
thank you
vani
hello friends, please tell me, how to test and what to test in stored procedure(MSSQL server)
thank you
vani
DbUnit works best as a database seeding framework. If you’d like to test a stored proc, then use DbUnit to seed the database with a known set of data, then call the stored proc via your test case and assert that returns the desired result.
Anand reddy
Some Birds aren't meant to be caged. Their feathers are too bright…
Thank you Anank thank you very much
There are currently 1 users browsing this thread. (0 members and 1 guests)