Hello
I am using Test Automation project in UiPath to automate ERP testing.
I would like to update the test outcome of the current testcase xaml file as no run if certain condition fails.
Identify the specific condition in your test case that needs to be checked.
Use an appropriate activity or sequence of activities to evaluate the condition within the test case.
If the condition fails, you can update the test outcome to “Not Run” by modifying the TestContext value.In UiPath Test Automation projects, you can access the TestContext object to get information about the current test case and update its properties, including the test outcome.Here’s an example of how you can update the test outcome to “Not Run” within your test case: