You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/tutorials/test-cases/data-driven-testing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,11 @@ The Test Steps iterates itself and subsequent rows of data are fed to the Test S
47
47
48
48
2. Select the Test Data which you have created as shown below.
49
49
50
-

50
+

51
51
52
52
3. Select the Test data profile you want to add to your test cases and enable Data Driven as shown below:
53
53
54
-

54
+

55
55
56
56
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.
0 commit comments