testing - TestCafe工作室: Is it possible to check smetrics records in the network tab of the Google Chrome dev tool through Deep equal assertion?

标签 testing automated-tests google-chrome-devtools e2e-testing testcafe

这是关于 TestCafe studio 功能,用于验证 Google Chrome 开发人员网络选项卡中的 smetrics.vehicle.ca 等记录。它基本上更多地与“网络”选项卡(图像等)中的堆栈跟踪记录进行交互,以通过深度检查断言进行验证。请列出验证步骤?

最佳答案

感谢您对 TestCafe Studio 的兴趣。

TestCafe Studio是一种端到端测试的工具,其目的是模拟真实的用户场景并检查系统是否正确运行。最终用户不适合使用 Chrome 开发工具,因此 TestCafe Studio 不支持它。

另外,我想提一下,由于 TestCafe Studio 是商业软件,所以最好使用以下方式在 DevExpress 支持中心提问 link .

关于testing - TestCafe工作室: Is it possible to check smetrics records in the network tab of the Google Chrome dev tool through Deep equal assertion?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54991917/

相关文章:

ruby-on-rails - 通过 spork 运行 cucumber

selenium - 我应该在每次基于 Selenium 的自动化测试后退出浏览器吗?

unit-testing - Scalacheck 不会正确报告失败的情况

javascript - 单击 Protractor 中的表格单元格值

javascript - 有什么方法可以列出用户添加的所有全局(窗口)变量?

css - 使用 Chrome 开发工具在实时站点上测试本地背景图像?

java - 如何为委托(delegate)模型设计构建端到端测试?

c# - 从列表中保存项目的单元测试?

javascript - 为什么我不能在创建对象时查看 __proto__?

ruby-on-rails - 在 Rails 中,我应该在 capybara (或集成)测试中包含用户输入表单错误流吗?