Latest Answer: It is a method of LOGIC COVERAGEAnd to calculate cyclometric complexitythere are three methods1)E-N+2here E - Edges N - Nodes2)P+1here P means Predicate Node i.e Node from which branches are coming out3)C+1here ...
1.why WHITE BOX TESTING is also known by the following names? a) GLASS BOX TESTING b) CLEAR BOX TESTING c) OPEN BOX TESTING d) STRUCTURAL TESTING 2. which of the following testing is least expensive and why? a) WHITE BOX TESTING b) VERIFICATION TESTING c) BLACK BOX TESTING d) VALADIATION TESTING
Given the following code, which is true about the minimum number of test casesrequired for full statement and branch coverageRead PRead QIF P+Q > 100 THENPrint "Large"ENDIFIF P > 50 THENPrint "P Large"ENDIFa) 1 test for statement coverage, 3 for branch coverageb) 1 test for statement coverage, 2 for branch coveragec) 1 test for statement coverage, 1 for branch coveraged) 2 tests for statement coverage, 3 for branch coveragee) 2 tests for statement coverage, 2 for branch coverage
Latest Answer: Data-flow testing looks at the lifecycle of a particular piece of data (i.e. a variable) in an application. By looking for patterns of data usage, risky areas of code can be found and more test cases can be applied. There are four ways data can be used: ...
Latest Answer: Is white box testing Mandatory to be done for all the softwares which are tested? or only black box testing is done by the test team for a software example a web based application ? ...
Which of the following does not come under technical testing? a) Volume and performance testingb) Operational testingc) Deployment testingd) Integration testing
Latest Answer: question is not proper, please recheck it and let us know ...
How do you do loop testing?anybody let me know please.How do you draw flowgraph while working in realtime environment?i,e in a project..in word?or manually on a paper?should it to be shown to test manager?
How do you do path testing?this is related to whitebox testing.This is urgent..anybody tell me please
Latest Answer: FuncnationalReqirmentSpecification,SoftwareReqirmentSpecification,SystermReqirmentSpecification so this document we need and creat testplan ...
View page << Previous 1 2 3 [4] 5 Next >>

Go Top