httpRunner使用(九):断言校验关键字

  • Post author:
  • Post category:其他


httpRunner支持的检验器有:

  1. eq(=)、lt(<)、le(<=)、gt(>)、ge(>=)、ne(!=);
  2. str_eq、len_eq、len_gt、len_ge、len_lt、len_le;
  3. contains、contained_by、type_match、regex_match、startswith、endswith

参考文档:

https://testerhome.com/topics/18691


https://www.cnblogs.com/summerxye/p/11204186.html