< 1 minute read If buy books only once a month and if you are in search for good web testing code examples, solutions to real QA problems and tools to make your daily work easier, please think of us next time. We will be here with our new book. Fell free to buy it when is going to… Read more »
Posts Categorized: Performance Testing
How to compare the performance of different builds of a web application?
< 1 minute read If you want to check the performance improvement or degradation of your web application between two builds you need to do the following: decide what part of your application you want to compare – page rendering, API response time, CPU or memory of the two builds create a Apache JMeter performance test script run the… Read more »
How many threads or concurrent users can I run in parallel with Apache JMeter from my machine?
2 minutes read If you want to stress your application with Apache JMeter you will try to start a load/performance test from JMeter with a lot of threads or concurrent users. You have an example in our previous post how to create a simple GET performance test for a web application or web site. Let’s return to our… Read more »
What is Latency in Load and Performance Testing?
< 1 minute read Let’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 read It 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 »
Performance testing and measuring the page load time of web aplications using PhantomJS and Google charts
2 minutes read Try the free website speed testing tool https://loadfocus.com/website-speed-testing, gives you page load time, performance score, insights tips, numbers and sizes of resources for CSS, JS, images files. Performance testing the page load time of a web application can be a little tricky but pretty useful for simulating what the user experience of your customers. The… Read more »
Introduction to Apache JMeter Performance Testing
5 minutes read Apache JMeter is an open source load and performance tool written in Java and it’s available on almost any OS. This is an intro post about Apache JMeter tool and I’m trying to point out how it can help you in your daily Quality Engineer job. You can use Apache JMeter for performance, load, stress… Read more »