How do you do path testing?this is related to whitebox testing.This is urgent..anybody tell me please
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 ...
Latest Answer: Cyclomatic Complexity is software metric that provides a quantitative measure of the logical complexity of a program. Cyclomatic complexity defines the number for independent paths in the basis set of a program and provides us with an upper bound for ...
Latest Answer: In white box testing we basically test the code & see the logic by usin branch coverage , cyclometric complexity , control flow, etc so in this we bsically test the code... that each & every line whichis written while executing that those are ...
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 ...
What are the tables in testplans and testcases? This concept is related to Whitebox testing in SQL.
View page << Previous 1 2 3 4 [5]

Go Top