Application Development and Automation 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: 
Read only

Unicode programs testing

Former Member
0 Likes
426

Hi ,

I have question about unicode UCCHECK programs testing.

Do we need to do testing after UCCHECK errors are fixed and Unicode flag is set in SE38 to check the functionality and runtime errors in Non-Unicode system?

Or

Just do the testing in Unicode system after conversion?

For what volume of programs , we should use transaction SCOV for test coverage?

Thanks!

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
353

Hello Yogita

If you removed all Unicode errors and set the flag this just means your program objects run on a Unicode system - either right or wrong

Therefore, you must test on a Unicode system. See also:

I would recommend to use transaction SCOV even with a small number of program objects. This way you can make your experiences with the coverage analyzer and you are prepared for "big" development tasks.

Regards

Uwe

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
354

Hello Yogita

If you removed all Unicode errors and set the flag this just means your program objects run on a Unicode system - either right or wrong

Therefore, you must test on a Unicode system. See also:

I would recommend to use transaction SCOV even with a small number of program objects. This way you can make your experiences with the coverage analyzer and you are prepared for "big" development tasks.

Regards

Uwe