<< < 1 2 3 4 5 6 7 8 9 10 > >>   ∑:469  Sort:Date

Load Test Result to MySQL Automatically
How to load JMeter test result MySQL database automatically? I have JDBC connection configured correctly for MySQL server. You can follow this tutorial to load JMeter test result to MySQL database automatically. 1. Start JMeter on your computer and open "\fyicenter\First-Load-Test-5. jmx".2. Add ano...
2017-09-20, ∼5450🔥, 0💬

Edge WebDriver Script with Selenium Python API
How to create a test script using Edge WebDriver with Selenium Python API? Here is a simple test program that the Edge WebDriver Test with the Selenium Python API: C:\fyicenter&gt; type EdgeTest.py from selenium.webdriver import Edge driver = Edge() driver.get("http://www.google. com");driver.qu...
2019-11-08, ∼5389🔥, 0💬

Selenium WebDriver Client APIs
What Is Selenium WebDriver Client APIs? Selenium WebDriver Client APIs are libraries or modules provided by Selenium Org that allows you to access WebDriver communication interfaces from client applications in various programming languages. Selenium WebDriver Client APIs are also called "Selenium Cl...
2020-02-20, ∼5378🔥, 0💬

Use Edge WebDriver with Microsoft Edge Driver
How to use Edge WebDriver with Microsoft Edge Driver? If you are using the Edge WebDriver with the Selenium Java API, you need to set the webdriver.edge.driver system property to the path to the Microsoft Edge Driver as shown below. 1. Make sure that you have Microsoft Edge WebDriver Server installe...
2020-01-29, ∼5326🔥, 0💬

What Is UFT (Unified Functional Testing)
What Is Introduction of UFT (Unified Functional Testing)? Introduction of UFT (Unified Functional Testing) is software provided by Micro Focus for software Automated Functional Testing. Main features of UFT are: Cross-browser and multi-platform - UFT provides real device testing on top mobile platfo...
2018-01-20, ∼5269🔥, 0💬

JMeter WebSocket Samplers - A Practical Guide from blazemeter
WebSocket is a protocol that provides a two-way communication channel between a web browser and a server over a single TCP connection. This protocol is becoming more and more popular each year and is supported by most of modern browsers. Unfortunately, Apache JMeter™ doesn’t support the WebSoc...
2017-12-09, ∼5204🔥, 0💬

Set User-Defined Environment Variables
How to Set User-Defined Environment Variables in UFT? There are 3 ways to set up User-Defined Environment Variables in UFT: 1. Set up user-defined environment variables in test settings. Go to "Files &gt; Settings &gt; Environment &gt; User-Defined". Then click the "+" icon to add new en...
2018-01-24, ∼5136🔥, 0💬

Data Encoders, Decoders and Converters
Where to find data Encoders, Decoders and Converters? FYIcenter.com has prepared a number of data Encoders, Decoders and Converters for you: Binary to Hex Encoder Hex to Binary Decoder Base64 Encoder Base64 Decoder UUEncode (Unix-to-Unix Encode) UUDecode (Unix-to-Unix Decode) URL String Encoder URL ...
2018-01-07, ∼5100🔥, 0💬

Match Microsoft Edge Driver version with Edge
How to match Microsoft Edge Driver version with Edge browser version? If you are using the Edge WebDriver with the Selenium Java API, you need to match the Microsoft Edge Driver version with Microsoft Edge browser version. 1. Run Microsoft Edge and click "Settings". 2. Scroll down. You see the EdgeH...
2020-01-21, ∼5032🔥, 0💬

Use "while ..." Command in Selenium IDE for Chrome
How to Use "while ..." Command in Selenium IDE for Chrome? When using "while ..." Commands in test steps in Selenium IDE for Chrome, you need to remember the following: 1. Use "while ... end" to form a loop block of test steps. 2. Use JavaScript Boolean expression syntax to specify conditions to "wh...
2019-06-28, ∼4996🔥, 0💬

URL String Encoder
How to encode a URL string? URL encoding is an Internet standard defined in RFC1738 to protect special characters as part of user data included Web URL strings. URL encoding requires that all non-alphanumeric characters except "_" to be replaced with a percent (%) sign followed by two hex digits and...
2018-01-16, ∼4975🔥, 0💬

Built-in Functions in JMeter
What are built-in functions in JMeter? Built-in functions are functions provided by JMeter that allows you access JMeter/JVM properties, manipulate data, and run scripts. Below is the syntax of calling a built-in function. ${__functionName(param1,param2 ,param3)}Note that if a parameter contains a "...
2018-01-27, ∼4881🔥, 0💬

