Approaches towards writing tests

There are various approaches involved in testing and it is often the different nature of various test writing styles that separates the tests from other forms of software development. Writing acceptance tests can either be done by using the standard and external library keywords directly as mentioned before, or by using some mechanism to simplify the text of tests and make them more readable from the perspective of a non-technical person. This is crucial in agile software development as the stakeholders are involved in the design of software early on that might not be technically inclined or requiring to understand the syntax of tests like a programmer. However, they can provide a vision of how an application is ...

Get Robot Framework Test Automation now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.