run “<testdata_name>” query and verify “<testdata_name>” text in “<testdata_name>” column name in the database
Database Operations run “<testdata_name>” query and verify “<testdata_name>” text in “<testdata_name>” column name in the database Keyword Given, When, And, Then Description Will run query and verify the output from the column name in SQL Database. Declaration Code Element Application Test Data Then run “” query and verify “” text in “” column name in the database NILL NILL A B SelectQuery SELECT EFname from table1 where Eid=’1001′; RequiredText Solitera RequiredColumnName EFname Remarks All “<testdata_name>” instances should be provided in double quotes. Restriction The query, verification text, and column name must be valid. Table of contents Keyword Description Declaration Remarks Restriction