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 |
How to write testcases for unread/read mails for gamil inbox? and what are the types of testing you do on them?
Suppose in your Project have 2 test engineers.Module A is tested by You and Module B is tested by another Test Engineer.module A and B has inter related functions.Then how you check the functionality of the module??
during alpha testing why customer people r invited?
pl. give me the list of top jobs website to register i have 2Yrs. Experience in manual testing
what is actually contain test report? can anybody post the test report
As a Test Analyst, what is the first thing you do when you receive the Functional Spec for a project?
what is mean by test suite?
Does an increase in testing always improve the project?
How load testing is different from regression testing?
When do you stop testing?
Can any one please tell me the exact difference between the smoke testing,sanity testing and exploratory testing?
If there is a field called "Amount" which takes 4 digit number & 2 decimal points what will be the test data for this.