Answer Posted / irfan javed
1) Product evaluation
2) Process monitoring
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is vdd - version description document?
What is code review?
If anyone is having ISTQB certification study materials,please send to gul.e.raina@gmail.com
What is customer (end user)?
What are verification and validation?
What is quality matrix in software testing?
What is test management review and why it is important?
What is differences between SCS-1,2 and 3
What is data validity?
What is Functional, Non-Functional, and Regression used for (i.e. the purpose of each)?
What is test script?
Explain regression testing?
Testing activity which is performed to expose defects in the interfaces and in the interaction between integrated components is?
Explain stress testing?
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