CSE 270: Software Testing

W06 Assignment: Integration Tests using ChatGPT

Overview

In this module we will learn how to use ChatGPT to create a simple integration test for our directory data server. Most of you will be familiar with pytest for the Python language if you recently took CSE 111, which is a prerequisite for this class.  In addition to doing unit tests, pytest can be used to create integration tests.

To show you how ChatGPT can be used to create a simple integration test for the directory data service watch the video below.

Instructions

Setup Your Test Environment

Configure your test environment as follows (If you need a refresher view W04 Activity: Setup a Local Test Environment):

Create Tests Using Chat GPT

In the instructional video you were shown how to create an integration test for pytest using ChatGPT prompts. You will use chat GPT to create two tests.

Submission

Once you have an integration test that works, copy and paste the prompts you used in ChatGPT into a word document, then upload the following files to Canvas:

Useful Links: