<< < 10 11 12 13 14 15 16 17 18 19 20 > >>   Sort: Rank

Load Test of Google and Bing Home Pages
How to create a load test in SoapUI to compare Google home page with Bing home page? If you are looking for a load test example to try the LoadTestRunner command, you can follow this tutorial to build a load test to compare Google home page with Bing home page. 1. Start SoapUI. 2. Click on "File &am...
2018-02-14, 1468🔥, 0💬

"TestRunner -a" to Export All Results
How to use SoapUI "TestRunner -a" command option to Export All Results of all test cases? If you want to get a dump report of all results of all test cases, you can use the SoapUI "TestRunner -a" command option as shown below: C:\fyicenter&gt;\fyicenter \SoapUI\bin\testrunner.bat-a -r First-proj...
2018-02-14, 1426🔥, 0💬

"timeout value is negative" on LoadTestRunner
Why am I getting the "timeout value is negative" error on LoadTestRunner? You will get the "Decompression of response failed" error on LoadTestRunner, if your load test delay random factor is &gt; 1.0. For example, your load test has the following settings: Strategy: Simple Delay: 1000 Random: 1...
2018-02-08, 2936🔥, 0💬

"Decompression of response failed" on LoadTestRunner
Why am I getting the "Decompression of response failed" error on LoadTestRunner? My load test runs ok on SoapUI GUI. You will get the "Decompression of response failed" error on LoadTestRunner, if the Web server is sending you gzip compressed HTTP responses. For example, your load test has the follo...
2018-02-08, 2374🔥, 0💬

Run Google-vs-Bing-soapui.xml with LoadTestRunner
How to Run Google-vs-Bing-soapui.xml with the LoadTestRunner command? You can follow this tutorial to Run Google-vs-Bing-soapui.xml with LoadTestRunner in batch mode. 1. Open Windows command line window. 2. Go to the folder where your SoapUI project file is located and run the LoadTestRunner command...
2018-02-08, 1916🔥, 0💬

Launch LoadTestRunner from SoapUI GUI
How to Launch LoadTestRunner from SoapUI GUI? If you don't like to run LoadTestRunner from the command window, you can launch LoadTestRunner from SoapUI GUI as shown in this tutorial. 1. Start SoapUI. 2. Click on "File &gt; Import Project" menu to open \fyicenter\Google-vs-Bing-soap ui.xml.3. Cl...
2018-02-08, 1880🔥, 0💬

"LoadTestRunner -r" to Generate Load Test Report
How to use SoapUI "LoadTestRunner -r" command option to generate load test reports? If you want to get a load test result report, you can use the SoapUI "LoadTestRunner -r" command option as shown below: C:\fyicenter&gt;\fyicenter \SoapUI\bin\LoadTestRunner.bat-r Google-vs-Bing-soapui.xml ... 21...
2018-02-08, 1214🔥, 0💬

SoapUI Tutorials
Where to find tutorials on SoapUI test tool? I want to know how to use SoapUI. Here is a large collection of tutorials to answer many frequently asked questions compiled by FYIcenter.com team about SoapUI test tool: Getting Started with SoapUI What Is SoapUI? Download and Install SoapUI Start Up Soa...
2018-02-03, 2321🔥, 0💬

What Is SoapUI?
What Is SoapUI? SoapUI is web service testing application for service-oriented architectures (SOA) and representational state transfers (REST). Its functionality covers web service inspection, invoking, development, simulation and mocking, functional testing, load and compliance testing. SoapUI has ...
2018-02-03, 2218🔥, 0💬

Download and Install SoapUI
How to Download and Install SoapUI on my Windows computer? If you want to try SoapUI, you follow this tutorial to download and install SoapUI on your Windows computer. 1. Go to SoapUI Website . 2. Click "Get It" under the "SoapUI OpenSource" heading. 3. Save the download file to your computer like: ...
2018-02-03, 2103🔥, 0💬

Start Up SoapUI
How to Start Up SoapUI on my Windows computer? There are 2 ways to startup SoapUI on your computer: 1. Run the SoapUI executable file in a command window: C:\fyicenter&gt;\fyicenter \SoapUI\bin\SoapUI-5.4.0.exe2. Double-click on the batch file: \fyicenter\SoapUI\bin\SoapUI-5 .4.0.exein Windows E...
2018-02-03, 1372🔥, 0💬

