Concurrent testing in karate

我的梦境 提交于 2020-12-26 19:56:55

问题


I am using karate for automating the things in my project and I am so much exited to say that the way karate gives solutions on API testing. I have a requirement in my project where I need to check the effect on the system when multiple users are performing the same task at the same time(exactly same time including fraction of seconds). I want to identify the issues like deadlock, increased response time, application crashes etc... using this testing. Give me a glint that how can I get concurrent testing solution in karate?


回答1:


There is something called karate-gatling, please read: https://github.com/intuit/karate/tree/master/karate-gatling



来源:https://stackoverflow.com/questions/58835019/concurrent-testing-in-karate

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!