<< < 6 7 8 9 10 11 12 13 14 15 16 > >>   ∑:475  Sort:Date

Exchange Rates of World Currencies
How to see Exchange Rates of World Currencies? To help you to see Exchange Rates of World Currencies, FYIcenter.com has designed this online tool. All you need to do is to select currency and amount, then click the "Show Me" button below. Exchange Rates of World Currencies will be displayed in the r...
2018-01-18, ∼2982🔥, 0💬

Variables and Functions in JMeter
Where to find tutorials on Using Variables and Functions in JMeter? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Using Variables and Functions in JMeter. What Are User Defined Variables Define Variable as Part of Test Plan Define Variable as...
2018-06-26, ∼2973🔥, 0💬

Define Variable as Part of Post-Processors
How to define a variable as part of an extractor post-processor? You can follow this tutorial to define a variable as part of an extractor post-processor. 1. Open Get-Exchange-Rate.jmx. 2. Add a post-processor, Regular Expression Extractor, after the "Latest Exchange Rate" HTTP request: Reference Na...
2018-05-27, ∼2973🔥, 0💬

View Request Execution Log in SoapUI
How to view request execution log in SoapUI? When you run a test, SoapUI keeps a log file the execution of each request in the test. You can follow this tutorial to see view the log file of each request in SoapUI. 1. Start SoapUI on your computer. 2. Click "File &gt; Import" menu to open your fi...
2018-04-21, ∼2969🔥, 0💬

Run UFT Test
How to Run UFT test? I have just created a new test in UFT. You can follow this tutorial to run UTF tests. 1. Open your test with "File &gt; Open" menu. 2. Click the "Run" icon or the "Run &gt; Run" menu. You see the run result location confirmation windows. 3. Click the "Run" button. You se...
2018-06-06, ∼2964🔥, 0💬

Using "Test Batch Runner"
Where to find tutorials on using "Test Batch Runner"? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Using "Test Batch Runner". What Is "Test Batch Runner" Start "Test Batch Runner" Add Test to "Test Batch Runner" Save and Open "Test Batch Run...
2018-06-01, ∼2945🔥, 0💬

Website Testing with UFT
Where to find tutorials on Website Testing with UFT? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Website Testing with UFT. Open and Close Internet Explorer Record Web Test Case with UFT Object Repository of Recorded Test Build Object Reposi...
2018-06-01, ∼2945🔥, 0💬

Test Plan Element Tree in JMeter
What is the Test Plan Element Tree in JMeter? A test plan element tree in JMeter is a tree diagram of test elements that represents the test plan structure. Rules to remember when building a test plan tree in JMeter: Test Plan is the top level tree node. Thread Groups are second level tree nodes. Co...
2018-08-06, ∼2943🔥, 0💬

