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

Compatibility of WebDriver Java API for Chrome
Is Selenium Client (WebDriver) Java API x.x.x compatible with ChromeDriver y.y.y, and Chrome z.z.z? If you are using Selenium Client (WebDriver) Java API to write your test scripts, you need to know which version of Selenium Client Java API is compatible with which version ChromeDriver and which ver...
2020-02-07, 2627🔥, 0💬

SoapUI Error - SLF4J: Failed to load class
How to fix the SoapUI error "SLF4J: Failed to load class ..."? You are getting the following SoapUI error, because the SLF4J implementation JAR file is not included in the installation: C:\fyicenter&gt;\fyicenter \SoapUI\bin\soapui.bat... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerB. ..
2018-04-28, 2614🔥, 0💬

UFT Reference Documents
Where to find UFT reference documents? You can find UFT reference documents at the Unified Functional Testing Help Center . It provides the following documents: Get started with UFT . UFT Tutorials : Introducing Unified Functional Testing - Learn general testing concepts and basics about navigating ...
2019-03-26, 2609🔥, 1💬

Install Selenium WebDriver Client Java API
How to download and install Selenium WebDriver Client Java API? To download and install Selenium WebDriver Client Java API, you can follow these steps: 1. Go to Selenium Download Website . 2. Click "Download" in the "Java" line in the "Selenium Client &amp; WebDriver Language Bindings" section t...
2020-02-20, 2588🔥, 0💬

Record Web Session with JMeter
How to record a Web session with the JMeter Proxy Server? If you have the JMeter proxy server running and your Firefox configured to use the proxy server, you can follow this tutorial to record a Web application session in JMeter. 1. Make sure your JMeter proxy server is running. 2. Make sure your F...
2018-07-18, 2583🔥, 0💬

Test JDBC Connection Configuration
How to test JDBC Connection Configuration in my JMeter Test Plan? You can follow this tutorial to test JDBC Connection Configuration in my JMeter Test Plan. 1. Start JMeter on your computer and open "\fyicenter\First-Load-Test-4. jmx".2. Right-click "Test Plan" and select "Add &gt; Threads (User...
2017-09-22, 2582🔥, 0💬

Start Microsoft Old Edge WebDriver Server
How to start Microsoft Old Edge WebDriver server? You can start Microsoft Old Edge WebDriver server as shown in this tutorial. 1. Open a command line window and run msedgedriver.exe. You see Microsoft Old Edge WebDriver Server is running and listening on port 9515. C:\fyicenter&gt;\fyicenter \sel...
2020-02-29, 2581🔥, 0💬

Run REST API Request with Template Parameter
How to Run a REST API Request with Template Parameters? When running a REST API request, you need to provide a actual values to each template 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 "\fyice...
2018-03-13, 2560🔥, 0💬

Run Tests with "Test Batch Runner"
What Run Tests with "Test Batch Runner"? You can follow this tutorial to run tests with "Test Batch Runner": 1. Start "Test Batch Runner". You see "Test Batch Runner" starts with an empty test batch list. 2. Open an existing "Test Batch Runner" file or build a new list of tests with "Tests &gt; ...
2018-03-04, 2550🔥, 0💬

Call Login Page with Extracted URL
How to call the login page with the extracted URL from the previous sampler? I have the URL saved in the reference (variable) name. You can call the login page with the extracted URL from the previous sampler as shown in this tutorial. 1. Start JMeter on your computer and open "\fyicenter\Facebook-L...
2017-11-18, 2533🔥, 0💬

What Is Selenium WebDriver Client Java API
What Is Selenium WebDriver Client Java API? Selenium WebDriver Client Java API is a Java class library provided by Selenium Org that allows you to access WebDriver communication interfaces from client applications in Java languages. With Selenium WebDriver Client Java API, you can write Java program...
2020-02-20, 2532🔥, 0💬

