Questions tagged [webapplicationstresstool]

Microsoft Web Application Stress Tool (WAS)

Microsoft Web Application Stress Tool (WAS) tool is designed to realistically simulate multiple browsers requesting pages from a web site.

You can use this tool to gather performance and stability information about your web application. This tool simulates a large number of requests with a relatively small number of client machines. The goal is to create an environment that is as close to production as possible so that you can find and eliminate problems in the web application prior to deployment.

Links to download:

Articles:

17 questions
246
votes
30 answers

Performing a Stress Test on Web Application?

In the past, I used Microsoft Web Application Stress Tool and Pylot to stress test web applications. I'd written a simple home page, login script, and site walkthrough (in an ecommerce site adding a few items to a cart and checkout). Just hitting…
20
votes
5 answers

How to measure CPU and memory during load test

We are using JMeter in a heterogeneous environment and we would like to measure CPU and memory while we are producing heavy load on a server where our service or web application is running. What would you recommend to use? Is there any software…
7
votes
2 answers

Gatling proxy configuration

This is a followup to this question. I'm using the same configuration. However, I'm trying to use an internal website through a proxy server. I'm not sure if the following the correct way to configure a proxy in the simulation. val httpConf…
Soumya Simanta
  • 10,777
  • 23
  • 95
  • 153
6
votes
4 answers

jmeter vs selenium

Hi, I want to get into test automation, and the two tools I found during my first web search are Selenium and Jmeter. Which one do you think is the first to have a look at? Or do I need both tools as they're totally different? What I would need is…
icnivad
  • 2,061
  • 7
  • 28
  • 34
3
votes
1 answer

How to install Web Application Stress Tool (WAST) (homer) on Windows 7

Since Microsoft is no longer supporting one of the most useful tools ever, apparently we are left to fend for ourselves. Has anyone been able to get the Web Application Stress Tool (WAST) to install on their Windows 7 machine? I found this link…
evermeire
  • 479
  • 3
  • 7
2
votes
1 answer

Detailed, per URL statistics in WCAT

I used to use MS's Homer tool for quick load testing. That tool was great - it had an easy-to-use UI and provided detailed reports on a per URL basis. I'm now switching over to WCAT because Homer is withdrawn and doesn't run on post-Vista versions…
2
votes
1 answer

404 & 501 errors with Microsoft's Web Application Stress Tool

I've recorded a few scripts with this tool, but when I run it, 100% of my results codes are either 404 (Not Found) or 501 (Not Implemented). How can this be?
tex
  • 2,666
  • 20
  • 31
2
votes
0 answers

Ideas on load testing of web application

I would like to setup a performance tests started from our build server on a nightly basis. I have started using OpenSTA to handle test scripts and load generating but OpenSTA can not run load without someone being logged in on the computer. I would…
HAXEN
  • 388
  • 1
  • 2
  • 13
1
vote
1 answer

What is a good benchmark test for load testing a production system running IIS?

I've noticed a few posts regarding stress testing IIS, but I'm more interested in knowing a good way to establish a bench mark of what my physical web server can handle. I'm working on a production system right now that seems to be slowing to a near…
Joseph
  • 24,638
  • 8
  • 71
  • 121
1
vote
0 answers

Using Microsoft Web App Stress tool to stress test image uploading

I have developed a web application that I want to stress test. The app uses a Flash SWF to allow users to browse for images on their machine and upload them to the webserver. This SWF will read jpg images from the local file system, resize them and…
undefined
  • 4,770
  • 8
  • 52
  • 88
0
votes
1 answer

Want to Run CSRFTester from OWASP but not getting Results

I am trying to run CSRFTester tool from OWASP to check for CSRF Attack on my web application. I am able to generate an HTML report from the tool but I dont know how to use it..I tried googling it but to no avail. Here are the steps I am following…
0
votes
1 answer

Interpreting and evaluating Jmeter output

I am using Jmeter to carry out load and stress tests on a RESTful web service for a university project. I have used JMeter to successfully return results but I am not sure what constitutes an acceptable level of performance. What level of throughput…
0
votes
0 answers

ListBox data to Textbox [ ASPX.VB]

I'm in a project where I pass the information in two Textbox to a ListBox. But I would like to know if it is possible for me to double click on ListBox items and return to the TextBox where it came from to make edition. In Visual Basic -…
0
votes
1 answer

How to simulate real server usage condition if you don't have a web-app?

Perhaps its a simple one but I can't find any leads. We develop technologies for the server itself (not the app-level of the server but technologies for the HW levels), For our testing, we need to simulate a stress test of a real-usage scenario of a…
0
votes
0 answers

Web server stress testing

I want to test my web server before it use for hosting 20 websites. Is there any method of test procedure using any testing tool to check whether server can able to load all 20 websites/ how it performs?
1
2