Тёмный

#3 -  

Naveen AutomationLabs
Подписаться 389 тыс.
Просмотров 12 тыс.
50% 1

#GatlingTutorials #PerformanceTesting #NaveenAutomationLabs
In this video, I have explained gatling recorder with http proxy option.
- Record a scenario with http proxy (localhost:8080) and generate the #Scala report. Run the #Scala script using gatling runner.
- Generate the HTML Reports
~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:
www.youtube.co...
Follow me on my Facebook Page:
/ naveenqtpexpert
Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:
t.me/joinchat/...
Naveen AutomationLabs Paid Courses:
Java & Selenium:
naveenautomatio...
Java & API +POSTMAN + RestAssured + HttpClient:
naveenautomatio...

Опубликовано:

 

28 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 15   
@sagarladwa251
@sagarladwa251 3 года назад
As part of this series, it would be great if you include the videos related to creating real-time workload model, analyzing the report, finding performance issues and bottlenecks etc
@prasadnv4761
@prasadnv4761 3 года назад
I would really like this series.
@creativeamar
@creativeamar Год назад
If the host is secured, then it's requests are not getting captured. What to do in this case? I have setted up the local host proxy.
@jayantamandal9732
@jayantamandal9732 3 года назад
For server side performance metrics analysis which tool will be good to use?
@simpleappdesigner1362
@simpleappdesigner1362 3 года назад
Jayanta - what would be the use case? as the only parameter which might play any role is network latency (geo-location between client and server). I have seen that the dev team uses the same type of tool as Gatling to check their code quality with respect to performance.
@gopinathangusamy6554
@gopinathangusamy6554 2 года назад
gatling supports mobile native app.
@rajeshvishwakarma2248
@rajeshvishwakarma2248 3 года назад
Hi Naveen, i am getting the error when running the gatling.bat file GATLING_HOME is set to "C:\Gatling\gatling-charts-highcharts-bundle-3.5.1" JAVA = ""C:\Program Files (x86)\Java\jdk1.8.0_202\bin\java.exe"" 17:22:17.319 [ERROR] i.g.c.ZincCompiler$ - ## Exception when compiling 1 sources to C:\Gatling\gatling-charts-highcharts-bundle-3.5.1\target\test-classes 17:22:17.324 [ERROR] i.g.c.ZincCompiler$ - Compilation crashed java.lang.OutOfMemoryError: unable to create new native thread can you pls suggest , how can be fix?
@kumarsandeep098
@kumarsandeep098 2 года назад
Anyone has tried this for the Mobile app performance Test, specifically ios, I tried to record it via HTTP proxy but it is not able to record Also, any suggestions for ios app performance testing tools ??
@rahulprasad9513
@rahulprasad9513 3 года назад
Is anyone facing connection is not private error while connecting through http proxy?
@NeonLightification
@NeonLightification 2 года назад
Really enjoying this. You teach in a way that encourages people like me who have no performance testing experience.
@ankeshkumar9120
@ankeshkumar9120 3 года назад
Naveen this is awesome. :) Another Awesome video on this series. So because of this proxy settings I have a a hard preference to go with HAR. But is it like a requirement thing or its on us to choose what we prefer?
@dasarikarthik_in
@dasarikarthik_in 3 года назад
Bro, what to do if it shows resource limit is reached ?
@ankeshkumar9120
@ankeshkumar9120 3 года назад
One more thing from this tutorial we can get is that in the Gatling recorder, we get an option to add Tags(Can be Scenario names) which is nothing but useful to have a separated section for requests that can be easy to add request names in the generated Scala script. For example this: val scn = scenario("SearchDressesWithoutStaticResources") // *TEST LOGIN* .exec(http("LOGIN") .post("/index.php?controller=authentication") .headers(headers_0) .formParam("email", "ankesh@gmail.com") .formParam("passwd", "Test123") .formParam("back", "my-account") .formParam("SubmitLogin", "")) .pause(11)
@ankeshkumar9120
@ankeshkumar9120 3 года назад
Does the .pause(sec) mean a form of Wait?
@gouravkashyap4534
@gouravkashyap4534 3 года назад
@@ankeshkumar9120 Yes it is
Далее
Gatling Java Version - Beginners Tutorial and Guide
15:04
Gatling Beginner Tutorial 3 | Recorder, Proxy mode |
20:54
Postman Api Testing Tutorial for beginners
16:45
Просмотров 37 тыс.
Performance Testing with Karate-Gatling
17:17
Просмотров 12 тыс.
What is Builder Pattern || How to achieve this In Java
31:52