top | item 47068836

(no title)

somewhereoutth | 11 days ago

I would add that human interfaces need to be tested by humans (preferably not your paying customers), machine interfaces by machines.

discuss

order

whynotmaybe|10 days ago

If the framework you're using allows for ui testing, you must use it.

For example in flutter, you can check whether a component is visible on the "screen" and simulate an action with it.

No need to ask a human to test the new ui if you can detect that the new button isn't visible on the "screen" .

Then once you know what's supposed to be there is there, a human must test it.