Table of Contents

Text Files Adaptor

Description

Through the File or Text File Adapter, TAST can manage plain text files and use them in tests. Plain text files are files consisting of text only. That is, they are devoid of formatting information such as bold, underline, italics, font size, typefaces, etc. They do not need to be interpreted to be read, they are more direct, without the distraction of colors, fonts and links, which makes possible the great variety of tests that we can perform with them thanks to TAST.

The Windows Notepad program exclusively handles plain text. We will work with the Notepad ++ version.

As we have seen with other adapters, TAST can perform individual tests with this adapter or it can also perform end-to-end tests by connecting to the rest of the adapters it offers.

Initialization Parameters

When we include this adapter in a test case, we must provide it with the necessary information to establish the connection and be able to make use of it. It would be the following:

Functions