Skip to main content

Posts

Showing posts from May, 2020
Second video in the advanced JMeter topics, Many of us use JMeter for performance testing, while the tool offers plenty of wonderful resources and plugins, a point of order is required when the project grows large, you need a framework to organize things and to ease the maintenance mission, check this youtube video https://www.youtube.com/watch?v=8kLWRdjnopw This project describes how to create a reusable JMeter script that takes into consideration the following aspects: 1- Re-usability 2- Maintainability 3- Extension We have used the following components to achieve our target: 1- Simple controller 2- Transaction controller 3- Module controller 4- Test fragment You can find the code on Github https://github.com/agnasser56/JMeterA...
Many of us use JMeter for performance testing, while the tool offers plenty of wonderful resources and plugins, a point of order is required when the project grows large, you need a framework to organize things and to ease the maintenance mission, check this youtube video https://www.youtube.com/watch?v=dhVgNL5ESy0 This project describes how to create a reusable JMeter script that takes into consideration the following aspects: 1- Re-usability 2- Maintainability 3- Extension We have used the following components to achieve our target: 1- Simple controller 2- Transaction controller 3- Module controller 4- Test fragment You can find the code on Github https://github.com/agnasser56/JMeterA...