How to Make a Recording of your Native Application for Demo or Debugging purposes
There are quite a few applications on the market that help you to make a screenshot of your application, capture the screen of your mobile or make a recording of ...
How to Find the Bottleneck of a Website / Microservice or API
Introduction Hey there! Let’s imagine the internet as a bustling, jam-packed highway. Now, think of bottlenecks like those annoying traffic jams that make you miss your favorite TV show’s beginning ...
Debugging the Traffic from a Native iPhone Application
Why would I want to investigate the traffic that is made from a native iOS application ? There are several reasons for which you would like to be able to ...
How to use Apache JMeter’s WebDriver Sampler to Load Test the UI of an Application
Here is how to use Apache JMeter's WebDriver Sampler to load test the UI of the application, and by the UI, I mean load test a user's workflow, with entering ...
How to Save Apache JMeter Results to a CSV file or XML file?
Here are details on how to save or export the results of your Apache JMeter test script to a CSV or XML file. Setup 1. Open Apache JMeter (here is ...
How to Open a New Tab using Selenium WebDriver with Java?
If you want to open a new tab in the browser with Selenium WebDriver and Java, below we've listed some working examples. Have in mind that at the moment, Selenium ...
How to Send an Android Application to Background and Reopen It
Navigating the Android application state transitions is a vital skill for testers and developers alike. It's particularly essential when you're tasked with ensuring that your app gracefully handles users who ...
How to use Explicit and Implicit Waits in Selenium WebDriver with Java
Navigating the dynamic nature of web applications can be challenging without the right tools. Selenium WebDriver shines in automated testing by interacting with web elements that might not be immediately ...
How to find by XPath text that contains apostrophe (single quote) in Selenium WebDriver
Navigating XPath expressions in Selenium WebDriver can sometimes feel like trying to decipher an ancient script. Especially when your text contains apostrophes, it might seem like hitting a dead end ...
Find all the Links on a Webpage with Selenium WebDriver in Java
Navigating through a webpage and cataloging every single link can be a daunting task, especially if you're aiming for comprehensive testing coverage. Selenium WebDriver in Java offers a streamlined approach ...