Test UUID/GUID Generator
How to generate UUID/GUID strings? To help you to obtain some UUID/GUID strings for testing purpose, FYIcenter.com has designed this online tool. All you need to do is to enter the number of data items you need in the form below, and click the "Generate" button. The generated UUID/GUID strings will ...
2018-10-19, ∼4815🔥, 0💬

Base64 Encoder
How to perform Base64 Encoding? Base64 encoding is designed to convert any digital data into 64 printable characters as described in RFC 2045. Base64 encoding is mainly used to protect data be transferred safely over the Internet. Email attachments are usually associated with the following headers t...
2018-03-28, ∼4777🔥, 0💬

JMeter Execution Order - PreProcessors
In what order PreProcessors are executed in JMeter? PreProcessors of all types are executed in the order described in the rules below: If a PreProcessor is attached to a Sampler, it is executed prior to the Sampler. If a PreProcessor is attached to a container (Test Plan, Thread Group, or Logical Co...
2018-08-14, ∼4772🔥, 0💬

Clone SOAP Request in SOAP Test Case
How to clone a SOAP Request in a SOAP Test Case? I want create new SOAP request similar to an existing SOAP request. You can follow this tutorial to clone an existing SOAP request to save time and avoid mistake when creating new test steps. 1. Open NDFD-soapui.xml project in SoapUI. 2. Right-click o...
2018-03-31, ∼4716🔥, 0💬

Add/Delete Steps in Selenium IDE for Chrome
How to Add and Delete Test Steps in Selenium IDE for Chrome? I want modify test steps manually instead of regenerating them from Chrome browser navigation recording. If you want to delete a step from a test or add a step to a test in in Selenium IDE for Chrome manually, you can follow this tutorial....
2019-09-04, ∼4696🔥, 0💬

Start UFT (Unified Functional Testing)
How to Start UFT (Unified Functional Testing)? There are a couple of ways to start UFT (Unified Functional Testing) on your Windows computer: 1. Go to the "Start" button, and select "All Programs &gt; HP Software &gt; HP Unified Functional Testing &gt; HP Unified Functional Testing". You...
2023-07-02, ∼4682🔥, 1💬

POST Request to Send User and Password
How to call the POST request to send user name and password to the server? You can call the POST request to send user name and password to the server as shown in this tutorial. 1. Start JMeter on your computer and open "\fyicenter\Facebook-Login-Tes t-5.jmx".2. Add another HTTP Request sampler to "L...
2018-12-07, ∼4675🔥, 0💬

Data Lookup Tools
Where to find Data Lookup Tools? FYIcenter.com has prepared a number of Data Lookup Tools for you: Show My IP Address and Host Name Show My Browser Identification Information Show My Browser Request Headers Local Time of World Largest Cities Exchange Rates of World Currencies   ⇒ Show My IP Address ...
2017-12-25, ∼4650🔥, 0💬

JMeter Execution Order - Samplers
In what order samplers are executed in JMeter? Samplers of all types are executed in the order described in the rules below: Samplers in the same thread group are executed sequentially by traversing the group tree branch from top to bottom. Samplers in a logical controller may not be executed depend...
2018-08-14, ∼4636🔥, 0💬

URL String Decoder
How to decode a URL string? URL encoding is an Internet standard defined in RFC1738 to protect special characters as part of user data included Web URL strings. URL encoding requires that all non-alphanumeric characters except "_" to be replaced with a percent (%) sign followed by two hex digits and...
2018-01-16, ∼4628🔥, 0💬

Set Firefox for JMeter Proxy Server
How to set up Firefox to use the JMeter Proxy Server? If you have the JMeter proxy server running on your local computer and listening at port 8888, you can follow this tutorial to set up Firefox to use it to record all HTTP requests and responses. 1. Run Firefox and click "Options" in the menu. 2. ...
2018-07-18, ∼4605🔥, 0💬

Start GeckoDriver WebDriver Server
How to start Mozilla GeckoDriver WebDriver server? You can start Mozilla GeckoDriver WebDriver server as shown in this tutorial. 1. Open a command line window and run geckodriver.exe. You see GeckoDriver WebDriver Server is running and listening on port 4444. C:\fyicenter&gt; \fyicenter\selenium...
2020-03-15, ∼4509🔥, 0💬

<< < 1 2 3 4 5 6 7 8 9 10 > >>   ∑:469  Sort:Date