I think it is path testing ,which is a part of white box testing.Path followed by a program is tested here.A flow graph notation with arrows and nodes is used to represent the overall flow of the program.All the paths in the program are noted down and tested individually,to verify that the path that is followed is according to requirement or not.
If you have the better answer, then send it to us. We will display your answer after the approval.
In an application if i enter the delete button it should give an error msg "Are u sure u want to delete" but the application gives the message as "Are u sure". is it a bug. And if it is how would you rate its severity.
When an application is given for testing,with what initial testing the testing will be started and when are all the different types of testing done following the initial testing?