At what stage unit testing has to be done?

Answers were Sorted based on User's Feedback



At what stage unit testing has to be done?..

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

At what stage unit testing has to be done?..

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

At what stage unit testing has to be done?..

Answer / shobana

when an development of single module of anapplication is
completed

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What did you include in a test plan?

2 Answers  


what is the def between Test Plan and Test strategy

5 Answers  


EXplain the diffeenet types of bugs.....

14 Answers   GE, TCS, Vertex,


what is the general pattern of explanation of projects in interview, can u ans me plz.......... ex: online banking application

0 Answers  


Tell me about SOFTWARE DEVELOPMENT LIFE CYCLE? Explain in brief?

1 Answers  






what r all the testing methods & what methods u r using 4 the current project.

1 Answers  


Have u ever done testing related to a database,give examples to support u r answer.

0 Answers   Infosys,


Tell me some Compatibility defects for web application?

6 Answers  


What are the Use Cases?

3 Answers  


define:usecase?

4 Answers  


Wells Fargo Testing interview If we are told to perform only regression testing on a software application and not to do sanity testing , then what could be the nature of your software application.

1 Answers   Wells Fargo,


What's the relationship between environment reality and test phases?

0 Answers  


Categories