Skip to content

Commit 77c5d50

Browse files
Updated examples and gif for Data Driven (#29)
* Added examples and runtime variables * Updated examples and gif
1 parent d473563 commit 77c5d50

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

src/pages/tutorials/test-cases/data-driven-testing.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,13 @@ Data-driven testing allows you to narrow and customize your test case using filt
6060

6161
* **Parameter:** This type of filtering applies to non-sequential data sets. Here, the data sets are filtered using parameters used in the data sets. Here, filter operations are using *Equals*, *Contains*, *Start With*, *Ends With*, *Is Empty*, and *Is Not Empty*.
6262

63-
6463
###
6564

6665
3. Click **Create** or **Update** once the data driven is enabled.
67-
![test case data driven](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/overview/create_data_driven_test_case.gif)
66+
![test case data driven](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/overview/dd_testcaseenable.gif)
6867

6968
[[info | NOTE:]]
70-
| You can use **runtime variables** in **filter values** by entering **$|Maharashtra|**, where *Maharashtra* is a stored variable, as shown in the example above.  
71-
72-
73-
---
69+
| You can use **runtime variables** in **filter values** by entering **$|Washington, DC|**, where *Washington, DC* is a stored variable, as shown in the example above.  
7470

7571
## **Use parameter names in test case**
7672

0 commit comments

Comments
 (0)