(no title)
aksophist | 1 year ago
And then there are truly dynamic apps like games or simulators. There may be no accessibility info to deterministically code to.
aksophist | 1 year ago
And then there are truly dynamic apps like games or simulators. There may be no accessibility info to deterministically code to.
usernameis42|1 year ago
It allows to make tests less flaky and writing them is increasing dramatically, also works with mobile as well, usually elements for the main flows doesn't change that often, you'll still need to update them.
I did stable mobile UI tests with this approach as well, worked well
digging|1 year ago
Not randomly, I'd hope. I think you may be misunderstanding what deterministic means - or I am.
MattDaEskimo|1 year ago
A testing framework requires determinism. If something changes the team should know and adjust.
AI could play a bit in easing this adjustment and tests but it's not a driver in these tests.
minhaz23|1 year ago