Skip to main content
Known Participant
October 30, 2013
Question

methods for unit testing mobile app

  • October 30, 2013
  • 0 replies
  • 264 views

I wonder if anyone here has a good method to run FlexUnit unit test suites against mobile Air classes, specifically in a CI environment using Ant.  I have an extensive unit test suite for my regular AS3 classes, and I use the standalone flash player to run them on

my build server on each checkin.

Problem is that the mobile classes I have developed use certain properties/classes that are only defined when run in an Air app. So they don't pass when run in the flash player environment.

Not sure how possible it would be to build and run an Air app in a CI envionment. Ideally what I wish there was is a "standalone Air player" that can run a mobile swf, instead of compiling it to an Air app.

Any ideas? thanks!

This topic has been closed for replies.