Hacker News new | ask | show | jobs
by qetuo13579 1986 days ago
We have a handheld product (custom hardware) that we struggle to test. Currently it’s all manual testing but lately I’ve been wondering how to increase test coverage and automate it too.
1 comments

Are you looking to test the hardware or the software (which I assume is Android based)?
Software. It’s not Android, just Linux developed with Buildroot. We do have a web interface with a remote control feature that displays the screen and allows us to trigger buttons. I’m thinking we can use that interface to automate some basic tests but it might need to involve some image pattern recognition to test the output of an operation.