Test cases for bank transaction sample codes for VB

Asked By 0 points N/A Posted on -
qa-featured

Hello,

Please help me if you know some of this test cases for bank transaction sample codes for VB, is there any freeware downloads for this? Give me some tips on how to work on this for my development project.

Thanks.

SHARE
Answered By 5 points N/A #159675

Test cases for bank transaction sample codes for VB

qa-featured

Please note that test cases are independent from your programming language. Test cases should be independent and described well as anyone could read and understand the underlying concept.

Test cases should have information like:

Test case id, Test case name, Project name, Module name, Prepared by and reviewed by,

Objective of the test case

The columns should be: Input data,Actual ,Expected,Result.

A sample test case for bank transaction would be as follows:

Test case 1: Name of the Account Holder.

Test case 2: Available balance in the account.

Test case 3: Maximum number of allowed transactions per day.

Test case 4: Total Amount Withdrawn.

To complete the test cases you have to write input data, Actual, Expected, Result for each of the test cases.

Related Questions