使用 watir 将来自 google Analytics 的测试请求列入黑名单
我必须对运行谷歌分析脚本的网络应用程序进行自动化测试。我选择了 watir 进行自动化,因为我可以使用相同的脚本编写所有测试用例。唯一的问题是我不知道如何从谷歌分析报告中删除对网络应用程序的测试请求。谁能帮我做同样的事情吗?可以用 watir 做到这一点吗?如果不是 watir,还有其他我可以使用的网络自动化工具吗?
〜感谢和问候
I have to automate tests for a web application which runs google analytics script. I have chosen watir for the automation since I can script all the test cases with the same. The only problem is i dont know how to remove my test requests to the web apps from the google analytics report. Can anyone help me with the same? Is it possible to do that with watir? If not watir, is there any other web automation tool which I could use?
~Thanks and Regarads
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用主机文件将谷歌分析请求发送到另一台服务器可能是更好的方法
using your hosts file to send the google analytics requests to another server is probably a better way