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 |
when database testing comes into manual tesing
What is internatinalisation Testing?
How will you review the test case and how many types are there ?
What is the difference between functional & non-functional testing?
1.What is Traceability Matrix and who prepare it. 1.1 How u can map the Requiremet wid Test Cases. 1.2 How u can find out that in Particular Test Case,some requirement is missing. 1.3 For a particular requirement,how u determine that how many TCs should prepare. 1.4 Gaie the Idea about Tracability Matrix,meant Format.
How do u go about testing of web application?
Can you explain tailoring?
What is bud testing?
what is the architecture for your project?
Difference Between Usability and GUI Testing with Example?
Suppose i want to test an application with in three week, how i will prepare test strategy for this testing.? which testing types should i follow?
What is 'Shows stopper Bug'