Skip to main content

Posts

Showing posts from May, 2017

Xamarin UI Tests – Deep dive Part 2

Following up to the previous blog i would like to get my hands a bit more dirty with the code and actually start using calabash to do some UI tests, knowing that the whole idea of testing can be maximized as we go through, from a sample UI test using the normal calabash syntax to the a more complex behavioral driven development approach where we can employ the power of   Cucumber  and  Gherkin  using SpecFlow  Syntax to create readable test cases that can be ready by non technical guys, of course every step we take towards a more technical advancement the more work we are required to do, anyhow lets start simple First thing is the tools we gonna need and i will mention them all even if we are going to start simple but i like to get everything ready first. The Tools The IDE Depending on your preference you can choose to use Xamarin studio or Visual studio to write your tests The Test Runner: You should be able to run the test using Microsoft test runner or the Xamarin studio