From 4dfd50271d5ab5ee1655f6141fab77a431c1c944 Mon Sep 17 00:00:00 2001 From: Rashina Date: Mon, 25 Jul 2022 19:40:13 +0530 Subject: [PATCH] updated the images for enabling datadriven testing --- src/pages/tutorials/test-cases/data-driven-testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/tutorials/test-cases/data-driven-testing.md b/src/pages/tutorials/test-cases/data-driven-testing.md index 3f029e4..3d40a59 100644 --- a/src/pages/tutorials/test-cases/data-driven-testing.md +++ b/src/pages/tutorials/test-cases/data-driven-testing.md @@ -47,11 +47,11 @@ The Test Steps iterates itself and subsequent rows of data are fed to the Test S 2. Select the Test Data which you have created as shown below. -![Choose a test data profile from the list](https://docs.testsigma.com/images/tutorials/data-driven-testing/choose-a-test-data-profile.png) +![Choose a test data profile from the list](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/test-cases/data-driven-testing/choose-test-dataprofile.png) 3. Select the Test data profile you want to add to your test cases and enable Data Driven as shown below: -![Toggle to enable data driven testing](https://docs.testsigma.com/images/tutorials/data-driven-testing/enable-data-driven-testing.png) +![Toggle to enable data driven testing](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/test-cases/data-driven-testing/enable-data-driven-testing.png) Enabling the data-driven toggle will enable the test to run multiple times based on the number of rows available in Test Data Profile. For. If the data profile has 5 rows(sets) the test will run 5 times automatically using each data set(row) everytime.