I am trying to automate some workflow for a GUI based windows application. In that application there is not enough selectors available to do automation and the selector attributes are not reliable enough. The value of the attribute changes every time.
Just because of that I started using image based automation. Even that seems to be not reliable, in case of multiple displays, extended monitors, change of screen size resolution etc.
Can someone suggest me a reliable method to do GUI windows application automation? or how a reliable development is carried out with UiPath?
Yeah. This seems to be good idea. But I think that will increase my test execution time drastically
I am looking whether there is any way for a reliable and faster (test execution) solution.
An experienced person like you should have some solution on this kind of case.
No it would work for sure even in longer terms unless the UI and elements arrangement doesn’t change
Like if we have now used two tabs to reach a field and if that field is moved later a bit and if we need two more tab keys only then we will face problem
Mostly that won’t happen
And even that happens and if have used selector based accessing anyhow we need to change the selector again…right
For that we can better use the reliable one until changes come
Cheers @John_D