Latest Answer: Hi ! In white box testing we test to verify that evry executable line is producing the desired result and is getting executed at least once.For this, a compleet picture of code i.e all the functions,paths,structures etc. should be clear in front ...
Latest Answer: A failure of a white box test may result in a change that requires all black box testing to be repeated and white box testing paths to be reviewed and possibly changed. ...
Latest Answer: The control flow of the program is represented in a flow graph, as shown in Figure We consider various aspects of this flowgraph in order to ensure that we have an adequate set of test cases. The adequacy of the test cases is often measured with a metric ...
Latest Answer: Dirty test cases are those that checks the robustnes and validation checks.In dirty test cases we provide negative / invalid inputs. Ex: If amount field accepts a positive amount 0 - 10000 then dirty test cases will constitute those that checks values outside ...
Latest Answer: White-box unit and integration test cases can be saved and rerun as part of regression testing. ...
Latest Answer: Equivalence partitioning (EP) will decides the type of value where as boundary value analysis (BVA) will decides the boundary of that valueex:write a name? it should be having minimum 3 aharacters and maximum of 10 characters?soluton: EP [a-za-z] BVA ...
Latest Answer: In Equaliance class portion we perform the data entered in the text boxes that is valid characters and Nummers and combination of both it depends on the funcationality of the text box In Boundary value anyalasis we calculate Maximum and minum values accpted ...
Latest Answer: There are three levels1.UnitTesting2.Integretion Testing3.Regression testingcheerssrv ...
Latest Answer: Though white box method of test design can uncover an overwhelming number of test cases, it might not detect unimplemented parts of the specification or missing requirements. But you can be sure that all paths through the test object are executed ...
View page << Previous 1 [2] 3 4 5 Next >>

Go Top