[flexcoders] Re: How do YOU do functional testing and automation package questions

2008-01-21 Thread imrahil_poland
--- In flexcoders@yahoogroups.com, Jonathan Branam
[EMAIL PROTECTED] wrote:

 And those will work with Flex 2 projects? That's the question. I see the
 files for Flex 3... I assumed they were incompatible.

You must recompile FunFX adapter's sources to use it with Flex2. If
you are interested, I can send you a copy of my Flex2 compatible version

Jarek



[flexcoders] Re: How do YOU do functional testing and automation package questions

2008-01-18 Thread twcrone70
I'd love to hear how FunFX works out for you.  We are currently using
some extensions I wrote to Selenium to test our Flex (2.0.1) UI.  It
is working pretty well for us.  There was some talk last year of
making it open source this year but I'm not sure what approvals/time I
will get to facilitate this.

Basically we add our new commands to the user-extensions.js file in
the Selenium Core, they reach into the application through the
Flex-Ajax bridge and a command handler finds components and dispatches
events from the application root.  Very doable and with Flex 3
automation package, I imagine much more can be done now.

(See other references under 'Flexenium' here and at openqa.org forums)

- Todd

--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote:

 In by beta 3 build on Mac I saw an extra folder that said they were the
 2.0.1 automation libs.  In my internal build that I just installed on
 Windows we dropped the SWCs in the 2.0.1 SDK itself.
 
  
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Jonathan Branam
 Sent: Friday, January 18, 2008 11:14 AM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] How do YOU do functional testing and
 automation package questions
 
  
 
 And those will work with Flex 2 projects? That's the question. I see the
 files for Flex 3... I assumed they were incompatible.
 
 On Jan 18, 2008 2:11 PM, Matt Chotin [EMAIL PROTECTED] wrote:
 
 They're in sdks/3.0.0/frameworks/libs
 
  
 
 Matt
 
  
 
 From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com
 mailto:flexcoders@yahoogroups.com ] On Behalf Of Jonathan Branam
 Sent: Friday, January 18, 2008 9:01 AM
 To: flexcoders@yahoogroups.com 
 Subject: Re: [flexcoders] How do YOU do functional testing and
 automation package questions
 
  
 
 Matt, is this actually the case today? Has anyone else been able to
 confirm this? I can't find the flex 2 automation packages in Flex
 Builder 3 Beta 2 or 3. At least, I can't find the automation_agent.swc.
 
 
  
 
   -- Forwarded message --
   From: Matt Chotin  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 
   Date: Dec 10, 2007 11:26 AM
   Subject: RE: [flexcoders] How do YOU do functional testing and 
   automation package questions
   To: flexcoders@yahoogroups.com 
   
   
   Note that you can get the automation extensions for 2.0.1 by
   downloaded the Flex Builder 3 beta (they're included in the
 2.0.1
   SDK).
   
   
   From: flexcoders@yahoogroups.com
 [mailto:flexcoders@yahoogroups.com ]
   On Behalf Of Neil Curzon
Sent: Monday, December 10, 2007 6:22 AM
To: flexcoders@yahoogroups.com 
Subject: [flexcoders] How do YOU do functional testing and
 automation 
   package questions
   
   
   
   Hi all.
   
I've been trying to add some automated functional testing to
 our flex app. 
   
