views:

160

answers:

0

Hi!

When working with RIA development, there's at least three critical levels that should be tested:

  • RIA application classes - in Flash/Flex these could be tested using AsUnit, FlexUnit or any other JUnit-like solution
  • RIA application interface - in Flash/Flex this could be done using FlexMonkey
  • RIA application server integration - ?

Anyone who has experiences, ideas, information, links, booktitles etc to share about unit testing/integration testing the RIA development workflow? I'm especially interested in resources on testing the server integration. (I use PHP on the server side and Flash/Flex for the client, but any general thoughts would be much appreciated!)

Jonas