dave_ganter
12 years agoOccasional Contributor
Object Checkpoint detail written to Log - can it be expanded?
Can the Object Checkpoint be made to write the same detail to the log that a Property Checkpoint does?
= = = = = = = = = = = = = = =
Seven separate Property Checkpoints produce log output as follows
The property checkpoint passed(the WndCaption equals "Date of Birth").
The property checkpoint passed(the Text equals "MM:").
The property checkpoint passed(the wText equals "05").
The property checkpoint passed(the Text equals "DD:").
The property checkpoint passed(the wText equals "05").
The property checkpoint passed(the Text equals "YYYY:").
The property checkpoint passed(the Text equals "1989").
The Object Checkpoint that checks the three or four default properties for the same object with its six child objects produces log output as follows.
The object checkpoint "fraChildDOB1" passed
I would like the log to reflect what properties and values got checked - the same as for the property checkpoint. Is that possible?