ebodien
15 years agoContributor
TC 8 Log Change
With the change to TC8 I seem to have lost the ability for the Remarks section to be properly imported into Excel 2003, all I see now is a file name *.htm. I need to be able to print this data (from a manual test) as part of a test report. The Log.ExtendedMessageAsPlainText seemed promising, but setting this attribute to True seemed to make no difference.
Set Attr = Log.CreateNewAttributes
Attr.ExtendedMessageAsPlainText = True
Call Log.Message(Message_Words, Remarks_Words, ,Attr)
Am I misunderstanding the use of ExtendedMessageAsPlainText?
Also is there a way to define an event (OnLogMessage?) such that all log calls will automatically have Remarks as plain text, I need to record comments made by the testers during a run as well.
Thanks for any help.
Set Attr = Log.CreateNewAttributes
Attr.ExtendedMessageAsPlainText = True
Call Log.Message(Message_Words, Remarks_Words, ,Attr)
Am I misunderstanding the use of ExtendedMessageAsPlainText?
Also is there a way to define an event (OnLogMessage?) such that all log calls will automatically have Remarks as plain text, I need to record comments made by the testers during a run as well.
Thanks for any help.