Hi,

I want perform data driven testing.
My flow in test function is like below
testfunction()
{
do something
test with multiple data
do something
test with different mutiple data
do something
test with different mutiple data
}

is it possible?

I checked with manual. Their flow like
testfunction()
{
test multiple data
}

please let me know how to acheieve this?

Thanks in advance.