jeudi 10 avril 2014

Windows - pilote automatique outil de test pour Android et Windoows - Stack Overflow


I want to write an automated driver testing tool for both Windows7/8 and Android. I want to share as much as I can between the two OSs.


Do you have an idea what the best system is to write this automated tests and what the language is to write it in?


Thanks




For Android, all its drivers are the same as for embedded Linux, so look no further than the Linux drivers repositories.


If you'd like to mess around with that stuff, I'd suggest you take a look at Python. Most drivers are written in C/C++, but that doesn't mean you'd be forced to use C/C++ to test them if what you're looking for is just black box testing.



I want to write an automated driver testing tool for both Windows7/8 and Android. I want to share as much as I can between the two OSs.


Do you have an idea what the best system is to write this automated tests and what the language is to write it in?


Thanks



For Android, all its drivers are the same as for embedded Linux, so look no further than the Linux drivers repositories.


If you'd like to mess around with that stuff, I'd suggest you take a look at Python. Most drivers are written in C/C++, but that doesn't mean you'd be forced to use C/C++ to test them if what you're looking for is just black box testing.


0 commentaires:

Enregistrer un commentaire