Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying JMeter Cookbook
  • Table Of Contents Toc
  • Feedback & Rating feedback
JMeter Cookbook

JMeter Cookbook

By : Erinle
3.6 (8)
close
close
JMeter Cookbook

JMeter Cookbook

3.6 (8)
By: Erinle

Overview of this book

This book is great for you if you are a developer, quality assurance engineer, tester, or test manager who is looking to get a firmer grasp of elementary, deep, and advanced testing concepts using Apache JMeter. It’s assumed you have access to a computer and an Internet connection. No prior testing or programming experience is required, but would be helpful.
Table of Contents (11 chapters)
close
close
10
Index

Installing Maven

Perform the following steps to install Maven on your system:

  1. Download Maven from http://maven.apache.org/download.cgi. At the time of writing this book, version 3.2.3 is the latest version, and that is what was used in the book.
  2. Once downloaded, extract the archive to the location of your chosen directory. We refer to this as M2_HOME.
  3. Include the extracted location in your path variable so that mvn is available on the terminal:
    • For example, if you extracted the archive to c:\devtools\apache-maven-3.2.3 on Windows, or /Users/bayo/devtools/apache-maven-3.2.3 on Unix/Mac OS, you will proceed with the following steps:
    • On Windows:
      	set M2_HOME=c:\devtools\apache-maven-3.2.3
      	set PATH=%PATH%;%M2_HOME%\bin;
    • On Unix/Mac OS:
      	export M2_HOME=/Users/bayo/devtools/apache-maven-3.2.3
      	export PATH=$PATH:$M2_HOME/bin

Alternatively, you could set these in your shell profiles, for example, ~/.zshrc (for Zsh) or ~/.bash_profile (for Bash) for convenience.

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY