jmeter testcases which can handle captcha?

前端 未结 3 714
一生所求
一生所求 2020-12-29 00:26

We are trying to build a jmeter testcase which does the following:

  • login to a system
  • obtain some information and check whether correct.

3条回答
  •  南笙
    南笙 (楼主)
    2020-12-29 01:04

    Since CAPTHA used to detect non-humans, JMeter will always fail it.

    You have to make a workaround in your software: either disable captcha requesting or print somewhere on page correct captcha. Of course, only for JMeter tests.

提交回复
热议问题