空手道同时测试
问题描述:
我正在使用空手道来自动化项目中的内容,而我很高兴地说空手道为API测试提供解决方案的方式.我的项目中有一个要求,当多个用户在同一时间(恰好是同一时间,包括几分之一秒)执行同一任务时,需要检查对系统的影响.我想使用此测试来确定诸如死锁,响应时间增加,应用程序崩溃等问题.给我一眼,如何在空手道中获得并发测试解决方案?
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?