Search found 3 matches

by rostamizadeh
Tue Apr 22, 2014 7:08 pm
Forum: Automation API
Topic: Problem implementing IReportLogger
Replies: 5
Views: 2982

Re: Problem implementing IReportLogger

Thank you for your reply. So how can I capture the validation steps? Is there an event that I reference? I see there's an ActivityStack but it doesn't seem to be documented.

I'll work on putting together a sample solution for the data loss issue and will email that to you.
by rostamizadeh
Fri Apr 18, 2014 2:48 pm
Forum: Automation API
Topic: Problem implementing IReportLogger
Replies: 5
Views: 2982

Re: Problem implementing IReportLogger

Yes, it was my expectation that LogData() would be called anywhere a screenshot appears in a report, but that is not what I'm seeing happen. Here's an example of what I see in my database after a run happens: Screen Shot 2014-04-18 at 6.37.16 AM.png Note the one image that is stored in the database ...
by rostamizadeh
Mon Apr 14, 2014 3:39 pm
Forum: Automation API
Topic: Problem implementing IReportLogger
Replies: 5
Views: 2982

Problem implementing IReportLogger

Hi - I've been trying to write a custom logger to save results to a postgres database. Almost everything is working as expected but I have run into a couple problems I'm hoping you can help me with. Ranorex 5.0.1.17706 Windows 7 x64 I have both LogText() and LogData() methods included in my class, b...