What is the difference between Unit Testing and Debugging?
Answer / mansi
Unit Testing and Debugging are different even though both of them are done by a developer.
Debugging is a step execution of both code with the use of break point to check errors before the code is unit tested.
Unit testing on other hand focuses on the output of a unit and aims at checking failure possibilities of the code.
| Is This Answer Correct ? | 5 Yes | 0 No |
U have a Scenario and there is box to enter values from 0 to 1000. Now what is the Test data u will test? What are the positive and negative test cases? How will U use Equivalence class Partition ?
When a website is ready and you are asked to test it what will u do?If you don't have any requirements and your team manager also doesn't have any requirements?
what are the mandatory fields when you rise a bug
I need a good book on manual testing.Is the book by nageswara rao good.I need to learn from basic to advanced.
What is Mutation Testing?
How you will test pen
6 Answers Accenture, Digital Mesh,
8 What can static analysis NOT find? a) The use of a variable before it has been defined b) Unreachable (“dead”) code c) Whether the value stored in a variable is correct d) The re-definition of a variable before it has been used e) Array bound violations
Hi Folks What are the Interview Questions in Manual testing that I should be aware of. pls give some Interview Questions in Manual testing. Thanx in advance Sunitha.
Hello Everyone, I am trying to seek a job in testing. Could someone please send me few real time 'Test Plan','Test Case','Tracibility Matrix'? Thanks, Lakshmi lakshmi.laks@gmail.com
how u get the build ?what is the size of the biuld?
what is agile testing
suppose if you press a link in yahooshopping site in leads to some other company website?how to test if any problem in linking from one site to another site?