Latest Answer: White box testing is a type of testing used basically for checking the code of an application, where as equivalence partitioning is a strategy used for both whitebox and blackbox testing. In equivalance partitioning we will have to come up with multiple ...
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: 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 ...
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 ...
View page << Previous 1 [2] 3 4 5 Next >>

Go Top