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 |
How does one do Ad-hoc Testing?
what is static and dynamic testing.
which tool used for gui testing?
what is the best defect(functionally relaleted) u find in u r career?
what are the types of android applications?
what is integration testing and end to end testing?
I m having SRS.In Manual Testing,how am I going to decide whether to pass particular test case or not from that SRS??
what is difference between severity and priority
in this project how many modules?
difference between Manual Testing Vs Automation Testing
what is FAT and SAT tests .?
1. define Database testing ? 2. define severity and priority and types with example?