delete the data with key “<testdata_name>” and value “<testdata_name>” from the “<testdata_name>” collection in the NoSQL database
Database Operations delete the data with key “<testdata_name>” and value “<testdata_name>” from the “<testdata_name>” collection in the NoSQL database Keyword Given, When, And, Then Description Will delete the value with the give key value from the given collection name. Declaration Code Element Application Test Data Then delete the data with key “” and value “” from the “” collection in the NoSQL database NILL NILL A B KeyValue1 ID Value1 Maxwell CollectionName Address Remarks All “<testdata_name>” instances should be provided in double quotes. Restriction The key, value, and collection name must be valid. Table of contents Keyword Description Declaration Remarks Restriction