arnold_laishram

↗ HN profile [ 24.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. UI tests are brittle because they rely on fragile locators (XPaths/IDs). Tests pass locally but break in CI when UI IDs change — leading to constant maintenance and lost dev time. Finalrun replaces locators with…

  2. I’ve been building mobile apps for 10+ years, many used by millions of users. One problem kept coming back at every release: mobile testing is the bottleneck. Before releases I spent hours, sometimes days, babysitting…