The evolution of AI in test automation: from locators to generative AI (Part 3)
Non medium member can read from this link
It’s 10:00 AM on a quiet weekday and I’m staring at yet another failed test report. This wasn’t just any test case , it was one I had reviewed and debugged last week after some UI changes. And now it had mysteriously failed. Again…
The error? Visibily there is no error.
What should have been: this text should be displayed on the welcome screen:
“Bienvenue à bord de l’application my-app-name!”
I made a look on the app screenshot and the text was correctly displayed.. there was no issue:
I decided to make a look on the Appium XML :
<XCUIElementTypeStaticText type="XCUIElementTypeStaticText"
value="Bienvenue à bord de l'application my-app-name !"
enabled="true" visible="false" accessible="true" x="879" y="522"
width="312" height="50" index="7"/>