Skip to main content
Participant
January 7, 2011
Answered

flash builder standalone flexunit installation guide

  • January 7, 2011
  • 1 reply
  • 1394 views

Hi everyone,

       I  am working on flash builder 4  standalone(not premium), i set the  flexunit swc to the libs, and try to  run the FlexUnit Tests, but it  says

upgrade to premium required Is they any solution to this.or we have to get the premium.

thanks

This topic has been closed for replies.
Correct answer mlabriola

First, follow this:

http://docs.flexunit.org/index.php?title=Setting_up_a_FlexUnit_4_Project

However, you are never going to be able to click any of the 'Run FlexUnit Tests' buttons in Flash Builder. Those don't have anything to do with FlexUnit... they invoke the functionality that, as you noted, is only available inside of the Premium edition.

However, if you follow the directions on the page above, you will be able to run these tests, it will just be in a separate browser window. So, you will never be able to run them in the FlexUnit Results window, etc... that is a premium feature offered by Adobe and not part of this project, but you can run them.

Mike

1 reply

mlabriolaCorrect answer
Participating Frequently
January 7, 2011

First, follow this:

http://docs.flexunit.org/index.php?title=Setting_up_a_FlexUnit_4_Project

However, you are never going to be able to click any of the 'Run FlexUnit Tests' buttons in Flash Builder. Those don't have anything to do with FlexUnit... they invoke the functionality that, as you noted, is only available inside of the Premium edition.

However, if you follow the directions on the page above, you will be able to run these tests, it will just be in a separate browser window. So, you will never be able to run them in the FlexUnit Results window, etc... that is a premium feature offered by Adobe and not part of this project, but you can run them.

Mike

Participant
January 7, 2011

thanks for your reply,

            i am able to run Flexunit project, how i able to add my project and check it. right now both are different projects.

Participating Frequently
January 7, 2011

You need to have a second application file in your main project that sets up and runs the tests. Like the SampleFlexUnitTests.mxml file. Then the various FlexUnit libraries need to be in the library path, or libs folder, of your project as well