我正在使用Apache JMeter 3.1,在我的测试套件中,我有一个BeanShell PreProcessor.当我运行Log Viewer脚本时,我可以看到bean shell脚本中存在错误.但错误信息非常有限,我怎样才能得到完整的错误?
例如,我在中看到的错误Log Viewer如下,
ERROR - jmeter.util.BeanShellInterpreter: Error invoking bsh method: eval Sourced file: inline evaluation of: ``// Following is a sample for input // "abc.org/def/xyz . . . ''
有没有办法可以检索完整的错误?
我可以使用 pytest 在我的 Django 项目中测试模型和视图。是否也可以将 pytest 用于 DRF 序列化程序,请欣赏指向示例的指针。