Category «Automation»
JMeter Beginner Tutorial 6 – How to create a Database Test Plan
Notes: Step 1 Add mysql jdbc jar to Jmeter lib folder | Restart Jmeter https://dev.mysql.com/downloads/conne… Step 2 Add Thread Group Step 3 Add JDBC Conn Config | Provide the details of our DB JDBC URL Format Useful Tip: The general format for a JDBC URL for connecting to a MySQL server is as follows, with …
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 4 – How to use Listeners
Notes: listener = elements that gather information about the performance test used to view results / metrics of the test latency = time to first byte 1. View Results in Table 2. View Results Tree 3. Aggregate Report 4. Graph Results 5. Summary Report 6. Simple Data Writer JMeter Beginner 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 …
JMeter Beginner Tutorial 1 – How to install JMeter
Notes: Step 1: Check java is installed on your system java -versionHow to install java on windows: https://youtu.be/FqpmH8MVO6A?list=PLh… How to install java on mac https://youtu.be/NSvtis2fGlA?list=PLh… Step 2: Download Jmeter from internet http://jmeter.apache.org/download_jme… Step 3: Unzip and keep Jmeter folder at any location Step 4: Start Jmeter Windows – jmeter/bin – jmeter.bat Mac – open terminal …