News

Xamarin Announces New UI Testing Product

Today Xamarin Inc., at its first Evolve Conference in Austin, Texas, announced a new product called Xamarin Test Cloud. Xamarin Test Cloud is an automated, cross-platform UI testing service that gives mobile developers access to hundreds of mobile devices, which are hosted in the cloud by Xamarin. Also announced at the conference was Xamarin's acquisition of LessPainful, the company that created the Calabash mobile UI testing automation framework upon which Xamarin Test Cloud is based.

"Testing is a significant, but time-consuming and difficult, part of the mobile development process. Developers need a simpler and easier way to test across the hundreds of devices and multiple platforms out there," said Nat Friedman, CEO and cofounder of Xamarin, in a press release accompanying the announcement.

Xamarin Test Cloud provides that simpler testing experience by giving developers access to a lab of real, non-jailbroken iOS and Android mobile devices, which are hosted by Xamarin and made available in the cloud. Developers upload their mobile app to the Xamarin Test Cloud service directly from Visual Studio, Xamarin Studio or one of the supported continuous integration (CI) systems (supported systems include Team Foundation Server [TFS], TeamCity and Jenkins). Once the app is uploaded, the developer is presented with a dropdown list of devices and can select those on which he wishes to run tests. Then the Xamarin Test Cloud App Explorer "systematically exercises every screen and control in your app without you having to write a single test," according to Xamarin's product information slides.

Following the automated testing, Xamarin Test Cloud delivers a results-view page to the developer showing which tests passed or failed on each device. Developers can click on those devices with errors to view a more-detailed error log.

In a pre-release briefing, Friedman noted that Xamarin Test Cloud not only simplifies the testing process, but also makes it more robust. He explained that Xamarin Test Cloud uses object-based UI testing, which provides a stronger method for defining proper UI behavior than methods used by other UI testing tools (such as testing based on image recognition or gesture recording). Object-based testing also allows for "cross-platform test cases that adapt automatically as the UI changes," according to the Xamarin Test Cloud press release, which allows "tests [to] continue working even if changes are made to the app UI."

Xamarin Test Cloud will be available in Q3 2013, with support for Windows Phone devices to be added at a later date. The service will have tiered pricing based on usage hours. Xamarin is currently accepting beta testers on a first-come, first-serve basis; developers can learn more and sign up for the beta program at xamarin.com/test-cloud.

About the Author

Katrina Carrasco is the associate group managing editor for the 1105 Enterprise Computing Group. She can be reached at [email protected].

comments powered by Disqus

Featured

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube