Actually how many positive and negetive testcases will
write for a module?
Answer Posted / btech
That depends on the module & complexity of logic. For every
test case, we can identify +ve and -ve points. Based on
the criteria, we will write the test cases, If it is
crucial process or screen. We should check the screen,in
all the boundary conditions.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What it means by test harness?
Explain what lcsaj is?
Could reviews or inspections be considered part of testing?
What is failure?
What is testing type and what are the commonly used testing type?
Testing wherein we subject the target of the test, to varying workloads to measure and evaluate the performance behaviors and the ability of the target and the test to continue to function properly under these different workloads?
Do you know what the mean of cmm and tmm?
How would you test the login feature of a web application?
waht are somking types
Hi can anyone pls let me know, how many test case can be written to this C question (Unit testing) *funame (Int x, Long b) { x=b; x < 5 } Note: - Return type is boolean - Input type is unsigned char
What is affinity diagram?
What is equivalence partitioning?
What is difference between SAN and NAS? How SAN is better than NAS?
Which technique can be used to achieve input and output coverage? It can be applied to human input, input via interfaces to a system, or interface parameters in integration testing.
What is static analysis?