Disabling enhanced log results
Logged events such as verification point failures, script exceptions, object recognition warnings, and other additional playback information are displayed in the playback log results. From Rational® Functional Tester version 8.2 and later, the results of the getProperty() command are also displayed in the log results. If you do not require the log event to be displayed in the playback log, you can disable the event in the log results.
Before you begin
About this task
Procedure
- Open the ivory.properties file available in the <Rational® Functional Tester>\Functional Tester\bin\ directory.
- Add the following line of code at the end of the file contents:
rational.test.ft.log.enhanced=false
Note: To enable the getProperty() log event again, setrational.test.ft.log.enhanced=true
.