Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有用 perl 编写的 selenium web 驱动程序测试脚本。现在我想用它们用 jmeter 进行性能测试。
谁能帮助我如何使用它进行性能测试?
我尝试了一些这样的解决方案,但没有用,因为我的测试是在 perl 中。
我正在尝试调用我的自定义 api,它使用回形针上传文件,它在本地使用https://github.com/jwagener/httmultiparty可以正常工作,但是当我尝试调用 api 并为 heroku 部署的应用程序上传