Getting Started with SoapUI
Where to find tutorials on getting started with SoapUI? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on getting started with SoapUI. What Is SoapUI? Download and Install SoapUI Start Up SoapUI Create My First SoapUI Test Run My First SoapUI Tes...
2018-02-03, 1206🔥, 0💬

Accept Status Code 400 as Success
How to access Response Status Code 400 as Success? My sampler failed, because the server returns the 400 status code. You can follow this tutorial to access Response Status Code 400 as Success by adding/modifying the Response Assertion. If you are intentionally testing a REST API that returns an exp...
2018-02-01, 9675🔥, 0💬

Run JMeter Proxy Server
How to Run JMeter Proxy Server? I have the "HTTP(S) Test Script Recorder" component configured. If you have the "HTTP(S) Test Script Recorder" component configured, you can follow this tutorial to Run JMeter Proxy Server. 1. Run JMeter and open "Recording-Controller-HTTP-Pro xy.jmx".2. Open "HTTP(S)...
2018-02-01, 3599🔥, 0💬

Setup JMeter Proxy for Recording
How to setup JMeter to be a proxy server for HTTP communication recording? You can follow this tutorial to setup JMeter to be a proxy server for HTTP communication recording. 1. Run JMeter and click "File &gt; Template" menu or the template icon. You see the template screen. 2. Select the "Recor...
2018-02-01, 2018🔥, 0💬

Recording with JMeter HTTP Proxy
Where to find tutorials on Recording with JMeter HTTP Proxy? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Recording with JMeter HTTP Proxy. Setup JMeter Proxy for Recording Run JMeter Proxy Server Set Firefox for JMeter Proxy Server Record W...
2018-02-01, 1845🔥, 0💬

System Properties in JMeter
What are system properties in JMeter? Built-in properties are properties exposed to the user interface by JMeter during the execution process. You can access system properties using the __property() or __P() function. System properties are divided into 3 groups: 1. Sampler properties - Properties us...
2018-01-27, 7387🔥, 0💬

Built-in Functions in JMeter
What are built-in functions in JMeter? Built-in functions are functions provided by JMeter that allows you access JMeter/JVM properties, manipulate data, and run scripts. Below is the syntax of calling a built-in function. ${__functionName(param1,param2 ,param3)}Note that if a parameter contains a "...
2018-01-27, 3906🔥, 0💬

Types of Test Elements Supported in JMeter
What are different types of test elements supported in JMeter? Currently, JMeter supports the following types of test elements: 1. Test Plan - Test plans are the top level container elements in JMeter. A test plan can hold "Thread Group" elements and other non-Sampler elements. 2. Thread Group - Thr...
2018-01-27, 1641🔥, 0💬

What Are Test Elements in JMeter
What Are Test Elements in a JMeter Test Plan? A test element in JMeter represents an object that will perform some action when the test plan is executed. For example, a "HTTP Request" is a test element that will send a HTTP request to a remote server and retrieve the response returned from the serve...
2018-01-27, 1539🔥, 0💬

Load UFT Environment Variable File
How to Load UFT Environment Variable Files? There are two ways to load Environment Variable Files in UFT: 1. Load an Environment Variable File from the test settings. Go to "Files &gt; Settings &gt; Environment &gt; User-Defined". Check "Load variable and values from external file" optio...
2018-01-24, 6246🔥, 0💬

Set User-Defined Environment Variables
How to Set User-Defined Environment Variables in UFT? There are 3 ways to set up User-Defined Environment Variables in UFT: 1. Set up user-defined environment variables in test settings. Go to "Files &gt; Settings &gt; Environment &gt; User-Defined". Then click the "+" icon to add new en...
2018-01-24, 4211🔥, 0💬

Create Function Library in UFT
How to create Function Library in UFT? A UFT function library is just a VBScript source code file containing user defined functions. You can create function library using any text editor and save it as (.vbs) file. Function library allows you to put VBScript functions that are needed for multiple te...
2018-01-24, 2398🔥, 0💬

Format of UFT Environment Variable File
What is the Format of UFT Environment Variable Files? The Format of UFT Environment Variable Files is a simple XML file that defines a list of variables Here is a good example of a UFT environment variable file: &lt;Environment&gt; &lt;Variable&gt; &lt;Name&gt;URL&lt ;/Nam...
2018-01-24, 2137🔥, 0💬

<< < 10 11 12 13 14 15 16 17 18 19 20 > >>   Sort: Rank