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 |
SAY YOUR PRODUCT PASSED THROUGH TESTING & UAT. NOW IT WENT TO PRODUCTION AT CLIENT LOCATION AND THEY FOUND ONE DEFECT IN IT. HOW THEY NEED TO PROCEED NOW? WILL THEY CONTACT U? OR WILL THEY CONTACT DEVELOPMENT TEAM?
How do ensure that we prepared Test cases for all the requiremets.. or how do we ensure that we didn't missed out any requirments...do we prepare any Tracebility matrix.. can anybody answer this question...
If we have no srs, brs but we have test cases does you execute the test cases blindly or do you follow any other process?
Can Anbody please send me Daily Work status format in which I can save my daily work activity
How many types of applications are available for a Test engineer to test? In detail? PLZ.
About Hierarchy level in your company.
1.exactly when we go for regression testing?why? 2.what is compatibility testing?what defect u found while testing give example? 3.how many test cases you write and execute per day?
Why testing is required?
28 Answers Cap Gemini, Infosys,
After recieved the defect from Tester,developer is not getting any error while executing that bug then he will reject that defect due to the above reason.As a Tester what we can do in that situation?
what is agile testing?
In the client systems, testing should focus on performance and compatibility .Is it true
If they give alphanumeric in the specification can it accept only numbers and only alphabets