You are testing a form submission process using Data Driven Testing. How would you handle different sets of form data?
Use a spreadsheet with columns for each form field, including expected result.
Use a JSON file with objects for each set of form data containing form fields and expected result.
Use a CSV file with rows for each set of form data and columns for form fields and expected result.
Use a database table with columns for each form field, including expected result.
Submit