? QA Design Gurus: Test your ABL code without warning messages

Jul 31, 2015

Test your ABL code without warning messages

You can execute your ABL code without warning message while you are connected to the db in read-only mode.

User can avoid the warning message by truncating the before image files for skipping the warning message before it start the client.



We can supress the warning message by using below steps-

steps:
             1)      proutil  “dbname” –C truncate
             2)      prowin32 “dbname” –RO  -p <pcodefile name>   

You can also avoid the warning message in your test result file.

No comments:

Post a Comment