![]() | software testing
Some topics of software testing |
To do the white box testing we do the different type of testing one of them is basic path testing.In basic path testing we test that every path of the program execute at least once or not .If any path is not executing at least once it means it is useless and it is unnecessarly increasing the the cost and execution time of the program.So it must be elimenated.To understand it more clearly let takes an example there is a program which includes a if else statement.If program never enter in the else part then writing this else part of this statement is useless.