python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to parse from string to Int without .0 in Karate
I following the document of Karate Framework, to parse string to Int
https://github.com/karatelabs/karate#floats-and-integers
def foo = '10'
string json = { bar: '#(1 * foo)' }
match json == '{&quo...

Trung Le
Votes: 0
Answers: 0
How to test correctness of concurrent requests with Karate?
I'm using Karate, and I need to prove than an API is (im)properly working when receiving certain concurrent requests, so I'd need to perform the following sequential steps:
SETUP: Perform some reques...
José González
Votes: 0
Answers: 0
Karate - driver.intercept : Unknown identifier: intercept
I am using the latest version of karate (1.1.0).
My scenario is shown down
Feature: Public Screen
Background:
Scenario: API login with KeyClock
* driver baseUrl + '/public/dashboard'
* ...
Medharoun
Votes: 0
Answers: 1
Reg:Secure soap using karate dsl
I need to test secure soap using karate framework. Does any one know if its possible using karate. how to send an encrypted soap file and then decrypt the message later
Madhuri Panati
Votes: 0
Answers: 0