Who should test your code?
Answers were Sorted based on User's Feedback
Answer / rjendra
Normally developpers those who have developed the code are
responsible for the code testing.
This is called as "debugging".
Normally a developper will be asigned for certain module to
development.
The module is composed of units or code blocks.
So the developper starts coding the code blocks and
integrates the code blocks into Module.
You can view this this code block as each individual
component of the Module.
After development of code block/unit/component the
developper starts testing the unit/component,this is called
as Unit testing.
After completion of unit/component testing the the
components are integrated in to one module.
THis low level Integration is called as Component
Integration.
After this developper conducts compoenet integration
testing on the entire module.
byeeeeeee
friends
rajendra_penumalli@yahoo.com
hyd
| Is This Answer Correct ? | 2 Yes | 0 No |
developers are responsible for code testing.if the
developers code a perticular module mean the developer test
the same module.this is called debugging.
| Is This Answer Correct ? | 0 Yes | 2 No |
When should you opt for manual testing over automation testing?
What is Functional point and what is the use?
What r the 3 types of System testing
33 Answers College School Exams Tests, Misys,
What is Ur Streght?(In P.M)
12 Answers L&T, MBT,
what r the measure bugs found in your project??? Give some example abt this.
What is the difference between Test Management tools and Defect Management tools? What are the most widely used Test Management tools?
when there is minimal or no document available to carry out the testing for a login screen, what will you do?
what is mean by testing process ?
what is the diff between testing and debugging
Wat is de difference btw inspection and walkthrough in static testing?
when testing will starts in a project?
how can u do monkey testing on website?