From 0d3023e793fa9b4b621aa247f6979c993434950c Mon Sep 17 00:00:00 2001 From: Roger Abelenda Date: Fri, 10 May 2024 16:21:24 -0300 Subject: [PATCH] Add some missing articles and videos to readme. --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e96136b3..98a029f3 100644 --- a/README.md +++ b/README.md @@ -96,10 +96,13 @@ For detailed support information, visit our [Support](https://abstracta.github.i * [Develop JMeter Scripts Using Java with Roger Abelenda](https://testguild.com/podcast/performance/p93-roger/): Short interview by Joe Colantonio from TestGuild to Roger Abelenda about JMeter DSL basics. * [PerfOps - faster and cheaper through a service approach](https://habr.com/ru/company/oleg-bunin/blog/682746/): A nice analysis on implementing a performance experts service while using JMeter DSL as basics for creating a framework on top of it by Kirill Yurkov. (In Russian, but you can use Chrome Translation ;)) * [pymeter announcement](https://www.linkedin.com/feed/update/urn:li:activity:6987704015933304832/): Announcement of a python API, built on top JMeter DSL, which eases JMeter test plan creation and execution for python devs by Eldad Uzman. -* [Evolve Your Selenium Scripts Into Performance Scripts](https://www.youtube.com/watch?v=YZhCPXfMuqo): SeleniumConf 2023 talk showing generation of performance scripts from Selenium scripts, using JMeter DSL recorder. [Here](https://github.com/abstracta/selenium-jmeter-dsl-demo) is demo repository. -* [Developer-Friendly JMeter DSL for Authoring JMeter Scripts](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/developer-friendly-jmeter-dsl-for-authoring-jmeter-scripts/ba-p/3834565): Azure Load Testing article on integration between JMeter DSL and Azure Load Testing. -* [JMeter DSL: Un giro emocionante en las pruebas de rendimiento](https://www.freerangetesters.com/blog/jmeter-dsl-un-giro-latino-en-las-pruebas-de-rendimiento): Short Spanish article that highlights some of the benefits and differentiators of using JMeter DSL and included recorder. -* [Performance testing simple y escalable con JMeter DSL](https://www.youtube.com/watch?v=VrM4EDoFja8): Another short intro in Spanish to JMeter DSL with integration with Azure Load Testing and GitHub Action. +* [Evolve Your Selenium Scripts Into Performance Scripts](https://www.youtube.com/watch?v=YZhCPXfMuqo): SeleniumConf 2023 talk showing generation of performance scripts from Selenium scripts, using JMeter DSL recorder by Roger Abelenda. [Here](https://github.com/abstracta/selenium-jmeter-dsl-demo) is demo repository. +* [Developer-Friendly JMeter DSL for Authoring JMeter Scripts](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/developer-friendly-jmeter-dsl-for-authoring-jmeter-scripts/ba-p/3834565): Azure Load Testing article on integration between JMeter DSL and Azure Load Testing by Nikita Nallamothu. +* [JMeter DSL: Un giro emocionante en las pruebas de rendimiento](https://www.freerangetesters.com/blog/jmeter-dsl-un-giro-latino-en-las-pruebas-de-rendimiento): Short Spanish article that highlights some of the benefits and differentiators of using JMeter DSL and included recorder. +* [JMeter DSL: Acercando desarrolladores y testers en equipos agiles](https://www.youtube.com/watch?v=Rt2z4ytQHVI): An intro video to JMeter DSL, in Spanish, by Andrei Guchin & Matias Reina @ Quality Sense Conf 2023. +* [Performance Testing Essentials: JMeter DSL.NET in Action](https://goatreview.com/performance-testing-essentials-jmeter-dsl-net/): An introduction article to JMeter .Net DSL and Azure Load Testing integration by Pierre Belin. +* [JMeter DSL: How to Load Test from your code](https://www.mastertheboss.com/various-stuff/testing-java/jmeter-dsl-how-to-run-tests-from-your-code/): A short general intro article to JMeter DSL by Francesco Marchioni. +* [Performance testing simple y escalable con JMeter DSL](https://www.youtube.com/watch?v=VrM4EDoFja8): A short video, in Spanish, presenting JMeter DSL integration with Azure Load Testing and GitHub Action by Carlos Gauto @ Nerdearla Chile 2024. ## Ecosystem