The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
323 views

Open-source/freeware testing tool for Set-Top Box

According to Wikipedia a set-top box (STB) is: an information appliance device that generally contains a tuner and connects to a television set and an external source of signal, turning the source ...
2
votes
2answers
268 views

What new things need to be covered in Embedded Systems testing compared to normal manual testing?

Can you provide me with some common checklist for Embedded Systems testing please? What are the new things that are covered in this? And can you also advise me some interesting references for reading ...
3
votes
4answers
298 views

testing Touchscreen driver

I am testing a touch screen driver for an embedded device. Unfortunately it is tightly coupled to the hardware so simulated data can't be pushed in real time in order to simulate real usage. Basic ...
3
votes
1answer
165 views

looking for a way to exercise Android web browser

To continue my monkey question I am looking for a way to generate Web traffic on a device (not emulator) running Android. The unit under test is not the browser but lower communication layers of the ...
4
votes
3answers
155 views

How would you call on-device unit tests ?

In the embedded world some (unit) tests have minimal value when they run as standalone test, like unit tests should. We have many tests that run on the embedded device, as part of the embedded ...
1
vote
0answers
235 views

Is it possible to configure Android's Monkey test for better web testing ? [closed]

I am using Android's Monkey application to test web browsing (actually testing the underlying layers, not the browser). Is there a way to configure the behavior of the monkey besides the throttle ...