Home
Online TrainingApache JMeter Book Review
Author: exforsys.com Published: 29th Aug 2008 Visited: 820 times
JMeter is a popular load testing tool built specifically for websites. The evolutions of websites have been very significant that websites have become more than just a simple source of information but a tool for varying purposes. The interaction between user and browser has become a complicated process that it could easily affect the website’s functionality. The aim of JMeter is to test the websites online application’s ability to handle multiple requests. Through the help of the application, developers could determine of their website is able to operate smoothly even when loaded to its limit.
Read Article Sponsored Links
Related Articles
• JMeter - Adding HTTP Header Manager Adding Header Manager Another very useful default element is the Header Manager Configuration element This element can either be added to the Test Plan and configured manually as an afterthought or we can simply use the recorded Browser derived headers element as included in the recor ...
• JMeter - Adding User Defined Variables Adding User Defined Variables The User Defined Variables UDV element as shown in the following snapshot is particularly interesting with regards to the test case design we drafted earlier in the table It allows you to plug values to variables being used in various locations in the Test Plan The JMet ...
• JMeter - Running the Test Running the Test Once the assertions are properly completed we are expecting that running our Test Plan would pass all the assertions Passed assertions will not show any error in Assertion Results Listener installed within the same scope As for all Listeners results as captured by the Listeners can ...
• JMeter - Functional Testing Functional Testing JMeter is found to be very useful and convenient in support of functional testing Although JMeter is known more as a performance testing tool functional testing elements can be integrated within the Test Plan which was originally designed to support load testing Many other load te ...
• JMeter - Using JMeter Components Using JMeter Components We will create a Test Plan in order to demonstrate how we can configure the Test Plan to include functional testing capabilities The modified Test Plan will include these scena ...
• Apache Axis2 - Custom Deployers Custom Deployers We can deploy a service in many ways We could deploy a service as an archive file Axis2 default by creating a service using a database or by creating a Web Service using a text file The idea of custom deployers is to open avenues to support any kind of deployment mechanisms Axis2 ha ...
• Apache Axis2 - Information Model Information Model As shown in the figure below the information model consists of two hierarchies Description hierarchy and Context hierarchy The Description hierarchy represents the static data that may come from different deployment descrip ...
• Apache Axis2 - Client API Client API Nowadays asynchronous or non blocking Web Service invocation is a key requirement in Web Services There are currently two approaches to invoking a Web Service in a non blocking manner The first is the client programming model where a client invokes the service in a non blocking ma ...
• Apache Axis2 - Transports Transports In Axis2 each and every transport consists of two parts namely Transport Senders and Transport Receivers We can define transports along with senders and receivers in Axis2 global configuration The Transport Receiver is the one via which the AxisEngine receives the message whereas the tran ...