<< < 2 3 4 5 6 7 8 9 10 11 12 > >>   Sort: Date

What Is Apache JMeter?
What Is Apache JMeter? Apache JMeter is an Apache application that can be used as a load testing tool for analyzing and measuring the performance of a variety of services, with a focus on web applications. The Apache JMeter™ application is open source software, a 100% pure Java application designed ...
2017-11-18, 3062🔥, 0💬

Assertion on Home Page Response Data
How to verify if I am getting the home page HTTP response data correctly? You can add several Response Assertions to the HTTP request to very if you are getting the home page HTTP response data correctly or not as shown in this tutorial. 1. Start JMeter on your computer and open "\fyicenter\Facebook...
2019-08-12, 2988🔥, 1💬

💬 2019-08-12 abcd: good

REST API Resource with Template Parameters
How to add a REST API resource with template parameters in SoapUI? You can follow this tutorial to add new resources with template parameters to a REST API service in SoapUI. 1. Start SoapUI on your computer. 2. Click "File &gt; Import" menu to open your SoapUI test project stored in "\fyicenter...
2023-06-12, 2981🔥, 2💬

💬 2023-06-12 FYIcenter.com: @Stephen, Maybe you can try to simplify your template as: database/{database}/{geocode}

💬 2023-06-08 Stephen: How do you make a double parameter with a choice work? eg database/{database}/{geocode: geocode|geocode.json} I can get the data...

Test UUID/GUID Generator
How to generate UUID/GUID strings? To help you to obtain some UUID/GUID strings for testing purpose, FYIcenter.com has designed this online tool. All you need to do is to enter the number of data items you need in the form below, and click the "Generate" button. The generated UUID/GUID strings will ...
2018-10-19, 2977🔥, 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, 2970🔥, 0💬

Test Case Data Model Entity Relations
What are entity relations in the test case data model? Entity relations in the test case data model can be illustrated in the diagram below: Entity Relations of Test Case Data Object Model   ⇒ Designing Test Run Data Model ⇐ Test Case History Data Object Type ⇑ Designing Test Case Data Model ⇑⇑ Te...
2018-09-01, 2934🔥, 0💬

Record Web Test Case with UFT
How to a record Web test case with UFT? If you want to record a Web test case with UFT, you can follow this tutorial: 1. Start Internet Explorer with http://facebook.com. 2. Create a new UFT test and open the Action1. Then enter the following statements: SystemUtil.Run "iexplore.exe", "http://facebo...
2018-05-19, 2830🔥, 0💬

Working With JSON Body Messages
Where to find tutorials on Working With JSON Body Messages in JMeter? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Working With JSON Body Messages in JMeter. HTTP POST with JSON Message Set Content-Type to application/json JSON Extractor - C...
2018-10-08, 2754🔥, 0💬

JMeter Test Elements and Execution Order
Where to find tutorials on JMeter Test Elements and Execution Order? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on JMeter Test Elements and Execution Order. What Are Test Elements in JMeter Types of Test Elements Supported in JMeter Test Plan...
2017-11-18, 2738🔥, 0💬

Testing Web Application with JMeter
Where to find tutorials on Testing Web Application with JMeter? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Testing Web Application with JMeter HTTP Request to Get Home Page Assertion on Home Page Response Data Assertion on Home Page Respon...
2018-10-21, 2731🔥, 1💬

💬 2019-01-26 D I O: KONO DIO DA

Load HTML Files with WebDriver in Java
How to load an HTML document file from the local hard disk with WebDriver in Java? If you want to load an HTML document file from the local hard disk with WebDriver, you can use the "file" URI format to identify the local file as shown in the example program below: // LoadLocalHtmlFile.java // Copyr...
2019-12-19, 2707🔥, 0💬

Date and Time Tools
Where to find Date and Time online tools? FYIcenter.com has prepared a number of Date and Time online tools for you: Date and Time Format Converter Date and Time Duration Calculator Date and Time Addition Calculator   ⇒ Date and Time Format Converter ⇐ Regular Expression Search and Replace ⇑⇑ Onli...
2018-01-13, 2706🔥, 0💬

