У нас вы можете посмотреть бесплатно JMeter Beginner Tutorial 30 - JMeter Selenium Webdriver sampler или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
more about Raghav - https://automationstepbystep.com/ Hi, I am Raghav & today we will learn: JMeter - Selenium WebDriver integration Client-side performance analysis using WebDriver sampler Step 1: Open JMeter Step 2: Add plugin JMeter - Plugin Manager - Selenium/WebDriver Support https://github.com/undera/jmeter-plug... https://github.com/undera/jmeter-plug... Step 3: Create a test plan - add thread group Step 4: Add Config Element - jp@gc - Chrome Driver Config Sampler - jp@gc - Web Driver Sampler Listener - View Results Tree Step 5: Download chromedriver.exe and provide the location in Chrome Driver Config e.g. - D:\Desktop\drivers\chromedriver\chromedriver.exe Step 6 : Add scripts in Web Driver Sampler e.g: WDS.sampleResult.sampleStart() WDS.browser.get('https://google.com') WDS.sampleResult.sampleEnd() WDS.sampleResult.sampleStart() WDS.browser.get("https://www.google.com/"); var searchBox = WDS.browser.findElement(org.openqa.selenium.By.name("q")); searchBox.click(); searchBox.sendKeys('Test'); searchBox.sendKeys(org.openqa.selenium.Keys.ENTER); WDS.sampleResult.sampleEnd() Step 7 : Run & Validate Notes: 1. WebDriver Sampler automates the execution and collection of Performance metrics on the Browser (client-side) 2. While using WebDriver sampler each thread will have a single browser instance and each browser consumes significant amount of resources. References - How to use plugin manager • JMeter Beginner Tutorial 14 - How to use P... JMeter Beginner - https://bit.ly/2oBbtIU JMeter Intermediate - https://bit.ly/2oziNVB JMeter Advanced - https://bit.ly/2Q22Y6a JMeter Tips & Tricks - https://bit.ly/2NOfWD2 Performance Testing - https://bit.ly/2wEXbLS _______ ONLINE COURSES TO LEARN _______ FREE Courses - https://automationstepbystep.com/onli... Udemy Discounts - https://automationstepbystep.com/udem... GitHub - https://github.com/Raghav-Pal/ Udemy - https://www.udemy.com/user/raghav-pal-3/ Training schedule - https://automationstepbystep.com/trai... ----------- UI TESTING ----------- Selenium Beginners - https://bit.ly/2MGRS8K Selenium Java Framework from Scratch - https://bit.ly/2N9xvR6 Selenium Python - https://bit.ly/2oyMp5x Selenium Tips - https://bit.ly/2owxc50 Selenium Builder - https://bit.ly/2MKNtlq Katalon Studio - https://bit.ly/2wARFdi Robot Framework with RIDE- https://bit.ly/2Px6Ue9 Robot Framework with Eclipse - http://bit.ly/2N8DZxb Protractor - http://bit.ly/2KtqVkU TestProject - http://bit.ly/2DRNJYE ----------- API TESTING ----------- Web Services (API) - https://bit.ly/2MGafL7 SoapUI - https://bit.ly/2MGahmd Postman - https://bit.ly/2wz8LrW General - https://bit.ly/2PYdwmV Katalon Studio API Testing - https://bit.ly/2BwuCTN ----------- MOBILE TESTING ----------- Appium - https://bit.ly/2ZHFSGX Mobile Playlist - https://bit.ly/2PxpeUv ----------- CI | CD | DEVOPS ----------- Jenkins Beginner - https://bit.ly/2MIn8EC Jenkins Tips & Trick - https://bit.ly/2LRt6xC Docker - https://bit.ly/2MInnzx Kubernetes - http://bit.ly/2MJIlMK ----------- VERSION CONTROL SYSTEM ----------- Git & GitHub - https://bit.ly/2Q1pagY GitLab - http://bit.ly/2kQPGyQ ----------- PROGRAMMING ----------- Java Beginners - https://bit.ly/2PVUcXs Java Tips & Tricks - https://bit.ly/2CdcDnJ GROOVY - https://bit.ly/2FvWV5C JAVASCRIPT - http://bit.ly/2KJDZ8o PYTHON - http://bit.ly/2Z4iRye ----------- IDE ----------- Visual Studio Code - https://bit.ly/2V15yvt ----------- MAVEN ----------- Maven - https://bit.ly/2NJdDRS ----------- OTHERS ----------- Redis- https://bit.ly/2N9jyCG Misc - https://bit.ly/2Q2q5xQ Tools & Tips - https://bit.ly/2oBfwoR QnA Friday- https://bit.ly/2NgwGpw Sunday Special - https://bit.ly/2wB23BO Ask Raghav - https://bit.ly/2CoJGWf Interviews - https://bit.ly/2NIPPxk All Playlists - https://bit.ly/2LSiezA Keep Learning, Raghav ---------- Connect with Raghav ----------- Website - https://automationstepbystep.com/ LifeCharger - Udemy Courses - https://www.udemy.com/user/raghav-pal-3/ Facebook - / automationstepbystep Twitter - / automationsbs Youtube - / automationstepbystep You can support my mission for education by sharing this knowledge and helping as many people as you can Never Stop Learning Raghav