Data Templates

Data Templates are reusable components that allow you to define a number of fields to which you can assign different values/data sets to enable data-driven testing. They will further allow you to templatize your test cases with real data instead of hard coding data into them. For example, a data template with the name [Credential] with two fields [Username] and [Password] can be created to store a certain username and password for use in as many test cases as needed. The actual data is stored in Data Sets as will be explained later in Data Sets.

image-20240506-162136.png