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

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, ∼2870🔥, 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, ∼2868🔥, 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, ∼2867🔥, 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, ∼2862🔥, 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, ∼2862🔥, 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, ∼2862🔥, 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, ∼2852🔥, 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, ∼2852🔥, 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, ∼2818🔥, 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, ∼2817🔥, 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, ∼2803🔥, 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, ∼2792🔥, 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, ∼2790🔥, 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, ∼2781🔥, 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, ∼2776🔥, 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, ∼2759🔥, 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, ∼2758🔥, 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, ∼2753🔥, 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, ∼2751🔥, 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, ∼2743🔥, 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, ∼2740🔥, 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, ∼2734🔥, 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, ∼2731🔥, 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, ∼2731🔥, 0💬

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