At what stage unit testing has to be done?
Answers were Sorted based on User's Feedback
Answer / nehisha
Unit testing is done at the very begining, it is the first
stage of testing performed by developers in their
environment.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pragna
the most ‘micro’ scale of testing; to test particular
functions or code modules. Typically done by the programmer
and not by testers, as it requires detailed knowledge of
the internal program design and code. Not always easily
done unless the application has a well-designed
architecture with tight code; may require developing test
driver modules or test harnesses.
and it has to done during the development.
each and every piece of code written by the developers for
a project has to be unit tested.
this is the initial test that will be done from the testing
perspective to make sure the code written by the developer
abide by some coding standards and, code would not be
broken in any situation
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shobana
when an development of single module of anapplication is
completed
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the major testcase design techniques?
Can you explain confirmation testing?
Being an Manual tester, what will be the role or activity in test plan ?
can any one define V-V testing?....thanks in advance
If there are so many bugs open and still the client want the s/w what will you do?
what is the difference between regression testing and re testing..?
what is the difference between softsmith qamonitor and bugzilla?
How will you divide two numbers without using the division operator?
2 Answers Aspire, College School Exams Tests,
Hi, This is vkram.I had completed my B.E in May 2005 & currently i am undergoing Testing Course. I want to join as a Fresher in any MNC. What should I tell why u r coming to testing field & what u did this 2 years?
What type of testing you do in your project?
3 Answers Geometric Software, TCS,
What is a Regression testing? And do you follow that in your project?
what is system testing? explian with scenarios..