Sambhaji Dhawan
2008-08-01 19:39:13 UTC
Hi All,
Can we use nunit for Integration testing to test the whole flow of the
functionalities through out all tiers? How this can be done in case of a
method returning nothing (void) e.g. method is as follows..
public void test()
{
call1();
call2();
call3();
}
Thanks in advance!
Kind regards,
Sambhaji.
Can we use nunit for Integration testing to test the whole flow of the
functionalities through out all tiers? How this can be done in case of a
method returning nothing (void) e.g. method is as follows..
public void test()
{
call1();
call2();
call3();
}
Thanks in advance!
Kind regards,
Sambhaji.