S
Sky Kim
Hi, all.
I've know NUnit for a while, now I try to use it.
Most of application I develope is data base driven.
I want to test data layer most with may input and checking the result, then
compare with database if it returns right value or not.
To do so, I need to save all inputs and results as development, debugging
goes on..
But, NUnit doesn't seem to support it. and It require wrong Test coding.
I dont' feel still confident that it's worth to use it. Since It takes time
to write test code. I hope they provide auto test code generation reading
dll and generate test code for NUnit, So, I just type only input param. This
is what I desire.. One more thing, there is functionality to save all my
inputs so I can reuse the input after debugging to make sure all code still
work correctly.
If I can't do this with tool what the tool is for?
How do you guys use the tool in real world?
and What is best way to use it in my case?
Is there any other tools I can work with as well as NUnit??
Any comment will help!!
Thank you..
I've know NUnit for a while, now I try to use it.
Most of application I develope is data base driven.
I want to test data layer most with may input and checking the result, then
compare with database if it returns right value or not.
To do so, I need to save all inputs and results as development, debugging
goes on..
But, NUnit doesn't seem to support it. and It require wrong Test coding.
I dont' feel still confident that it's worth to use it. Since It takes time
to write test code. I hope they provide auto test code generation reading
dll and generate test code for NUnit, So, I just type only input param. This
is what I desire.. One more thing, there is functionality to save all my
inputs so I can reuse the input after debugging to make sure all code still
work correctly.
If I can't do this with tool what the tool is for?
How do you guys use the tool in real world?
and What is best way to use it in my case?
Is there any other tools I can work with as well as NUnit??
Any comment will help!!
Thank you..