README.rdoc in solutious-stella-0.7.0.003 vs README.rdoc in solutious-stella-0.7.0.004

- old
+ new

@@ -1,24 +1,26 @@ = Stella - 0.7 PREVIEW -Perform load tests on your web applications with beauty and brute strength. +<b>Perform load tests on your web applications with beauty and brute strength.</b> -<i>NOTE: 0.7 release is not compatible with previous releases!</i> + + == Features * Realistic load simulation * Sophisticated response handling (with automatic HTML document parsing) * Dynamic variable replacement + == PREVIEW NOTICE -This is an early preview of Stella. It's still missing the following features (as of 2009-09-15): +This is an early preview of Stella. The following features are still under development (as of 2009-09-15): * Reporting of any kind. -* Documentation. * File uploads. +* Documentation. == Usage Example # Verify a test plan is defined correctly # by running a single user functional test. @@ -26,14 +28,11 @@ # Perform a load test # using the same test plan. $ stella load -p examples/basic/plan.rb http://stellaaahhhh.com/ - # Preview a test plan - $ stella preview -p examples/basic/plan.rb - == Test Plan Example Test plans are defined in the Ruby programming language. This makes it possible to define sophisticated logic to handle responses. They also typically contain more than one usecase which is important when simulating realistic load. In this example, 65% of virtual users will execute the first usecase and 35% will execute the second. @@ -103,14 +102,16 @@ == Credits * Delano Mandelbaum (http://solutious.com) * Threadify (C) Ara T Howard (http://codeforpeople.com/) + == Thanks * Harm Aarts for the great test case and feedback! * Kalin Harvey for keeping me on track. * Dave L, the best intern money can't buy. + == License See LICENSE.txt