Re: [flexcoders] Recommended testing tool ? /Flex1.5

2006-02-14 Thread KOMON Kazuya
Hi Clint,
oh, thank you for the information. ;-) 

KAZUYA KOMON


--- In message --- 
  2006/02/09 23:34
  "Clint Modien <[EMAIL PROTECTED]>" wrote:

> I remembered reading this a while back. This might be what your looking for.
> 
> http://www.macromedia.com/devnet/flex/articles/amf_perftest_04.html
> 
> 
> On 2/6/06, Kazuya Komon <[EMAIL PROTECTED]> wrote:
> >
> >
> > Hi all,
> >
> >
> > Anyone have any ideas what to use testing tool ?
> >
> > I trid to use QTP whick Mercury provided.
> > But I found it could not. Following is reason.
> >
> > 1) It cannot recognize individual object in Flash.
> > 2) It cannot synchronize with application speed, positions of
> > components and so on when it plays.
> >
> > Any help is greatly appreciate.   :)
> >
> >
> >
> > Thanks,
> > KAZUYA KOMON


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

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

<*> 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] Recommended testing tool ? /Flex1.5

2006-02-09 Thread Johannes Nel



i saw something which macromedia/adobe consulting has called the event tester which allows you to write junit tests for a flex app and then triger certain application states by setting properties, calling methods and dispatching events. it ain't no winrunner or QTP but it seems to do the job. 
added to this we are currently looking at unit testing mxml components with asunit (i don't know if flexunit does this, i expect it might) and if you abstract that a bit more you can write unit tests to test  a functional process (like the event tester). this is heavy code reliant which makes it a bit bla. 
lastly look at xray which allows opens up some interesting testing possibilities as well but is as yet unexplored IMO (the ability to take snapshots and compare them with the expected result)
On 2/9/06, Matt Horn <[EMAIL PROTECTED]> wrote:
> > We are working with Mercury on getting a solution for Flex> 2, it's in Alpha right now.> Does it means "Flex Enterprise Services 2 Beta" ? If so, I> have already participated. (Thanks!) Can that use for 
1.5 ?No, it's a separate alpha specifically targeted at the Mercury/Flexintegration.Matt Horn--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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/<*> 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/
-- j:pn 






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Recommended testing tool ? /Flex1.5

2006-02-09 Thread Matt Horn
> > We are working with Mercury on getting a solution for Flex 
> 2, it's in Alpha right now.
> Does it means "Flex Enterprise Services 2 Beta" ? If so, I 
> have already participated. (Thanks!) Can that use for 1.5 ? 

No, it's a separate alpha specifically targeted at the Mercury/Flex
integration.

Matt Horn


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

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

<*> 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] Recommended testing tool ? /Flex1.5

2006-02-09 Thread Clint Modien



I remembered reading this a while back. This might be what your looking for.http://www.macromedia.com/devnet/flex/articles/amf_perftest_04.html
On 2/6/06, Kazuya Komon <[EMAIL PROTECTED]> wrote:
Hi all,Anyone have any ideas what to use testing tool ?I trid to use QTP whick Mercury provided.But I found it could not. Following is reason. 1) It cannot recognize individual object in Flash.
 2) It cannot synchronize with application speed, positions ofcomponents and so on when it plays.Any help is greatly appreciate.   :)Thanks,KAZUYA KOMON--Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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/
<*> 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/






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Recommended testing tool ? /Flex1.5

2006-02-09 Thread KOMON Kazuya

Hi Matt,


Thank you for the reply.

I will try to use MS Application Stress(WAS) because it could be used 
successful in local.

> We are working with Mercury on getting a solution for Flex 2, it's in Alpha 
> right now.
Does it means "Flex Enterprise Services 2 Beta" ? If so, I have already 
participated. (Thanks!)
Can that use for 1.5 ? 


Best Regards,
KAZUYA KOMON


- Original Message -
>From : Matt Chotin <[EMAIL PROTECTED]>
To : flexcoders@yahoogroups.com
Sent : Wed, 08 Feb 2006 22:15:11 -0800
Subject : RE: [flexcoders] Recommended testing tool ? /Flex1.5

Unfortunately there really isn't one for 1.5.  We are working with
Mercury on getting a solution for Flex 2, it's in Alpha right now.  If
you'd be interested in testing that with us please contact me and I'll
forward you on to the right person.

Matt


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Kazuya Komon
Sent: Sunday, February 05, 2006 10:24 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Recommended testing tool ? /Flex1.5

Hi all,


Anyone have any ideas what to use testing tool ?

I trid to use QTP whick Mercury provided.
But I found it could not. Following is reason.

1) It cannot recognize individual object in Flash.
2) It cannot synchronize with application speed, positions of 
components and so on when it plays.

Any help is greatly appreciate.   :)



Thanks,
KAZUYA KOMON


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

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

<*> 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] Recommended testing tool ? /Flex1.5

2006-02-08 Thread Matt Chotin
Unfortunately there really isn't one for 1.5.  We are working with
Mercury on getting a solution for Flex 2, it's in Alpha right now.  If
you'd be interested in testing that with us please contact me and I'll
forward you on to the right person.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Kazuya Komon
Sent: Sunday, February 05, 2006 10:24 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Recommended testing tool ? /Flex1.5


Hi all,


Anyone have any ideas what to use testing tool ?

I trid to use QTP whick Mercury provided.
But I found it could not. Following is reason.

 1) It cannot recognize individual object in Flash.
 2) It cannot synchronize with application speed, positions of 
components and so on when it plays.

Any help is greatly appreciate.   :)



Thanks,
KAZUYA KOMON





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



 




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

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

<*> 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] Recommended testing tool ? /Flex1.5

2006-02-06 Thread KAZUYA KOMON

Sorry, I have sent two emails by mistake.


Best Regards,
KAZUYA KOMON


- Original Message -
>From : KOMON Kazuya <[EMAIL PROTECTED]>
To : flexcoders@yahoogroups.com
Sent : Mon, 06 Feb 2006 14:36:05 +0900
Subject : [flexcoders] Recommended testing tool ? /Flex1.5

Hi all,


Anyone have any ideas what to use testing tool ?

I trid to use QTP whick Mercury provided.
But I found it could not. Following is reason.

1) It cannot recognize individual object in Flash.
2) It cannot synchronize with application speed, positions of components and so 
on when it plays.

Any help is greatly appreciate.   :)



Thanks,
KAZUYA KOMON


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

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

<*> 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/
 




[flexcoders] Recommended testing tool ? /Flex1.5

2006-02-06 Thread KOMON Kazuya
Hi all,


Anyone have any ideas what to use testing tool ?

I trid to use QTP whick Mercury provided.
But I found it could not. Following is reason.

 1) It cannot recognize individual object in Flash.
 2) It cannot synchronize with application speed, positions of components and 
so on when it plays.

Any help is greatly appreciate.   :)



Thanks,
KAZUYA KOMON


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

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

<*> 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/
 




[flexcoders] Recommended testing tool ? /Flex1.5

2006-02-06 Thread Kazuya Komon

Hi all,


Anyone have any ideas what to use testing tool ?

I trid to use QTP whick Mercury provided.
But I found it could not. Following is reason.

 1) It cannot recognize individual object in Flash.
 2) It cannot synchronize with application speed, positions of 
components and so on when it plays.

Any help is greatly appreciate.   :)



Thanks,
KAZUYA KOMON





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

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

<*> 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/