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

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, ∼2750🔥, 0💬

Match Google ChromeDriver version with Chrome
How to match Google ChromeDriver version with Chrome version? If you are using the Chrome WebDriver with the Selenium Java API, you need to match the Google ChromeDriver version with Google Chrome version. 1. Run Google Chrome and click "Settings &gt; Help &gt; About Google Chrome". You see ...
2020-02-07, ∼2747🔥, 0💬

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, ∼2744🔥, 0💬

What Is "Test Batch Runner"
What Is "Test Batch Runner"? Test Batch Runner is tool that enables you to create and maintain test batch files that contains UFT test cases. Once created, selected tests in test batch files can be executed by Test Batch Runner Test Batch Runner is usually install as part of the UFT software package...
2018-06-01, ∼2743🔥, 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, ∼2735🔥, 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, ∼2733🔥, 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, ∼2714🔥, 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, ∼2714🔥, 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, ∼2710🔥, 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, ∼2707🔥, 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, ∼2704🔥, 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, ∼2686🔥, 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, ∼2677🔥, 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, ∼2667🔥, 0💬

HTTP Request to Get Home Page
How to use the HTTP Request Sampler to get the home page from a Website? This tutorial shows you how to use the use the HTTP Request Sampler to get the home page from www.facebook.com. 1. Start JMeter on your computer. 2. Change the default Test Plan name to "Facebook Login Test Plan". 3. Add a chil...
2017-11-18, ∼2665🔥, 0💬

Add New Resource to REST API Service in SoapUI
How to add a new resource to a REST API service in SoapUI? I have created the REST project already. You can follow this tutorial to add new resources 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 "\f...
2018-03-24, ∼2642🔥, 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, ∼2640🔥, 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, ∼2637🔥, 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, ∼2634🔥, 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, ∼2632🔥, 0💬

Build Object Repository with Object Spy
How to Build Object Repository with Object Spy? When writing UFT scripts for testing Web applications, you need to reference objects on each web pages. One way to build object repository is to use the UFT recording tool. Another way is to use the "Object Spy" tool as shown in this tutorial. 1. Start...
2018-05-19, ∼2621🔥, 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, ∼2621🔥, 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, ∼2614🔥, 0💬

Test Run Data Model Entity Relations
What are entity relations in the test run data model? Entity relations in the test run data model can be illustrated in the diagram below: Entity Relations of Test Run Data Object Model   ⇒ Implementing TestMan in MySQL ⇐ Test Run Case Step Assertion Data Object Type ⇑ Designing Test Run Data Model...
2018-07-22, ∼2612🔥, 0💬

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