Karate | API Performance Testing | Gatling

preview_player
Показать описание
#ApiPerformance

Content:
Karate-Gatling - Brief introduction on how to use for performance testing

Steps
Create a feature file with a scenario
A simple karate test

Create a simulation class in scala
Which karate feature needs to be run
How many users need to be ramped up in a specified time
Edit pom
Add dependencies required for Gatling
Add plugins and define plugin goal

Link to my code repo on Git hub

Link to Karate Project on GitHub:

Description from GitHub
Karate enables you to script a sequence of calls to any kind of web-service and assert that the responses are as expected.
This video is just a quick-start to get you up and running with Karate in few minutes.

Credits:
Big thanks to Peter Thomas for creating a tester friendly tool.

Music: Courtesy YouTube free music for video creation - Mysteries

Links / References:

Sample Project:
Рекомендации по теме
Комментарии
Автор

Nice video. Thanks for step by step detailed explanation.

santoshbothikar
Автор

Can anyone show how can I run the Karate Runner Class instead of the feature file from Gatling. My tests all need to pass environment variables from the command line to pick the appropriate environment for all my tests and if I run the feature file individually if cannot pick the desired environment.

kbanshi
Автор

I am getting error as "No Scala SDK in module", I am using latest IntelliJ version "2021.2" and JDK 16

madiharehman
Автор

How to setup and run Karate gatling performance test via Jenkins? @Kalimoh

birsimen
Автор

Hi, Do you have video topic on Gatling report integration with Dynatrace tool

Ram
Автор

I recreated every step u have mentioned in the video and when I try to run the script, the simulation is getting failed due to classpath does not exists. Am I missing something which is not mentioned in this tutorial
?

sandhyanatarajan
Автор

Hi, thanks for the video. I want to ask a question related to running multiple feature file. I have created another val and call it in the set up but it gives an error like actor name is not unique. Could you give a solution for this. Thanks in advance!

selcuktemizsoy
Автор

Is it required to have Open JDK to run this performance test using karate framework

sandhyanatarajan
Автор

Gatling dependency is not resolving in pom.xml file. Getting error

mohammedabdulirfan