My Problem in UiPath is under Test case Then activity i want to verify a get text when i tried to verify it using the verify control attribute it through the error saying that use application or browser when i use the application the flow get collasped how toover come it
@lokeshkumar_A Can you share a screenshot of your workflow how you have implemented?, we will get better idea.
Regards,
Ajay Mishra
1 Like
lokeshkumar_A,
You should be using Verify Expression
as you just want to compare the text returned by Get Text Activity.
This way you can test it.
Sample Test case:
GetText.xaml (13.0 KB)
Output:
Thanks,
Ashok