![]() Related Questions Latest Answer : A Test plan is a road map that will be followed while testing ,it provides the background information of system being tested,test objectives,test strategy,risk,Schedule,Test Requirement.A test Plan would containTest plan IdentifierIntrodution of the planning ... Latest Answer : Well, when it comes to white box testing what we require to write test cases is the code and functionalities that the code should perform....While performing white box testing we have to know what are the classes to be united tested and we write test ... 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? 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 Given specification: if (x>4) then y= x-1; else y= x+1, where x and y are integer variables. List all possible test cases that can detect the bug in the following implementation if (x >=8) y = x-1;else y=x+1; Read Answers (1) | Asked by : northwest Latest Answer : a method for writing a set of white-box test cases that exercise the paths in the code• the use of equivalence partitioning and boundary value analysis to manage the number oftest cases that need to be written and to examine error-prone/extreme “corner” ... Latest Answer : The Test Case is known as Dirty Test Cases*Which is not meaningfull*Not understandable by others.*not covered according to the fuctionality*not be the part in the Traceability Matrix*Steps are not meaningfull ... I am new to White box testing and would like to know how i could learn to write white box code to give input to the code and get the output from the code to test the functions written by developers. Is How many test cases are needed to have 100% path coverage and decision coverage in the following code.
if (conditionA){ c=c+1}if(conditionB)d=d-1elsee++consider condition A and condition B are independent. Latest Answer : Path coverage = 2Decision coverage = 4 ... Switch PC onStart “outlook”IF outlook appears THENSend an emailClose outlooka) 1 test for statement coverage, 1 for branch coverageb) 1 test for statement coverage, 2 for branch coveragec) Latest Answer : For First Question
a) 1 test for statement coverage, 1 for branch coverage.
For Second Question
c) 2 tests for statement coverage. 3 for branch coverage. ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||