1

I'm trying to make a script that does automated testing of app and at the end it exports the result data automatically into text file or excel. Is there way to export the result data programmatically in the script so I don't have to manually export the result after the test is done?

1 Answers1

0

If you run the test using the command line tools you can write a small script to parse the resulting plist file (xml).

Ricardo B.
  • 189
  • 1
  • 8