LoadWise

Simple and Affordable Load Testing Tool

Version 0.3

All Platforms

What is LoadWise?

Conventional load test scripts are at rudimentary HTTP request parameters, and commercial load testing tools are very expensive. Say NO to these with LoadWise!

Can you read the load test case below?

load File.join(File.dirname(__FILE__), "spec_helper.rb")
include SpecHelper

run_with_virtual_users(5) {

  browser  = open_browser("travel.agileway.net") #, :proxy => "proxy_server:3128")
  home_page = HomePage.new(browser) # reuse Page Class
  home_page.enter_user_name("agileway")
  home_page.enter_password("test")
  log_time("Sign In") { home_page.click_sign_in } # Log page response time

  browser.click_radio_option("tripType", "return")
  browser.select_option("fromPort", "New York")
  browser.select_option("toPort", "Sydney")
  log_time("Select Flight") { browser.click_button_with_caption("Continue") }

  fail_safe { browser.click_link("SIGN-OFF") }
}
You will get output like this:
...
VU[1] 8.784s
VU[3] 8.784s
VU[5] 8.783s
VU[2] 8.799s
VU[4] 8.815s

Although the LoadWise IDE is under development, we are happy to make the LoadWise Runtime available now, Free!