© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
K. DasCreate an Enterprise-Level Test Automation Framework with Appiumhttps://doi.org/10.1007/978-1-4842-8197-0_8

8. Writing Your First Test Suite

Koushik Das1  
(1)
Miami, FL, USA
 

In the previous chapter, we created the initial set of page objects and the workflow class for screen navigation. In this chapter, we will create a test suite and implement soft assertions. We will also examine the use of various Junit and Allure annotations in test methods and see how to assign these methods to particular Gradle tasks. Let’s begin!

Using Various Annotations

Let’s create a test suite class named AboutAppTestSuite, as shown in Listing 8-2 in the com/taf/testautomation/uitests ...

Get Create an Enterprise-Level Test Automation Framework with Appium: Using Spring-Boot, Gradle, Junit, ALM Integration, and Custom Reports with TDD and BDD Support 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.