? QA Design Gurus: Test your client code page for Internationalization testing

Aug 7, 2015

Test your client code page for Internationalization testing


You can test your client code page using ABL query from your procedure editor for openedge.

You just need to connect to your database as below-

prowin32 -1 <db name>

When the procedure editor will open, write down the below ABL query-


MESSAGE SESSION:STARTUP-PARAMETERS VIEW-AS ALERT-BOX.







You can also execute the mentioned ABL query without connecting the database also.

The purpose of the ABL query is to provide the client startup parameter.

It does not matter whether it is connected to database or not.

No comments:

Post a Comment