JMeter Execution Order - PostProcessors
In what order PostProcessors are executed in JMeter? PostProcessors of all types are executed in the order described in the rules below: If a PostProcessor is attached to a Sampler, it is executed after the Sampler. If a PostProcessor is attached to a container (Test Plan, Thread Group, or Logical C...
2018-10-13, 2515🔥, 0💬

Test Step Commands in Selenium IDE for Chrome
What are commonly used test step commands in Selenium IDE for Chrome? Selenium IDE for Chrome supports the following commonly used test step commands: "assert | variable | value" - Compares the variable's value to a given value. The test will stop if the assert fails. "assert element present | locat...
2019-09-04, 2495🔥, 0💬

Start Browser with MicrosoftWebDriver Server
How to start a new browser session with MicrosoftWebDriver server? You can start a new browser session with MicrosoftWebDriver server using the "POST /session" service as shown in this tutorial. 1. Make sure Python is installed: C:\fyicenter&gt; python --version Python 3.7.4 2. Make sure Python ...
2020-02-29, 2465🔥, 0💬

Load Test Result to MySQL Manually
How to load my JMeter test result manually to MySQL server? I want to verify if the test result fields match with the table columns or not. You can follow this tutorial to load your JMeter test result manually to MySQL server. 1. Start JMeter on your computer, open "\fyicenter\First-Load-Test-3. jmx"...
2017-11-18, 2462🔥, 0💬

Create MySQL Table for Test Result
How to Create Table to Store JMeter Test Result in MySQL database? You can follow this tutorial to create a table in MySQL database to store JMeter test result. 1. Run MySQL command line client. 2. Connect to the MySQL server and database with the server information and your username/password. \fyic...
2017-11-18, 2456🔥, 0💬

Create Function Library in UFT
How to create Function Library in UFT? A UFT function library is just a VBScript source code file containing user defined functions. You can create function library using any text editor and save it as (.vbs) file. Function library allows you to put VBScript functions that are needed for multiple te...
2018-01-24, 2436🔥, 0💬

JMeter Execution Order - Timers
In what order Timers are executed in JMeter? Timers of all types are executed in the order described in the rules below: If a Timer is attached to a Sampler, it is executed after PreProcessors of the Sampler. If a Timer is attached to a container (Test Plan, Thread Group, or Logical Controller), it ...
2018-10-13, 2431🔥, 0💬

Local Time of World Largest Cities
How to see Local Time of World Largest Cities? To help you to see Local Time of World Largest Cities, FYIcenter.com has designed this online tool. All you need to do is to click the "Show Me" button below. Local Time of World Largest Cities will be displayed in the result area. FYIcenter.com Lookup ...
2018-01-18, 2420🔥, 0💬

JMeter Interview Questions & Answers from guru99.com
1) Explain what is JMeter? JMeter is a Java tool, which is used for performance Load Testing. 2) Explain how JMeter works? JMeter acts like a group of users sending requests to a target server. It collects response from target server and other statistics which show the performance of the application...
2017-12-09, 2417🔥, 0💬

Run JMeter Test Plan in Command Line
How to run a JMeter Test Plan in command line mode? I have a Test Plan stored in Facebook-Login-Test-7.jmx. To run a JMeter Test Plan in command line mode, you need to: 1. Make sure you have "View Result in Table" listener included in the test plan to generate result. 2. Run JMeter using the followi...
2017-11-18, 2415🔥, 0💬

"Decompression of response failed" on LoadTestRunner
Why am I getting the "Decompression of response failed" error on LoadTestRunner? My load test runs ok on SoapUI GUI. You will get the "Decompression of response failed" error on LoadTestRunner, if the Web server is sending you gzip compressed HTTP responses. For example, your load test has the follo...
2018-02-08, 2408🔥, 0💬

Mozilla GeckoDriver WebDriver Server
What is Mozilla GeckoDriver WebDriver server? Mozilla GeckoDriver WebDriver server is server program that supports the WebDriver communication interface for you to remotely access and control the Mozilla Firefox Web browser. You can download and install Mozilla GeckoDriver WebDriver server as shown ...
2021-05-04, 2405🔥, 1💬

Record Test with Selenium IDE on Chrome
How to Record a new test with Selenium IDE on Chrome? I have Selenium IDE Chrome extension installed. If you want to create a new test by recording what your activities in the Chrome browser with Selenium IDE, you can follow this tutorial. 1. Click the "Selenium IDE" icon in the Chrome Web address b...
2019-09-16, 2403🔥, 0💬

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