Re: [flexcoders] Performance testing Flash-J2EE applications

2005-03-09 Thread Jonathan Bezuidenhout
I used the (free) Microsoft web application stress tool - it can record AMF.

http://www.microsoft.com/downloads/details.aspx?FamilyID=E2C0585A-062A-439E-A67D-75A89AA36495displaylang=en

You are getting the error because flashproxy only allows binary
communication - it is the servlet that is used to communicate with the
Flex back-end. OpenSTA cannot record binary content (AFAIK).

Jonathan


On Mon, 07 Mar 2005 20:31:59 -, t_msreddy [EMAIL PROTECTED] wrote:
 
 Hi
 I am trying to test the performance of my application which involves 
 flex mxml, actionscript classes which call backend J2EE code. What 
 are the tools out in the market which allows me to test this similar 
 to the test load test that we do on web applications.
 
 I tried OpenSTA but and tried to capture and play the test but I got 
 this error:
 -
 Error: Request received was not Flash-based (not of the binary AMF 
 protocol). 
 -
 
 Any ideas on what this error might be. Or if you know any tool let 
 me know.
 Thanks
 Madhu
 
 
 
 
 
 Yahoo! Groups Sponsor 
 
 ADVERTISEMENT
 
 
 
 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 the Yahoo! Terms of Service.




Re: Performance testing Flash-J2EE applications

2005-03-08 Thread Daniel Harfleet

Madhu, have you seen this article, it may help 

http://www.macromedia.com/devnet/flex/articles/amf_perftest.html

dan


--- In flexcoders@yahoogroups.com, t_msreddy [EMAIL PROTECTED] wrote:
 
 Hi
 I am trying to test the performance of my application which involves 
 flex mxml, actionscript classes which call backend J2EE code. What 
 are the tools out in the market which allows me to test this similar 
 to the test load test that we do on web applications.
 
 I tried OpenSTA but and tried to capture and play the test but I got 
 this error:
 -
 Error: Request received was not Flash-based (not of the binary AMF 
 protocol). 
 -
 
 Any ideas on what this error might be. Or if you know any tool let 
 me know.
 Thanks
 Madhu







Performance testing Flash-J2EE applications

2005-03-07 Thread t_msreddy

Hi
I am trying to test the performance of my application which involves 
flex mxml, actionscript classes which call backend J2EE code. What 
are the tools out in the market which allows me to test this similar 
to the test load test that we do on web applications.

I tried OpenSTA but and tried to capture and play the test but I got 
this error:
-
Error: Request received was not Flash-based (not of the binary AMF 
protocol). 
-

Any ideas on what this error might be. Or if you know any tool let 
me know.
Thanks
Madhu