Using UFT (Unified Functional Testing)
Where to find tutorials on Using UFT (Unified Functional Testing)? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Using UFT (Unified Functional Testing). Start UFT (Unified Functional Testing) Create New Test in UFT Enter Script Statement in U...
2018-03-28, 2702🔥, 0💬

Parameter Types of REST API in SoapUI
What types of REST API parameters are supported in SoapUI? SoapUI REST projects support the following types of REST API parameters: 1. Query Parameter - Query parameters are parameters encoded in the query string of the final requesting URL. For example, "http://api.example.com/orders /1001?format=xm...
2018-03-13, 2697🔥, 0💬

Create Test Case Tables
How to create TestMan test case tables in MySQL server? You can create TestMan test case tables in MySQL server by following this tutorial. 1. Create the following SQL file, CreateTestCase.sql: -- CreateTestCase.sql use TestMan; create table Test_Case ( ID bigint, Name varchar(80), Status varchar(16...
2017-12-21, 2697🔥, 0💬

JMeter Execution Order - General Rules
What are general rules on the execution order of different types of test elements in JMeter? Here are some general rules on the execution order of different types of test elements in JMeter: 1. The center line of test plan execution is based on Samplers. If a Sampler is not executed, all of its asso...
2018-08-14, 2691🔥, 0💬

Create Test Run Tables
How to create TestMan test run tables in MySQL server? You can create TestMan test run tables in MySQL server by following this tutorial. 1. Create the following SQL file, CreateTestRun.sql: -- CreateTestRun.sql use TestMan; create table Test_Run ( ID int not null auto_increment, Name varchar(80), S...
2017-12-21, 2685🔥, 0💬

UFT Test Result Files
Where are UFT test result files are located? I have just finished a test run. You can follow this tutorial to view locations of UFT test result files. 1. Open your test in UFT and run it. 2. Wait for the test to finish. 3. Open Windows Explorer and go to the Test location. For example, "\fyicenter\U...
2018-06-06, 2681🔥, 0💬

IOPS Tests on Azure SQL Database with INSERT
Where to find tutorials on IOPS Tests on Azure SQL Database with INSERT Statements? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on IOPS Tests on Azure SQL Database with INSERT Statements. What Is IOPS (I/O Operations Per Second) Table for IOPS...
2019-08-08, 2677🔥, 0💬

Compress IPv6 Address
How to compress IPv6 addresses? In order to help your programming or testing tasks, FYIcenter.com has designed this online tool for you to compress any given IPv6 address. All you need to do is to enter an IPv6 address and click the "Compress" button. Compressed result will be displayed in the resul...
2022-04-02, 2670🔥, 0💬

Create New Test in UFT
How to create a new test in UFT (Unified Functional Testing)? You can follow this tutorial to create a new test in UFT: 1. Start UFT (Unified Functional Testing). 2. Click "File &gt; New &gt; Test..." menu. You see the "New Test" dialog box. 3. Select "GUI Test" as the test type and enter th...
2018-06-12, 2669🔥, 0💬

Create JMeter Test Result Table
How to create a table in TestMan to load JMeter Test Result? In order to convert JMeter Test Result into TestMan Test Run data model, you need to create a table in TestMan so JMeter can send test result directly to the database. Or you can load it manually. Here is the SQL script CreateJMeterTable.s...
2017-12-21, 2667🔥, 0💬

View Load Test Result Summary
How to view load test result summary? I want to know the average time of repeating sampler execution times. You can follow this tutorial to view result summary of your first JMeter load test. 1. Start JMeter on your computer and open "\fyicenter\First-Load-Test-2. jmx".2. Right-click on the "Faceboo...
2017-11-18, 2656🔥, 0💬

Start "Test Batch Runner"
How to start "Test Batch Runner" on my Windows computer? There are a couple of ways to start "Test Batch Runner" on your Windows computer: 1. Go to the "Start" button, and select "All Programs &gt; HP Software &gt; HP Unified Functional Testing &gt; Tools &gt; Test Batch Runner". You...
2018-03-04, 2640🔥, 0💬

<< < 2 3 4 5 6 7 8 9 10 11 12 > >>   Sort: Date