Hye, I may sound vague ... but need to know whether there are any automated testing tools available for Flash and Flex applications.
Thanks Moorthy -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, December 29, 2006 10:30 PM To: [email protected] Subject: osflash Digest, Vol 20, Issue 38 Send osflash mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://osflash.org/mailman/listinfo/osflash_osflash.org or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of osflash digest..." Today's Topics: 1. Re: Unit testing (Marcelo de Moraes Serpa) 2. Re: Unit testing (eka) ---------------------------------------------------------------------- Message: 1 Date: Fri, 29 Dec 2006 10:56:43 -0200 From: "Marcelo de Moraes Serpa" <[EMAIL PROTECTED]> Subject: Re: [osflash] Unit testing To: "Open Source Flash Mailing List" <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="windows-1252" Take a look at ASUNIT: www.asunit.org On 11/17/06, Saman Ghodsian <[EMAIL PROTECTED]> wrote: > > Hi E1, > > > > This is a general question, is there any unit tests for this framework? Or > plans to add? How do you manage the stability of the code base? > > > > We're trying to test the RemotingSample, but we're getting a null pointer > exception on AMFGatewayServlet.java:116 seems that the web context is not > set for some reason?. > > > > Thanks ! > > > > Saman > > > > > *Notice* ? The information in this e-mail is confidential and may be > legally privileged. It is intended solely for the recipient(s) named > above. If you have received this message in error, or are not a named > recipient, please notify the sender immediately at + 1 (604) 685-7619 and > please delete this e-mail message from your computer. Thank you. > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://osflash.org/pipermail/osflash_osflash.org/attachments/20061229/3a1596 89/attachment-0001.htm ------------------------------ Message: 2 Date: Fri, 29 Dec 2006 14:39:26 +0100 From: eka <[EMAIL PROTECTED]> Subject: Re: [osflash] Unit testing To: "Open Source Flash Mailing List" <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="utf-8" Hello :) with AS2 or Javascript you can use ASTUce : I've implemented a version of ASTuce based on my openSource Framework VEGAS : http://vegas.riaforge.org/ You can try this library and try the Unit Tests (in progress) in the package AS2/trunk/unittests/ in the SVN directory http://svn.riaforge.org/vegas/AS2/trunk/unittests/ In my SSAS version of VEGAS (SSAS = Javascript 1.5 for Flash Media Server) i use directly the ASTUce version of Zwetan based on Core2. A french tutorial about ASTUce : http://iteratif.free.fr/blog/index.php?2006/11/15/62-les-tests-unitaires EKA+ :) 2006/12/29, Marcelo de Moraes Serpa <[EMAIL PROTECTED]>: > > Take a look at ASUNIT: www.asunit.org > > On 11/17/06, Saman Ghodsian <[EMAIL PROTECTED] > wrote: > > > Hi E1, > > > > > > > > This is a general question, is there any unit tests for this framework? > > Or plans to add? How do you manage the stability of the code base? > > > > > > > > We're trying to test the RemotingSample, but we're getting a null > > pointer exception on AMFGatewayServlet.java:116 seems that the web > > context is not set for some reason?. > > > > > > > > Thanks ! > > > > > > > > Saman > > > > > > > > > > *Notice* ? The information in this e-mail is confidential and may be > > legally privileged. It is intended solely for the recipient(s) named > > above. If you have received this message in error, or are not a named > > recipient, please notify the sender immediately at + 1 (604) 685-7619 and > > please delete this e-mail message from your computer. Thank you. > > > > _______________________________________________ > > osflash mailing list > > [email protected] > > http://osflash.org/mailman/listinfo/osflash_osflash.org > > > > > > > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://osflash.org/pipermail/osflash_osflash.org/attachments/20061229/602306 cc/attachment-0001.htm ------------------------------ _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org End of osflash Digest, Vol 20, Issue 38 *************************************** _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
