-2

I want the results to be in a excel sheet. The results should be made as a report. I am testing a android device and want the result. monkeyrunner

Codor
  • 17,447
  • 9
  • 29
  • 56

1 Answers1

0

If you want to automate the whole process you can try xlwt podule to write Excel files from python.

If monkeyrunner gives you some problem importing python modules give AndroidViewClient/culebra a try.

Additionally, ask yourself whether you need Excel at all when you can generate nice reports from python using Sphinx or pod.

Diego Torres Milano
  • 65,697
  • 9
  • 111
  • 134