@@ -25,26 +25,26 @@ Feature: Mysql - Verify Mysql source data transfer
2525 When Select plugin: "MySQL" from the plugins list as: "Sink"
2626 Then Connect plugins: "MySQL" and "MySQL2" to establish connection
2727 Then Navigate to the properties page of plugin: "MySQL"
28- Then Select dropdown plugin property: "select-jdbcPluginName" with option value: "driver "
29- Then Replace input plugin property: "host" with value: "host"
30- Then Replace input plugin property: "port" with value: "port"
31- Then Replace input plugin property: "user" with value: "username"
32- Then Replace input plugin property: "password" with value: "password"
28+ Then Select dropdown plugin property: "select-jdbcPluginName" with option value: "driverName "
29+ Then Replace input plugin property: "host" with value: "host" for Credentials and Authorization related fields
30+ Then Replace input plugin property: "port" with value: "port" for Credentials and Authorization related fields
31+ Then Replace input plugin property: "user" with value: "username" for Credentials and Authorization related fields
32+ Then Replace input plugin property: "password" with value: "password" for Credentials and Authorization related fields
3333 Then Enter input plugin property: "referenceName" with value: "sourceRef"
34- Then Replace input plugin property: "database" with value: "database "
34+ Then Replace input plugin property: "database" with value: "databaseName "
3535 Then Enter textarea plugin property: "importQuery" with value: "selectQuery"
3636 Then Click on the Get Schema button
3737 Then Verify the Output Schema matches the Expected Schema: "outputSchema"
3838 Then Validate "MySQL" plugin properties
3939 Then Close the Plugin Properties page
4040 Then Navigate to the properties page of plugin: "MySQL2"
41- Then Select dropdown plugin property: "select-jdbcPluginName" with option value: "driver "
42- Then Replace input plugin property: "host" with value: "host"
43- Then Replace input plugin property: "port" with value: "port"
44- Then Replace input plugin property: "database" with value: "database "
41+ Then Select dropdown plugin property: "select-jdbcPluginName" with option value: "driverName "
42+ Then Replace input plugin property: "host" with value: "host" for Credentials and Authorization related fields
43+ Then Replace input plugin property: "port" with value: "port" for Credentials and Authorization related fields
44+ Then Replace input plugin property: "database" with value: "databaseName "
4545 Then Replace input plugin property: "tableName" with value: "targetTable"
46- Then Replace input plugin property: "user" with value: "username"
47- Then Replace input plugin property: "password" with value: "password"
46+ Then Replace input plugin property: "user" with value: "username" for Credentials and Authorization related fields
47+ Then Replace input plugin property: "password" with value: "password" for Credentials and Authorization related fields
4848 Then Enter input plugin property: "referenceName" with value: "targetRef"
4949 Then Validate "MySQL2" plugin properties
5050 Then Close the Plugin Properties page
0 commit comments