I found FunFX, a functional test framework for flex built in
 ruby. 
   This page (
 http://peternic.blogspot.com/2007/11/funfx-getting-started.html )
   directed me to install the automation package, which claims that
 you 
   can use it with LCDS or Express LCDS.  However, it demands a
 license
   key to install, and the Express version of LCDS seems to just
 install 
   by not entering a key.  (ie if you have only Express LCDS, it
 seems
   you can't actually install the automation package).  Any
 suggestions? 
   We are in the process of upgrading to Flex 3, but in the short
 term
   this isn't an option.
   
I'm curious as to what other people are using for functional
 testing 
   their Flex apps.  Some searching reveals that Selenium can be
 extended 
   fairly easily for Flex testing, and google indicates that
 several 
   people have in-house Selenium extensions, but none of these
 appear to
   have been contributed back yet.  I'm partway through a proof of
   concept for selenium testing (I have JavaScript finding buttons
 in my 
   Flex app), but this FunFX seems to have a lot of work done that
 I'd
   have to repeat. 
   
Any pointers would be appreciated!
   
Thanks
   
Neil





[flexcoders] Re: How do YOU do functional testing and automation package questions

2007-12-27 Thread twcrone70
I wish this tool was planned for platforms other than Windows.

--- In flexcoders@yahoogroups.com, tnajaryan [EMAIL PROTECTED] wrote:

 AFAIK, there are two tools that you can currently use for Flex GUI
 testing: Mercury QTP and TestComplete (which is not using
 mx.automation and thus is of limited use).
 
 You might also want to have a look at the upcoming GUI testing tool
 specifically designed for Flex at http://riatest.com
 
 Disclosure: I am a RIATest developer.
 
 
 --- In flexcoders@yahoogroups.com, Neil Curzon neil.curzon@ wrote:
 
  Hi all.
  
  I've been trying to add some automated functional testing to our
 flex app.
  
  I found FunFX, a functional test framework for flex built in ruby.  This
  page (http://peternic.blogspot.com/2007/11/funfx-getting-started.html)
  directed me to install the automation package, which claims that you
 can use
  it with LCDS or Express LCDS.  However, it demands a license key to
 install,
  and the Express version of LCDS seems to just install by not entering a
  key.  (ie if you have only Express LCDS, it seems you can't actually
 install
  the automation package).  Any suggestions?  We are in the process of
  upgrading to Flex 3, but in the short term this isn't an option.
  
  I'm curious as to what other people are using for functional testing
 their
  Flex apps.  Some searching reveals that Selenium can be extended fairly
  easily for Flex testing, and google indicates that several people have
  in-house Selenium extensions, but none of these appear to have been
  contributed back yet.  I'm partway through a proof of concept for
 selenium
  testing (I have JavaScript finding buttons in my Flex app), but this
 FunFX
  seems to have a lot of work done that I'd have to repeat.
  
  Any pointers would be appreciated!
  
  Thanks
  
  Neil
 






[flexcoders] Re: How do YOU do functional testing and automation package questions

2007-12-27 Thread twcrone70
I am actually a ways into developing an in house extension to Flex for 
Selenium.  I looked 
for others doing the same a couple months back (Sept/Oct) and found none.  Can 
you 
direct me to the others you have found doing this?

We are going to approach this with management again after the New Year but I am 
not 
sure how much support we will get to open sourcing our work.

The ruby stuff looks cool but if would definitely require the Flex Builder 3 or 
Flex 3 SDK as 
in 2.0.1 of the past, the automation package is not 'free' and requires a 
license.  Sounds 
like the 2.0.2 SDK in Flex Builder 3 has the automation package available for 
free which is 
interesting but a couple months back I couldn't find enough information to do 
much with 
the automation package so I went a different route.

Thanks,

- Todd

--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote:

 Note that you can get the automation extensions for 2.0.1 by downloaded
 the Flex Builder 3 beta (they're included in the 2.0.1 SDK).
 
  
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Neil Curzon
 Sent: Monday, December 10, 2007 6:22 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] How do YOU do functional testing and automation
 package questions
 
  
 
 Hi all.
 
 I've been trying to add some automated functional testing to our flex
 app. 
 
 I found FunFX, a functional test framework for flex built in ruby.  This
 page ( http://peternic.blogspot.com/2007/11/funfx-getting-started.html
 http://peternic.blogspot.com/2007/11/funfx-getting-started.html )
 directed me to install the automation package, which claims that you can
 use it with LCDS or Express LCDS.  However, it demands a license key to
 install, and the Express version of LCDS seems to just install by not
 entering a key.  (ie if you have only Express LCDS, it seems you can't
 actually install the automation package).  Any suggestions?  We are in
 the process of upgrading to Flex 3, but in the short term this isn't an
 option. 
 
 I'm curious as to what other people are using for functional testing
 their Flex apps.  Some searching reveals that Selenium can be extended
 fairly easily for Flex testing, and google indicates that several people
 have in-house Selenium extensions, but none of these appear to have been
 contributed back yet.  I'm partway through a proof of concept for
 selenium testing (I have JavaScript finding buttons in my Flex app), but
 this FunFX seems to have a lot of work done that I'd have to repeat. 
 
 Any pointers would be appreciated!
 
 Thanks
 
 Neil






[flexcoders] Re: How do YOU do functional testing and automation package questions

2007-12-27 Thread twcrone70
I am actually a ways into developing an in house extension to Flex for 
Selenium.  I looked 
for others doing the same a couple months back (Sept/Oct) and found none.  Can 
you 
direct me to the others you have found doing this?

We are going to approach this with management again after the New Year but I am 
not 
sure how much support we will get to open sourcing our work.

The ruby stuff looks cool but if would definitely require the Flex Builder 3 or 
Flex 3 SDK as 
in 2.0.1 of the past, the automation package is not 'free' and requires a 
license.  Sounds 
like the 2.0.2 SDK in Flex Builder 3 has the automation package available for 
free which is 
interesting but a couple months back I couldn't find enough information to do 
much with 
the automation package so I went a different route.

Thanks,

- Todd

--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote:

 Note that you can get the automation extensions for 2.0.1 by downloaded
 the Flex Builder 3 beta (they're included in the 2.0.1 SDK).
 
  
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Neil Curzon
 Sent: Monday, December 10, 2007 6:22 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] How do YOU do functional testing and automation
 package questions
 
  
 
 Hi all.
 
 I've been trying to add some automated functional testing to our flex
 app. 
 
 I found FunFX, a functional test framework for flex built in ruby.  This
 page ( http://peternic.blogspot.com/2007/11/funfx-getting-started.html
 http://peternic.blogspot.com/2007/11/funfx-getting-started.html )
 directed me to install the automation package, which claims that you can
 use it with LCDS or Express LCDS.  However, it demands a license key to
 install, and the Express version of LCDS seems to just install by not
 entering a key.  (ie if you have only Express LCDS, it seems you can't
 actually install the automation package).  Any suggestions?  We are in
 the process of upgrading to Flex 3, but in the short term this isn't an
 option. 
 
 I'm curious as to what other people are using for functional testing
 their Flex apps.  Some searching reveals that Selenium can be extended
 fairly easily for Flex testing, and google indicates that several people
 have in-house Selenium extensions, but none of these appear to have been
 contributed back yet.  I'm partway through a proof of concept for
 selenium testing (I have JavaScript finding buttons in my Flex app), but
 this FunFX seems to have a lot of work done that I'd have to repeat. 
 
 Any pointers would be appreciated!
 
 Thanks
 
 Neil






[flexcoders] Re: How do YOU do functional testing and automation package questions

2007-12-12 Thread tnajaryan
AFAIK, there are two tools that you can currently use for Flex GUI
testing: Mercury QTP and TestComplete (which is not using
mx.automation and thus is of limited use).

You might also want to have a look at the upcoming GUI testing tool
specifically designed for Flex at http://riatest.com

Disclosure: I am a RIATest developer.


--- In flexcoders@yahoogroups.com, Neil Curzon [EMAIL PROTECTED] wrote:

 Hi all.
 
 I've been trying to add some automated functional testing to our
flex app.
 
 I found FunFX, a functional test framework for flex built in ruby.  This
 page (http://peternic.blogspot.com/2007/11/funfx-getting-started.html)
 directed me to install the automation package, which claims that you
can use
 it with LCDS or Express LCDS.  However, it demands a license key to
install,
 and the Express version of LCDS seems to just install by not entering a
 key.  (ie if you have only Express LCDS, it seems you can't actually
install
 the automation package).  Any suggestions?  We are in the process of
 upgrading to Flex 3, but in the short term this isn't an option.
 
 I'm curious as to what other people are using for functional testing
their
 Flex apps.  Some searching reveals that Selenium can be extended fairly
 easily for Flex testing, and google indicates that several people have
 in-house Selenium extensions, but none of these appear to have been
 contributed back yet.  I'm partway through a proof of concept for
selenium
 testing (I have JavaScript finding buttons in my Flex app), but this
FunFX
 seems to have a lot of work done that I'd have to repeat.
 
 Any pointers would be appreciated!
 
 Thanks
 
 Neil