From 7135afdbee9b740d7770dae243c497b20399e934 Mon Sep 17 00:00:00 2001 From: Mj Mendoza IV Date: Wed, 21 Dec 2022 19:47:38 -0800 Subject: [PATCH] Fix to issue 244 --- .../db/bootstrap/V207__bootstrap_natural_text_actions.sql | 8 ++++---- .../db/bootstrap/V208__bootstrap_action_examples.sql | 8 ++++---- .../src/main/resources/db/migration/V32__store_nlps.sql | 8 ++++---- .../V33__store_action_natural_text_actions_examples.sql | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/server/src/main/resources/db/bootstrap/V207__bootstrap_natural_text_actions.sql b/server/src/main/resources/db/bootstrap/V207__bootstrap_natural_text_actions.sql index 3842a2b4..ca664af7 100644 --- a/server/src/main/resources/db/bootstrap/V207__bootstrap_natural_text_actions.sql +++ b/server/src/main/resources/db/bootstrap/V207__bootstrap_natural_text_actions.sql @@ -532,10 +532,10 @@ INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `dat INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`, `created_date`, `updated_date`, `allowed_values`, `condition_type`) VALUES (30189,'MobileWeb','Verify that the #{element} has non-empty value','{\\\"test-data\\\":null,\\\"element\\\":\\\"\\\\\\\\\\\\\\\\#{.*?}\\\",\\\"attribute\\\":null,\\\"from-element\\\":null,\\\"to-element\\\":null}','verifyValueNotEmpty','com.testsigma.automator.actions.mobile.mobileweb.ifconditional.CheckIfValueNotEmptyAction','verify',NULL,NULL,NULL,NULL,'2021-12-22 14:54:08','2021-12-22 14:54:08','','IF_CONDITION'); INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`, `created_date`, `updated_date`, `allowed_values`, `condition_type`) VALUES (30190,'AndroidNative','Verify that the #{element} has non-empty value','{\\\"test-data\\\":null,\\\"element\\\":\\\"\\\\\\\\\\\\\\\\#{.*?}\\\",\\\"attribute\\\":null,\\\"from-element\\\":null,\\\"to-element\\\":null}','verifyValueNotEmpty','com.testsigma.automator.actions.mobile.android.ifconditional.CheckIfValueNotEmptyAction','verify',NULL,NULL,NULL,NULL,'2021-12-22 14:54:08','2021-12-22 14:54:08','','IF_CONDITION'); INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`, `created_date`, `updated_date`, `allowed_values`, `condition_type`) VALUES (30191,'IOSNative','Verify that the #{element} has non-empty value','{\\\"test-data\\\":null,\\\"element\\\":\\\"\\\\\\\\\\\\\\\\#{.*?}\\\",\\\"attribute\\\":null,\\\"from-element\\\":null,\\\"to-element\\\":null}','verifyValueNotEmpty','com.testsigma.automator.actions.mobile.ios.ifconditional.CheckIfValueNotEmptyAction','verify',NULL,NULL,NULL,NULL,'2021-12-22 14:54:08','2021-12-22 14:54:08','','IF_CONDITION'); -INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`,`condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (1095,'WebApplication','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime varible @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',0,10209,20163,30192); -INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (10209,'MobileWeb','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime varible @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,0,20163,30192); -INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (20163,'AndroidNative','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime varible @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,10209,0,30192); -INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (30192,'IOSNative','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime varible @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,10209,20163,0); +INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`,`condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (1095,'WebApplication','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime variable @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',0,10209,20163,30192); +INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (10209,'MobileWeb','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime variable @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,0,20163,30192); +INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (20163,'AndroidNative','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime variable @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,10209,0,30192); +INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (30192,'IOSNative','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime variable @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,10209,20163,0); /*!40000 ALTER TABLE `natural_text_actions` ENABLE KEYS */; UNLOCK TABLES; \ No newline at end of file diff --git a/server/src/main/resources/db/bootstrap/V208__bootstrap_action_examples.sql b/server/src/main/resources/db/bootstrap/V208__bootstrap_action_examples.sql index 981bc218..fb416c3e 100644 --- a/server/src/main/resources/db/bootstrap/V208__bootstrap_action_examples.sql +++ b/server/src/main/resources/db/bootstrap/V208__bootstrap_action_examples.sql @@ -499,10 +499,10 @@ INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `des INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (851,20143,'Continue loop','Continues loop','https://app.testsigma.com/','{}','2022-01-10 20:16:55','2022-01-10 20:16:55'); INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (852,30176,'Verify that the element button is clickable','In this example, We will verify that the element is clickable','https://app.testsigma.com/','{}','2022-05-17 21:51:41','2022-05-17 21:51:41'); INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (853,30188,'Verify that the element element has non-empty value','In this example, We will verify that the element has non empty value','https://app.testsigma.com/','{}','2022-05-17 21:57:02','2022-05-17 21:57:02'); -INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (854,1095,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime varible','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); -INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (855,10209,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime varible','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); -INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (856,20163,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime varible','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); -INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (857,30192,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime varible','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); +INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (854,1095,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime variable','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); +INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (855,10209,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime variable','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); +INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (856,20163,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime variable','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); +INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (857,30192,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime variable','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); /*!40000 ALTER TABLE `natural_text_action_examples` ENABLE KEYS */; UNLOCK TABLES; \ No newline at end of file diff --git a/server/src/main/resources/db/migration/V32__store_nlps.sql b/server/src/main/resources/db/migration/V32__store_nlps.sql index 5e6ea972..7a97458e 100644 --- a/server/src/main/resources/db/migration/V32__store_nlps.sql +++ b/server/src/main/resources/db/migration/V32__store_nlps.sql @@ -1,8 +1,8 @@ INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`,`condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES - (1095,'WebApplication','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime varible @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',0,10209,20163,30192); + (1095,'WebApplication','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime variable @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',0,10209,20163,30192); INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES - (10209,'MobileWeb','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime varible @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,0,20163,30192); + (10209,'MobileWeb','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime variable @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,0,20163,30192); INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES - (20163,'AndroidNative','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime varible @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,10209,0,30192); + (20163,'AndroidNative','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime variable @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,10209,0,30192); INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES - (30192,'IOSNative','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime varible @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,10209,20163,0); + (30192,'IOSNative','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime variable @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,10209,20163,0); diff --git a/server/src/main/resources/db/migration/V33__store_action_natural_text_actions_examples.sql b/server/src/main/resources/db/migration/V33__store_action_natural_text_actions_examples.sql index 8d66c7d8..999bd454 100644 --- a/server/src/main/resources/db/migration/V33__store_action_natural_text_actions_examples.sql +++ b/server/src/main/resources/db/migration/V33__store_action_natural_text_actions_examples.sql @@ -1,4 +1,4 @@ -INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (854,1095,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime varible','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); -INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (855,10209,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime varible','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); -INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (856,20163,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime varible','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); -INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (857,30192,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime varible','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); +INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (854,1095,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime variable','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); +INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (855,10209,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime variable','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); +INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (856,20163,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime variable','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05'); +INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (857,30192,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime variable','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05');