Data-driven testing (running data-driven test executions) shows progress as 2/10 even after multiple executions—do I need to run the test cases at the individual test case level for the progress to update? Thanks in advance for your response.
can you kindly provide your screenshots to we can better support you?
Let me loop @viet.nguyen for more visibility ![]()
Yes, I will complete my certification once the progress is updated. I hope this issue gets resolved asap.
Run multiple test cases in data driven mode.
the progress counter tracks the number of distinct test cases you have executed in data-driven mode, not the number of iterations or total runs. running the same test case 10 times with different data rows still counts as 1 test case toward that metric
create and execute multiple different test cases using data-driven binding and the progress should increment accordingly. each unique test case run with a data file bound to it adds 1 to the count
did you run at test case level as well as test suite level? also dashboard takes time to reflect the changes
Yeah ! i have ran both test case level and also data binding in test suite even gave combinations to Iteration
Thanks for the workaround may be i will try this
It takes sometime to actually reflect the status
Awesome! Shoutout to the community for helping!


