Hi Everyone
I’m new to automation and apologies if some of these questions sounds dumb.
As a tester I’m trying to assess if UI Vision RPA is a right tool to use for our organization.
We currently have a web based app product that we wish to automate. I’ve tried automating few test cases using UI Vision RPA. I’m very impressed with the speed with which I was able to automate these test cases by passing assertElementPresent and veifyText commands etc.
Currently, we are using tosca in our organization and in comparison UI Vision RPA feels very intuitive and easy to use.
I wish to know following from experts out there:
- Will we be able to integrate RPA with our repository GitLab in order to run CI/CD pipelines? If yes, then does it require lots of configuration / setup or is it relatively easy to setup for developers.
- RPA uses xpath to find elements on the page? Is there any downside to using xPaths when automating web pages? In comparison Tosca tool scripts we have depend on our test id attribute or class names instead of xpath.
Thanks