Search found 6 matches

by lmcclendon
Thu Mar 10, 2022 10:59 pm
Forum: General Questions
Topic: The data file (*.rxlog.data) or transformation cannot be accessed
Replies: 4
Views: 2237

Re: The data file (*.rxlog.data) or transformation cannot be accessed

Good day one and all, I hope all is well. I'm currently using the 10.1.6 version and I'm getting this same error for just 1 out of the 3 test suites I have in my project. I don't have any custom reports templates active and I tried the Report.End() call in the Program.cs file. Any other suggestions ...
by lmcclendon
Fri Feb 21, 2020 11:30 pm
Forum: General Questions
Topic: Reporting Test Suite Results During Execution
Replies: 1
Views: 938

Reporting Test Suite Results During Execution

Good day all, I hope that all is well. Is there a way to display the results of multiple test suites as they finish execution as opposed for waiting for all subsequent test suites in the project to finish execution before the report is generated Ex: Automation Project - > Has three test suites (TS1,...
by lmcclendon
Mon Jan 20, 2020 3:20 pm
Forum: Automation Tools
Topic: Research - Best Practices For Click Testing
Replies: 6
Views: 2247

Re: Research - Best Practices For Click Testing

Hey Robert,

I hope that all is well. What I have attached isn't the complete repository. It's just the section that contains the error messages but thank you! I appreciate it!
by lmcclendon
Wed Jan 15, 2020 3:39 pm
Forum: Automation Tools
Topic: Research - Best Practices For Click Testing
Replies: 6
Views: 2247

Re: Research - Best Practices For Click Testing

See the attached error message repo and snapshot of the error message page.
by lmcclendon
Tue Jan 14, 2020 5:04 pm
Forum: Automation Tools
Topic: Research - Best Practices For Click Testing
Replies: 6
Views: 2247

Re: Research - Best Practices For Click Testing

In the attached image, the two highlighted errors are examples of what I would be looking for throughout the tests. They can display at random times throughout a tests' execution. The error messages themselves are repository/locator items that I have methods for that will check to see if they are on...
by lmcclendon
Mon Jan 13, 2020 10:25 pm
Forum: Automation Tools
Topic: Research - Best Practices For Click Testing
Replies: 6
Views: 2247

Research - Best Practices For Click Testing

Good day all, I hope all is well. I'm currently designing a click test suite that checks for a set of error messages being present after a click is performed. For example: 1. Clicks Create Account button on the home screen ---> (Create Account page loads) ErrorCheckMethod() { Checks page for error A...