2 minutes readIn order to add an XPath Extractor to your JMeter script you need to begin by installing JMeter and create an HTTP Request. If you want to check how you can create a load test with Apache JMeter, please check our previous blog post. Start by adding a XPath Extractor to your HTTP Request by following the… Read more »
Posts Categorized: Test Automation
How to use assertions in Apache JMeter tests
5 minutes readWhat are assertions ? In case you are not familiar with the term, an assertion “is a test / a condition that must be tested to confirm conformance to a requirement”. Basically a test assertion is – a condition that compares the expected value with the actual value for a specified use case. Why should I use… Read more »
Load Testing Jenkins Plugin from LoadFocus.com
< 1 minute readWe’ve released our load testing plugin for Jenkins CI. Use the Post build actions and define your load test limits in order to mark the build UNSTABlE or FAILED Easy multiple accounts access via the credential Jenkins plugin. More details here: https://wiki.jenkins-ci.org/display/JENKINS/LoadFocus+Load+Testing+Plugin Installation Steps: 1. Create your load testing account on https://loadfocus.com 2. Copy your… Read more »
Top 10 Performance Testing Tips and Tricks
3 minutes readBelow we listed what we consider 10 tips and tricks related to load and performance testing: 1. What exactly do you want to measure? There is no general approach for running a performance test, so you need to define what output to expect from the load test and what questions are you trying to answer?… Read more »
Schedule Load Tests for APIs in the Cloud with LoadFocus.com
< 1 minute readScheduling Load Tests feature is now available on LoadFocus.com. Basically you can create new load tests and schedule them to run every day at a specific time. You can set a Start Date and leave End Data blank for infinite runs. Add an End Date to schedule load tests on specific intervals. run load tests automatically at… Read more »
How to take screenshots with Selenium WebDriver
4 minutes readHey there! Ever found yourself in a situation where you wish you had a visual snapshot of a test failure or an odd behavior in your web application during testing? Well, Selenium WebDriver has got your back with its nifty screenshot feature. Whether you’re a non-technical business owner trying to get a grasp of how… Read more »
How to Pass Traffic Through a Proxy with Selenium WebDriver
3 minutes readEver wondered how to make your Selenium WebDriver tests more versatile and mimic real-world user interactions more closely? Well, routing your traffic through a proxy might just be the trick you need. Whether you’re testing from a coffee shop or your cozy home office, using a proxy with Selenium WebDriver can give you insights and… Read more »