X
Read this Story

Category «Automation»

JMeter Beginner Tutorial 11 – How to create HTML Reports from command line

Notes: (This feature will work in jmeter 3.0 and later ver.) Step 1 Create Test Plan and save it (and close) Step 2 Open command line and change dir to jmeter/bin Step 3 Execute command: to create report at the end of the test ————————————————————— jmeter -n -t “location of the jmeter script” -l “location …

JMeter Beginner Tutorial 9 – Testing Web Services API

Notes: An Update: JMeter ver 3.2 onwards – SOAP/XML-RPC Request has been removed as part of Bug 60727. Use HTTP Request element as a replacement. See Building a WebService Test Plan http://jmeter.apache.org/usermanual/build-ws-test-plan.html API = Application Programming Interface example- Restaurant – table — WAITER — kitchen real world example – makemytrip.com WebServices – client — API …

JMeter Beginner Tutorial 5 – How to record a UI (web) Test

Notes: 1. Tools available for recording Jmeter ui test – Badboy software (Windows) Blazemeter – Chrome Plugin – (Windows and Mac) 2. Record a Test 3. Export as Jmeter (.jmx) Script 4. Open the script in Jmeter 5. Add listeners 6. Run and validate   JMeter Beginner Playlist : https://www.youtube.com/playlist?list… JMeter Intermediate Playlist : https://www.youtube.com/playlist?list… …

JMeter Beginner Tutorial 3 – How to use Assertions

Notes: Assertions = checks on the Response 1. Response Assertion 2. Duration Assertion 3. Size Assertion 4. HTML Assertion 5. XML Assertion 6. XPATH Assertion     JMeter Beginner Playlist : https://www.youtube.com/playlist?list… JMeter Intermediate Playlist : https://www.youtube.com/playlist?list… JMeter Advanced Playlist: https://www.youtube.com/playlist?list…   Send me your comments and feedback  

JMeter Beginner Tutorial 2 – How to create first Jmeter Test

Notes: Step 1 Start Jmeter Step 2 Create a TestPlan Step 3 Create a Thread Group (Users) Step 4 Add a Sampler (Http) Step 5 Add Listeners Step 6 – To Run the Test   JMeter Beginner Playlist : https://www.youtube.com/playlist?list… JMeter Intermediate Playlist : https://www.youtube.com/playlist?list… JMeter Advanced Playlist: https://www.youtube.com/playlist?list…   Send me your comments and …