Karate DSL || API Testing Made Easy || Developed By Intuit || Introduction and Setup

preview_player
Показать описание
Karate API tutorial for beginners and setup.
Join telegram channel for discussion related to Karate framework.

Karate API TESTING FRAMEWORK - Learn | Share
Рекомендации по теме
Комментарии
Автор

Hello,
Very good and nice.
In Karate Framework how to use Username and Password Encryption and Decryption ?
How we can use Intellij's "Run Configuration" for sending Password to Karate Framework ?
Please create a video on Username and Password Encryption and Decryption in Karate Framework.
Thanks.

sarjeraosandbhor
Автор

I have a problem
I need to pass a list of parameters, but in karate the commas are interpreted by %2C
How to pass parameters, and get the correct UTF8 break instruction

My parameters are: composicao = Shopkeeper, Form, Products
But when I inform in the code: the address looks like this:
adressWeb/Ranking / CepFrete? Compose = Shopkeeper%2CForm%2CProducts

Already tried :
* def encoded = 'Tenants% 2CForma% 2CBProdutos'
* def decoded = java.net.URLDecoder.decode (encoded, 'UTF-8')
And stop composing = decoded
But the instruction didn't work

HELP ME PLEASE!!!

garagetalke