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:
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.
Post a Comment