ContributionsMost RecentMost LikesSolutionsRe: How to create multiple test script by using different test dataRe: How to create multiple test script by using different test data HI Thanks for replying my Post. My Requirement :, I need to test 2 users (Manager and supervisor) are having a permission to add the Bank details or not. Followed steps : Created Manager & Super visor as a Test data and call the "Add Bank details" (Using Call to Test"). Moved the Test case in to Run bucket and run the Test case Actual : In Run Cycle, The same test case shows as 1 test cases with 2 Test Rows. Expected : Since the tester put effort to run this test cases 2 times (first time with Manager and second time with Supervisor) can we split the test cases also 2(1 for Manager test case, 1 for Supervisor) instead of combined script. So that the Test execution Report also will show the executed count as 2 instead of 1 . Attached the Test cases with 2 Test user and the Run Cycle how it looks for your reference. Run Bucket shows both uses are in single script. I want to split these each rows(Row1, Row2) as separate test cases How to create multiple test script by using different test data Hello, i am using the Test data with 5 different values n each row in my Test script. When i run the script, it gives the single script with 5 rows . Is there any way we can generate seperate script for each data. please help me on this.