Sauce Labs Alternative

We are trying to automate our web interface using Microsoft or Telerik TestStudio user interface tests. I would like to conduct our tests using a service like Sauce Labs, however, Sauce Labs requires Selenium tests. Does anyone know of a service similar to Sauce Labs for running web tests other than Selenium?

+4
source share
2 answers

TFS in the cloud looks promising http://tfspreview.com/

Regardless of the TFS service or Sauce Lab, keep in mind that the service frees you from having to maintain a CI / Test server in your home. This does not magically generate tests for you. You are still responsible for the development and coding of many tests. This is where enormous efforts and learning curve will occur.

(Speaking of the learning curve, Selenium is much more manageable than the Ms-encoded ui-test. Wait to influence the company's decision ...)

+2
source

TFS is not an alternative to Sauce. In fact, they are now integrations to run the Sauce test from Visual Studio Online earlier than TFS. Sauce is a grid for testing. The closest competitive solution is BrowserStack. But they are not so widely accepted. But it is also based on selenium. Telerik TestStudio is good, but it is also not the cloud you are working on. Maintaining your own grid is a huge part of the cost of a cloud solution. And selenium is indeed the best and most supported language for this.

0
source

Source: https://habr.com/ru/post/1413193/


All Articles