Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

what are the test cases. explain with example

Former Member
0 Kudos

what are the test cases. explain with example

2 REPLIES 2

Former Member
0 Kudos

hi

ABAP

Data type

Test case [notes]

Result

Character C

ABAP data value width < 10

[rtrunc]

ABAP field width > 10

[left-justified, filled out with trailing blanks]

OK

ABAP field width = 10

OK

Numeric N

[undef]

Packed P

[undef]

Integer I

[undef]

Float F

[undef]

Date D

[undef]

Time T

[undef]

Hexadecimal X

-1269

ferry_lianto
Active Contributor
0 Kudos

Hi,

A test case describes a series of steps in a transaction or set of transactions pertaining to a given business process carried out via SAP. Execution of a test case simulates the effort ordinarily performed by staff.

For more information, please check this link.

http://web.mit.edu/ist/org/admincomputing/dev/qa_testprocess.shtml#case

Regards,

Ferry Lianto