verify that all values in column “<testdata_name>” of table “<testdata_name>” exist in column “<testdata_name>” of table “<testdata_name>”
Database Operations verify that all values in column “<testdata_name>” of table “<testdata_name>” exist in column “<testdata_name>” of table “<testdata_name>“ Keyword Given, When, And, Then Description Will ensures that all values present in the specified column of the first table also exist in the specified column of the second table. Declaration Code Element Application Test Data Then verify that all values in column “” of table “” exist in column “” of table “” NILL NILL A B Column1 ColumnName1 Table1 TableName1 Column2 ColumnName2 Table2 TableName2 Remarks Column and table names must be valid. Restriction Both tables and columns must exist. Table of contents Keyword Description Declaration Remarks Restriction