Should a Tester Have Knowledge of the Database?
Most greenfield software projects start with a database design, usually followed by an API implementation that often happens in parallel with the user interface (UI) implementation. Before the UI is ready to wire up to the API with real data, the API needs integration testing between it and the database layer. This is where knowledge […]
RESTful API Testing Guidelines
In this blog I’ve compile some of my API testing guidelines for testing RESTful APIs. I’ve tried to cover most of the basic cases as well as some more advanced ones. When you’re testing an API, it can be hard to think of everything, so I hope my list will give you ideas and fill […]
Using the Xamarin REPL Tool
Xamarin REPL (read-eval-print-loop) is one of the most important tools for building Xamarin.UITest tests. It’s a console-like environment in which we can see the structure of the visible part of our application using queries and commands. It helps us find the particular elements in a Xamarin.Forms app layout so we can more easily write automated […]