Collections:
Build Test Steps for Load Test with SoapUI
How to build Test Steps for a load test with SoapUI?
✍: FYIcenter.com
To perform a load test, you need to build test steps
in same way as normal SoapUI test project as shown in this tutorial.
1. Start SoapUI on your computer.
2. Click on "File > Create Empty Project" menu. You see a new project "Project 1" created.
3. Right-click on "Project 1" in left panel and select "New TestSuite". You see a new test suite "TestSuite 1" added.
4. Right-click on "TestSuite 1" in the left panel and select "New TestCase". You see a new test case "TestCase 1" added.
5. Right-click on "Test Steps" under "Test Case 1" in the left panel and select "Add Step > HTTP Request". You see the "New HTTP Request Step" dialog box.
6. Enter "flickr home" as the step name and "https://www.flickr.com" in the "Endpoint" field. The click "OK". You see "flickr home" step added.
7. Right-click on "Test Steps" under "Test Case 1" in the left panel and select "Add Step > HTTP Request".
8. Enter "flickr image" as the step name and "https://www.flickr.com/photos/hilberer/3997537815//" in the "Endpoint" field. The click "OK". You see "flickr home" step added.
9. Run both requests to make sure they are working.
10. Click "File > Save All Projects" menu and save it as "\fyicenter\Flickr-project.xml".
The picture below shows you how to Build Test Steps for a Load Test in SoapUI:
⇒ Create Load Test with SoapUI
⇐ Performing Load Tests with SoapUI
2018-03-10, 1482🔥, 0💬
Popular Posts:
How to Override a JMeter Variable from Command Line? I want to run the same test plan multiple times...
How to turn on Chrome WebDriver logging with Selenium Python API? If you want to turn on logging on ...
Where to find online test tools? FYIcenter.com has prepared a number of online test tools: Data Look...
How to access Response Status Code 400 as Success? My sampler failed, because the server returns the...
How to valid IP addresses? In order to help your programming or testing tasks, FYIcenter.com has des...