We always think about software design, functional tests, CI/CD but do we know how our application will behave if we see a sudden spike in traffic load. Or what if there is extreme traffic on our application during the holiday peak season, will we be able to prevent us...
Technology is always evolving, and in order to accompany the latest web applications, users are demanding for browsers which need to serve the highest standards. Fortunately, browsers we use nowadays have improved features for better memory and CPU allocation, code...
If you are reading this, you must have heard the word CDN multiple times. Content Delivery Network, or CDNs, are a method of delivering your website or application content to your users faster by implementing the caching technique across the interconnected web of...
Load testing is an important piece of ensuring your applications can stand up to the demands of your users, but it’s critically important when running a business-critical application. Measuring the performance impact of increasing load on your Android...
While doing performance testing, it is important to understand the term “concurrent” as it pertains to different aspects within performance testing, and is often misunderstood, causing some significant measures to be overlooked. Do you ever wonder how your website is...
Performance testing is a type of testing to evaluate the speed, responsiveness and stability of an application under load. The goal of the performance testing in Agile testing has been to ensure application behaves well under expected load and it aims to find...