App Update Handling problems

How can we manage the challenges associated with frequent app updates and version changes in mobile automation using UiPath? Specifically, what strategies can we employ to ensure that our automated tests remain stable and effective despite these updates? Additionally, how can we efficiently update and maintain our automation scripts to reflect changes in the app’s UI or functionality, and what practices can be put in place to minimize the downtime and manual effort required during the update process?

@adriancheofski

Welcome to the community

Few what we followed

  1. Never use any css related values in selector rather use the name or tags as reliable attributes
  2. Try to use as many less attributes as possible to recognize
  3. Dont use idx and ids

Cheers

1 Like