Who can perform the unit testing?
Answers were Sorted based on User's Feedback
Answer / sindhuja rao
unit testing is done by the programmers to test the
individual unit(module) in the application 4 its code.
| Is This Answer Correct ? | 4 Yes | 1 No |
Unit Test is usually done by the developers who developed
the code.
Vinodh Anandhan
Software Tester
Exceed Technologies (P) Ltd
Chennai
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / n t
Generally in most of the cases developer has to write the
unit test case and execute it.But some of the companies
following white box testing with tester having coding
knowledge.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / madhubabu
White box tester perform the unit testing.these white box
tester are write the code and at the same time testing that code
| Is This Answer Correct ? | 1 Yes | 1 No |
How do test documents in a project span across the software development lifecycle?
What is CMMI?
When should testing start in a project?
What about the test case if the field only takes a certain number of characters or a minimum number?
How do we run the database testing manually
What are the meetings conducted your company
what are the main challenges faced in ur project?
if you have a test cases please send me on singhajay7786@gmail.com thanks in advance.
how to know whether the bug is valid or invalid?
where we save project in our system before stating testing???
can you tell me types of bug ?
Write max. no of test case's in following scenario Developer develops single page which consist of simple Text box and a Submit button. Developer has not written a single line of code for the button (i.e. no relation of Text box and Submit button). No validations are implemented on Test box as well as button.