Chrome WebDriver Test with Selenium Java API
How to create a test program using Chrome WebDriver with Selenium Java API? Here is a simple test program that the Chrome WebDriver Test with the Selenium Java API: C:\fyicenter&gt; type ChromeTest.java import org.openqa.selenium.*; import org.openqa.selenium.chrome.*; public class ChromeTest { ...
2020-02-07, ∼2922🔥, 0💬

Date and Time Addition Calculator
How to add increments to date and time? Adding increments to a date and time is not easy, because the number of days in each month is not a constant. The number of days in a year is also different for leap years. FYIcenter.com has designed this online tool for you to add increments to a given date a...
2018-01-08, ∼2917🔥, 0💬

About Atlanta Quality Assurance Association
About the Atlanta Quality Assurance Association The Atlanta Quality Assurance Association (AQAA) was founded in 1984 with the belief that no one company or individual can learn everything that is needed to assure a Quality Environment. AQAA is a not-for-profit organization which is organized to shar...
2017-11-19, ∼2899🔥, 0💬

BeanShell Script Interface with JMeter
What objects are used as the interface between BeanShell scripts and JMeter? BeanShell Script Interface with JMeter uses the following objects: 1. vars - An org.apache.jmeter.threads.JMet erVariablesobject that allows you to access user defined variables in JMeter with get() and put() methods. 2. ct...
2018-03-18, ∼2898🔥, 0💬

Run REST API Request with Query Parameter
How to Run a REST API Request with Query Parameters? When running a REST API request, you need to provide a actual values to each query parameter as shown in this tutorial. 1. Start SoapUI on your computer. 2. Click "File &gt; Import" menu to open your SoapUI test project stored in "\fyicenter\R...
2018-03-13, ∼2896🔥, 0💬

Create SOAP Project with WSDL Document
How to Create a SOAP Project with a WSDL Document? Most SOAP Web service providers offers WSDL documents to describe their Web services. You can create SOAP test projects in SoapUI with a given WSDL document as shown in this tutorial. 1. Open https://graphical.weather.gov/ xml/in a Web browser and r...
2018-04-07, ∼2875🔥, 0💬

Run My First JMeter Test
How to Run my First Test with JMeter? If you have created your first test in JMeter as described in the previous tutorial, you run it using these steps. 1. Start JMeter on your computer. 2. Click "File &gt; Open" menu to open your first JMeter test stored in "\fyicenter\First-Test.jmx". You see ...
2017-11-18, ∼2872🔥, 0💬

View Test Result in UFT
How to view test result in UFT? I have just finished a test run. You can follow this tutorial to view test result in UFT. 1. Open your test with "File &gt; Open" menu. 2. Click the "Run" icon or the "Run &gt; Run" menu to run the test. 3. Wait for the test to finish. You see test result disp...
2018-06-06, ∼2865🔥, 0💬

Load Testing with JMeter
Where to find tutorials on Load Testing with JMeter? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Load Testing with JMeter. What Is Load Testing What Is JMeter Thread Group Create My First JMeter Load Test Run My First JMeter Load Test Save ...
2017-11-18, ∼2864🔥, 0💬

Using BeanShell Script in JMeter
Where to find tutorials on Using BeanShell Script in JMeter? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Using BeanShell Script in JMeter. What Are BeanShell Scripts BeanShell Script Interface with JMeter   ⇒ What Are BeanShell Scripts ⇐ G...
2018-03-18, ∼2858🔥, 0💬

View SoapUI Log in SoapUI
How to view SoapUI log in SoapUI? When you run a test, SoapUI records some high level execution information and debug messages in the SoapUI log. You can follow this tutorial to see view SoapUI log after running a SoapUI test. 1. Start SoapUI on your computer. 2. Click "File &gt; Import" menu to...
2018-04-12, ∼2855🔥, 0💬

Load Function Library in UFT Test
How to load a Function Library file in a UFT test? There are several ways to load a function library file in a UFT test. 1. Load function library with test settings - Go to "File &gt; Settings &gt; Resources". Then click the "+" icon under the "Libraries" section. Use the file browser icon t...
2018-01-24, ∼2850🔥, 0💬

Object Repository of Recorded Test
What is the Object Repository of Recorded Test? Object Repository of Recorded Test is a collection of Web objects created during the recording session. Each object has two primary properties: Type - Specifies if the object is a Browser window, a Web page, or a kind of page element. Name - Specifies ...
2018-05-19, ∼2846🔥, 0💬

Using "Run Results Viewer"
Where to find tutorials on using "Run Results Viewer"? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Using "Run Results Viewer". What Is "Run Results Viewer" Start "Run Results Viewer" Open Result in "Run Results Viewer"   ⇒ What Is "Run Resu...
2018-06-06, ∼2843🔥, 0💬

"TestRunner -r" to Print Summary Report
How to use SoapUI "TestRunner -r" command option to print test result summary? If you want to get a nice simple test result summary, you can use the SoapUI "TestRunner -r" command option as shown below: C:\fyicenter&gt;\fyicenter \SoapUI\bin\testrunner.bat-r flickr-project.xml 13:28:29,421 INFO ...
2018-02-28, ∼2842🔥, 0💬

Windows Command to Aggregate Files
What is the Windows command to aggregate multiple files into a single file? I want to combine test result files from multiple JMeter test projects into a single one. If files contains text data, you can aggregate them using the "type ... &gt;&gt; ..." command as shown below: type jmeter*.jtl...
2017-12-04, ∼2838🔥, 0💬

<< < 6 7 8 9 10 11 12 13 14 15 16 > >>   ∑:475  Sort:Date