What is meant by Multi Unit Testing?
Answer / .....!!
All projects consist of various modules. After all modules have been developed, they are then integrated as a system. System testing is then performed. Each individual module is tested - referred to as unit testing. When two modules are tested simultaneously, this is known as multi unit testing. Simple methodology.
| Is This Answer Correct ? | 3 Yes | 0 No |
wht r 6 sigma standards
Tell me the situation where sanity test cases should pass and smoke test cases fail...?
Difference between Test Plan & Test Strategy?
what should we do if the developer rejects the bug?
4.How would you define QA/QC?
19 Answers Nicholas Piramal, VJIL Consulting,
what do you mean by defect,error and bug????
Wht is Chache or Chache Memory, we test during web based testing...Actually what is it,Actually where it comes.. Can Anybody explain it in detail.....Thanks in advance..
What is manual testing?Is any different types of testing in this?
What are the contents of a Test Plan?
write four critical test cases for logout operation?
give me atleast 10 cases for GOOGLE search engine?
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