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

What Is WebDriver
What Is WebDriver? WebDriver is a remote control communication interface that enables introspection and control of user agents. It provides a platform- and language-neutral wire protocol as a way for out-of-process programs to remotely instruct the behavior of web browsers. WebDriver interface is de...
2019-12-02, 2004🔥, 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, 1995🔥, 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, 1992🔥, 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, 1991🔥, 0💬

Compatibility of Selenium Client Java API and JDK
Is Selenium Client Java API x.x.x compatible with JDK y.y.y? If you are using Selenium Client Java API to write your test scripts, you need to know which version of Selenium Client Java API is compatible with which version JDK. Selenium Client Java API JDK 12 to 8 JDK 7 --------------- ----------- -...
2020-02-07, 1979🔥, 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, 1978🔥, 0💬

About Software Quality Professional
The Software Quality Professional publishes research reports, case studies, experienced-based reports, and perspectives/issues pieces to provide researchers and practitioners with an understanding of quality practices in modern software-intensive systems in a wide range of industries, applications, ...
2017-11-19, 1971🔥, 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, 1966🔥, 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, 1957🔥, 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, 1956🔥, 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, 1955🔥, 0💬

List All Files in a Filegroup
How to List All physical Files in a logical Filegroup? In a large SQL Server Database, you may have multiple logical Filegroups. And a Filegroup may have multiple physical Files. To list all physical Files in a logical Filegroup, you need to join two system tables, sys.filegroups and sys.database_fi...
2019-07-09, 1924🔥, 0💬

Revise Recorded Session in JMeter
How to review and revise the recorded Web session in JMeter? When a Web session is recorded by the JMeter proxy server, JMeter will use default names and structure to the test plan for you. You should review and revise the test plan as shown below. 1. Run JMeter and open "Login-Logout-Session.jmx". ...
2018-07-18, 1923🔥, 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, 1919🔥, 0💬

What Is "Test Batch Runner" File
What Is a "Test Batch Runner" File? A "Test Batch Runner" file is a file generated by "Test Batch Runner". It store a list of tests that you put together to run a test batch. A "Test Batch Runner" file is actually a text that you open and read it in notepad. For example, if you open C:\fyicenter\UFT...
2018-03-04, 1913🔥, 0💬

View Result in Table for Entire Test Plan
How to use the View Result in Table listener list result from all samplers in a table format? You can follow this tutorial to learn how to use the View Result in Table listener. 1. Open "\fyicenter\Facebook-Login-Tes t-6.jmx".2. Right-click on the "Facebook Login Test Plan", and select "Add &gt;...
2017-11-18, 1912🔥, 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, 1908🔥, 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, 1896🔥, 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, 1893🔥, 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, 1892🔥, 0💬

Define Variable as Part of Test Plan
How to define a variable as part of my JMeter Test Plan? You can follow this tutorial to define a variable as part of your Test Plan. 1. Run JMeter and create a test plan called Get-Exchange-Rate.jmx. 2. Click to open the test plan properties panel. 3. Click "Add" to define a new variable: Name: hos...
2018-06-05, 1890🔥, 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, 1888🔥, 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, 1887🔥, 0💬

What Is JMeter Thread Group
What Is JMeter Thread Group? A JMeter Thread Group represents a load test case which runs a sequence of test steps in multiple threads (also called users) repeatedly. A JMeter Test Plan has the following main attributes: Name - Name for this Thread Group. Comments - Comments about this Thread Group....
2017-11-18, 1886🔥, 0💬

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