-4

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

4

1 回答 1

1

对于 Android,它的所有驱动程序都与嵌入式 Linux 相同,因此只需查看 Linux 驱动程序存储库即可。

如果您想弄乱这些东西,我建议您看一下 Python。大多数驱动程序都是用 C/C++ 编写的,但这并不意味着如果您正在寻找的只是黑盒测试,您将被迫使用 C/C++ 来测试它们。

于 2013-07-11T04:57:02.543 回答