Who will do unit testing ?
Answers were Sorted based on User's Feedback
Answer / jays
It typically done by the programmer and not by testers, as
it requires detailed knowledge of the internal program
design and code.
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / balaji
developers will do the unit testing.... because it needs
the knowledge of internal logic of the code. (also this is
called as white box testing)
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / shah
Unit Testing will be done by the programmer, once they done with the code, they use to test whether it is working or not, the type of testing is called Unit Testing.
Testing Team will also do the Unit Testing, to know that whether the functionality is working or not as per the specifications.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / madhanpaliwal
After developing the product the developer will do unit
testing so if their any critical bugs in the product than
they will come to known.So developer will do unit testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Write 2 scenarios for Integration testing? Please let me know its urgent.
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.
What is Data Flow Testing?
The program prints data on the screen instead of the printer. Referring to the fault above, which load condition errors has occurred?
how to execute manual test cases?
how to write test cases for boundary value analysis and equality partitioning?
test plan for atm machine in detail step-wise.
What is meant by system testing?
What development model should programmers and the test group use?
what is your current team size?
As a manager what process did you adopt to define testing policy?
WHAT ARE THE DIFFERENT TECHNOOGIES OR SOFTWARE LANGUAGES THAT SOFTWARE TESTER SHOULD KNOW?