Monday, May 9, 2011

Difference between high level and low level test cases?

High level testacases are those which covers major functionality in the application(i.e. Retrieve,update display,cancel(functionality related test cases), database test cases.)

Low level test cases are those related to user interface(UI) in the application.

1 comment:

Step by step guide from Test Case Development to Test Execution said...

In my opinion a high level test case is where you do not put the actual test steps because that time the GUI document is not freezed so navigation would change. To avoid rework we write high level stesp.

Low level test cases contains the actual navigation.