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

Give example for usability testing ?

4 Answers  


How to Generate Test Case for Shopping Cart?

0 Answers  


What are the basic forms of variations?

0 Answers  


How will you give estimation when preparing Test Plan

1 Answers   Virtusa,


What is mean by Sanitation Testing?

17 Answers   Synergy,






what is traceability Matrix??

6 Answers   HCL,


how can we do database testing. In database testing we verify the data integrity and data validation. how can we do testing of Index, triggers, views, ransactions,cursors etc

0 Answers  


What are the baselined document needed to create Test case,Integration TEst case, System test case, Acceptance test case?

1 Answers  


Suppose u and ur team member is there.ur team member (friend) has raised one bug..u don't no abt apllication as well as that functionality of that application.ur TL give the task u have to give the Severity & Priority..how can u give the Severity & Priority?

3 Answers   Wipro,


What did you include in a test plan?

2 Answers  


What is testing methodology?

24 Answers   AppLabs, CTS, Google, IBM,


WHAT IS THE DIFF BW CLIENT SERVER APPLN,WEB APPLN, 1TIER APPLN,2TIER APPN , 3 TIER APPLN, WINDOWS APPLN? WHICH APPLNS ARE SAME? WHICH IS IMP?

3 Answers   Value Labs,


Categories