From 5bb6bd05eecb65aa1bbd6bbb059b1c60fca9c5df Mon Sep 17 00:00:00 2001 From: Maria Jose Suarez Cabal Date: Thu, 12 Dec 2024 14:13:00 +0100 Subject: [PATCH] Review comments in TestPetstore0 - Live --- .../tdg/st/test/petstore/TestPetstore0DatagenLive.java | 4 ++-- .../tdrules/tdg/st/test/petstore/TestPetstore0QagrowLive.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/st-tdg-test/src/test/java/test4giis/tdrules/tdg/st/test/petstore/TestPetstore0DatagenLive.java b/st-tdg-test/src/test/java/test4giis/tdrules/tdg/st/test/petstore/TestPetstore0DatagenLive.java index ab37af4..340b855 100644 --- a/st-tdg-test/src/test/java/test4giis/tdrules/tdg/st/test/petstore/TestPetstore0DatagenLive.java +++ b/st-tdg-test/src/test/java/test4giis/tdrules/tdg/st/test/petstore/TestPetstore0DatagenLive.java @@ -1,12 +1,12 @@ package test4giis.tdrules.tdg.st.test.petstore; /** - * Proof of concept of Test Data generation for APIs (TDG) + * Proof of concept of Test Data Generation for APIs (TDG) * using simplified entities from the Swagger Petstore. * * Tests in this class simulate the data generation by specifying * the commands sent to the Data Loader and load the data - * in a running (live) SUT backend. + * into a running (live) SUT backend. */ public class TestPetstore0DatagenLive extends TestPetstore0DatagenLocal { diff --git a/st-tdg-test/src/test/java/test4giis/tdrules/tdg/st/test/petstore/TestPetstore0QagrowLive.java b/st-tdg-test/src/test/java/test4giis/tdrules/tdg/st/test/petstore/TestPetstore0QagrowLive.java index 79adf85..83cb00c 100644 --- a/st-tdg-test/src/test/java/test4giis/tdrules/tdg/st/test/petstore/TestPetstore0QagrowLive.java +++ b/st-tdg-test/src/test/java/test4giis/tdrules/tdg/st/test/petstore/TestPetstore0QagrowLive.java @@ -1,10 +1,10 @@ package test4giis.tdrules.tdg.st.test.petstore; /** - * Proof of concept of Test Data generation for APIs (TDG) + * Proof of concept of Test Data Generation for APIs (TDG) * using simplified entities from the Swagger Petstore. * - * Tests in this class Automatically generates the test data + * Tests in this class automatically generate the test data * and load the data in a running (live) SUT backend. * * This is the true system test that integrates all main components: