3 minutes readHey there! Whether you’re a business owner trying to understand why your app crashes at the worst times, a software engineer looking to squash bugs, or just someone curious about the magic behind mobile apps, you’re in the right place. Today, we’re diving into the nitty-gritty of debugging mobile applications, both HTML5 (those that run… Read more »
Posts By: admin
How to write a good Test Plan?
4 minutes readWriting a good test plan might not be the most glamorous part of software development, but think of it as the blueprint for your project’s success. Without it, you’re kind of like a ship without a rudder, likely to get lost in the sea of bugs and unexpected issues. So, whether you’re a non-technical business… Read more »
How to Locate Web Elements with Selenium WebDriver?
4 minutes readHey there! If you’re dabbling in the art of UI testing with Selenium WebDriver, you’re probably aware that the first step to automation nirvana is getting a solid grip on locating web elements. It’s like being a digital detective, but instead of solving mysteries, you’re identifying the bits and pieces of a webpage to interact… Read more »
Comparing Performance Across Web Application Builds
2 minutes readEnsuring your web application’s performance improves or remains consistent over time is crucial. If you’re curious about how to track these changes between different builds, here’s a concise guide to get you started: Step 1: Identify Key Performance Indicators (KPIs) First, decide which aspects of your application you’re interested in comparing. This could be anything… Read more »
What is the max number of concurrent users a JMeter can handle?
2 minutes readWondering about the upper limits of load testing with Apache JMeter on your system? You’re not alone. This question is crucial for planning and executing effective performance tests to ensure your application can handle the expected user traffic. The Upper Limit: Threads and Hardware The number of concurrent users (threads) you can simulate with JMeter… Read more »
What is Latency in Load and Performance Testing?
< 1 minute readLet’s say that you want to access a web service or a web page. The response time that you can see with different tools is a sum of the server processing time of the request and the delay involved for your request to reach to server and back. This is getting more important when remote… Read more »
How to create and run a new General Load Test with Load Focus?
2 minutes readIt is very easy to create a New General Load Test configuration, all you need to do is follow the steps below: Click on the General Test Button Enter a new name for your General Test Select the request type GET or POST and details for injector machines Add Load Test details: threads, loops, URL… Read more »