Re: [flexcoders] Unit Testing for Flex

2008-06-24 Thread Joseph Balderson
Try these:
http://code.google.com/p/as3flexunitlib/wiki/Resources
http://weblogs.macromedia.com/pmartin/archives/2006/06/flexunit_ant.html
http://www.darronschall.com/weblog/archives/000216.cfm
http://www.insideria.com/2008/04/unit-testing-with-flexunit-1.html

___

Joseph Balderson, Flash Platform Developer | http://joeflash.ca


Vinoth Babu wrote:
> Hi All,
> 
> I had developed an Actionscript project using Flex IDE. Here most of
> the components are embedded using Flash and Sprite
> 
> Do you have any idea of how to do unit testing?
> 
> No luck with the following component usage
> 
> 
> FlexUnit – I could not find examples using Actionscript project
> asunit -  No example for Flex environment 
>  
> 
> Thanks & Regards,
> Vinoth 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
> 
> 
> 
> 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



Re: [flexcoders] Unit Testing for Flex

2008-06-24 Thread Marvin Froeder
Well,

There is several ways of using FlexUnit.

What I do, and I recommend is launching it with maven (using flex-mojos)

Take a look:
http://blog.flex-mojos.info/2008/04/08/how-flexunit-works/


VELO



On Tue, Jun 24, 2008 at 6:12 AM, Vinoth Babu <[EMAIL PROTECTED]> wrote:

>   Hi All,
>
> I had developed an Actionscript project using Flex IDE. Here most of
> the components are embedded using Flash and Sprite
>
> Do you have any idea of how to do unit testing?
>
> No luck with the following component usage
>
> FlexUnit – I could not find examples using Actionscript project
> asunit - No example for Flex environment
>
>
> Thanks & Regards,
> Vinoth
>
>  
>


[flexcoders] Unit Testing for Flex

2008-06-24 Thread Vinoth Babu
Hi All,

I had developed an Actionscript project using Flex IDE. Here most of
the components are embedded using Flash and Sprite

Do you have any idea of how to do unit testing?

No luck with the following component usage


FlexUnit – I could not find examples using Actionscript project
asunit -  No example for Flex environment 
 

Thanks & Regards,
Vinoth