基于云的测试自动化工具

Cloud-based testing automation tools

我试图找到一种服务,它提供的功能允许我使用可视化构造函数以简单的方式为基于 Web 的应用程序创建手动测试自动化,而无需任何编码,所以它可能是

要点是在不使用自动化脚本的情况下重现手动测试人员的工作,并以简单的方式进行,以便初学者能够使用它。 那么有人能描述一下他自己的经历吗?

我会考虑两个主要选项

to find a service which provides a functionality that allow me to create manual tests autmation for web-based applications in simple way

第一个是 BrowserStack and you can record your Selenium tests using the Selenium IDE extension for FireFox. It can export the recorded steps into your favorite language (C#, Python, ect). You can execute these recorded scripts on BrowserStack by pointing the hub URL to Browserstack's Selenium hub ‘http://hub.browserstack.com/wd/hub' 以及您的用户名和 Automate 密钥。您的 'username' 和 'automate key' 可以在您登录到您的帐户后在帐户 --> Automate1 中找到。

我建议您参考 BrowserStack Automate 上的综合 documentation。它会带您逐步了解产品及其所有功能。您可以 select 您正在使用的语言并开始使用 BrowserStack Automate。如果您有任何问题,请随时发送电子邮件至 support@browserstack.com。他们会很乐意帮助你。

第二个选项是SauceLabs and the Selenium Builder. This is the docs that will guide you. Further more you have CI integrations for Jenkins and Bamboo

您可以使用 Selenium IDE 创建自动化测试。使用此 Firefox 插件,您可以在浏览器中录制测试。

完成录制后,您可以导出测试并将其上传到 TestingBot。在那里你可以指定你想要 运行 测试的浏览器。然后,TestingBot 将 运行 在您指定的所有浏览器上进行测试。