Testim Beginner Tutorial 6 | DataDriven Testing Demo

What is data driven testing How to use data driven testing in Testim How to get data from Excel/CSV file What is data driven testing run the same test with different data This is achieved in 2 steps Parameterization - use variables in place of hard coded values Get Data - during execution get data for the variables, can be from an excel, csv, text files or scripts How to use data driven testing in Testim Step 1 - Create a simple test Step 2 - Decide on values that needs to be parameterized Step 3 - In the test’s Setup step (the first step), click the Show properties button Step 4 - Click on Test Data Step 5 - Define the data set in the JS editor Step 6 - On the the step that you want to add the data set to Click the Show Properties button Step 7 - In the Text to assign field, replace t ... #RaghavPal #testim_data_driven_testing_demo #how_to_to_data_driven_testing_in_testim #how_to_use_excel_file_in_testim #how_to_use_json_file_in_testim 20240829 BO5EccwIGzE
Back to Top