Load Testing Archives - Fleek IT Solutions
253
archive,tag,tag-load-testing,tag-253,ajax_fade,page_not_loaded,,qode-title-hidden,qode-theme-ver-9.5,wpb-js-composer js-comp-ver-4.11.1,vc_responsive

APIs (Application Programming Interfaces) have become an integral part of modern software development. APIs are a set of protocols and tools for building software applications that allow different systems to communicate with each other. APIs enable developers to create software that can interact with other...

Due to the limited time and short release cycles, the focus of the engineering team has been always to meet the functional requirements, and intentionally or unintentionally ignoring the non-functional requirements. However, non-functional aspects of the requirements are equally important as functional aspects in order...

In real life, there are many situations when you have to connect to a database using Jmeter for example: load testing of your database, manipulating (insert, update, delete) data in database during your load test or just fetching some data from database that will be...

By default Jmeter does not provide websocket sampler, however you can download the external binaries and use them with Jmeter to do websocket testing Step 1: Download the following dependent binaries and place them in Jmeter\lib\ext folder. jetty-http-9.1.1.v20140108.jar jetty-io-9.1.1.v20140108.jar jetty-util-9.1.1.v20140108.jar websocket-api-9.1.1.v20140108.jar websocket-client-9.1.1.v20140108.jar websocket-common-9.1.1.v20140108.jar Step 2 Download Jmeter...