Hello all.
Can we use Re-Framework for test cases as it handles system exception and retry mechanism?
Hello @Dinesh5
The UiPath ReFramework is designed for automating business processes, not test cases. For test cases, consider simpler approaches or UiPath’s Test Suite. ReFramework’s features, like handling system exceptions and retries, may add unnecessary complexity for test automation. Opt for simplicity and maintainability in your test automation approach.
Thanks & Cheers!!!
-The ReFramework is a comprehensive framework with built-in features like transaction handling, state machines, and logging. If your test automation needs are relatively simple, using the ReFramework might be overkill. Consider the complexity of your test cases and whether a simpler framework or script would suffice.
If your test suite is expected to grow and become more complex over time, using the ReFramework could provide a structured and maintainable foundation. It follows best practices for organizing code and managing exceptions.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.