I tried doing it with batch or testcase . I am able to automate it using DATATESTUNIT framework unit testing. I am using [RowTest] condition to which i want to use [DependOn] section. but it is throwing an error.
On Jun 16, 1:05 pm, Yann Trevin <[email protected]> wrote: > You need to setup your database connection, run the stored procedure, get > the results and make assertions on them. What is the problem you meet > exactly? > > Regards, > Yann > > 2011/6/15 Mahesh <[email protected]> > > > > > > > > > Hi, > > > I have a requirement to test a stored procedure which generates data > > into multiple tables. I need to test this scenario. > > > Any Suggestions? > > How to execute a stored procedure with out assertions? > > > -- > > Thanks, > > Mahesh > > > -- > > You received this message because you are subscribed to the Google Groups > > "MbUnit.User" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/mbunituser?hl=en. -- You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mbunituser?hl=en.
