1

can we use any config framework like type config for java in karate? it can be used to pick up the values of keys mentioned in configuration file as per requirement.we have been using rest assured and type config.

swapna
  • 193
  • 2
  • 11

1 Answers1

0

One word of advice is you need to un-learn a lot of "Java things" when you start with Karate. There is no need for type-config. Please see the documentation: https://github.com/intuit/karate#configuration

Also see this example for a example of "picking up keys" like you say: https://stackoverflow.com/a/49693808/143475

If you have a specific need, please ask a new question, and provide good examples. Anything is possible in Karate.

Peter Thomas
  • 54,465
  • 21
  • 84
  • 248