Step Defination – SoliteraTA

SoliteraTA

Step Defination

verify data with key “<testdata_name>” and value “<testdata_name>” should be updated to “<testdata_name>” in the “<testdata_name>” collection in the NoSQL database

Database Operations verify data with key “<testdata_name>” and value “<testdata_name>” should be updated to “<testdata_name>” in the “<testdata_name>” collection in the NoSQL database Keyword Given, When, And, Then Description Will verify data is updated with the given key value pair in no sql database Declaration Code Element Application Test Data Then verify data with key “” and value “” should be updated to “” in the “” collection in the NoSQL database NILL NILL A B KeyValue1 ID Value1 Maxwell CollectionName Address KeyValue2 FirstName 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

verify data with key “<testdata_name>” and value “<testdata_name>” should be updated to “<testdata_name>” in the “<testdata_name>” collection in the NoSQL database Read More »

verify data with key “<testdata_name>” and value “<testdata_name>” should not exist in the “<testdata_name>” collection in the NoSQL database

Database Operations verify data with key “<testdata_name>” and value “<testdata_name>” should not exist in the “<testdata_name>” collection in the NoSQL database Keyword Given, When, And, Then Description Will verify data should not exists after delete in no SQL database Declaration Code Element Application Test Data Then verify data with key “” and value “” should not exist in 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

verify data with key “<testdata_name>” and value “<testdata_name>” should not exist in the “<testdata_name>” collection in the NoSQL database Read More »

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

delete the data with key “<testdata_name>” and value “<testdata_name>” from the “<testdata_name>” collection in the NoSQL database Read More »

update the data with key “<testdata_name>” and value “<testdata_name>” in the “<testdata_name>” collection in the NoSQL database to “<testdata_name>”

Database Operations update the data with key “<testdata_name>” and value “<testdata_name>” in the “<testdata_name>” collection in the NoSQL database to “<testdata_name>” Keyword Given, When, And, Then Description Will update the data with key and value pairs with the updated value in give collection name in no sql database Declaration Code Element Application Test Data Then update the data with key “” and value “” in the “” collection in the NoSQL database to “” NILL NILL A B KeyValue1 ID Value1 Maxwell CollectionName Address database1 {“_id”:{“$oid”:”66264ee53f6dc8bf38270a94″},”name”:”Maxwell”,”city”:”London”} 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

update the data with key “<testdata_name>” and value “<testdata_name>” in the “<testdata_name>” collection in the NoSQL database to “<testdata_name>” Read More »

insert data “<testdata_name>” & verify it with “<testdata_name>” collection in NoSQL database

Database Operations insert data “<testdata_name>” & verify it with “<testdata_name>” collection in NoSQL database Keyword Given, When, And, Then Description Will insert the data in NOSQL Database with the given json format and configurations. Declaration Code Element Application Test Data Then insert data “” & verify it with “” collection in NoSQL database NILL NILL A B Value Maxwell CollectionName Address Remarks Both “<testdata_name>” instances should be provided in double quotes. Restriction The JSON format and collection name must be valid. Table of contents Keyword Description Declaration Remarks Restriction

insert data “<testdata_name>” & verify it with “<testdata_name>” collection in NoSQL database Read More »

run query document with key “<testdata_name>” & value “<testdata_name>” and verify “<testdata_name>” key & “<testdata_name>” value with “<testdata_name>” collection in NOSQL database

Database Operations run query document with key “<testdata_name>” & value “<testdata_name>” and verify “<testdata_name>” key & “<testdata_name>” value with “<testdata_name>” collection in NOSQL database Keyword Given, When, And, Then Description Will run a query with key: value pair and verify it in key: value pair using the given configuration. Declaration Code Element Application Test Data Then run query document with key “” & value “” and verify “” key & “” value with “” collection in NOSQL database NILL NILL A B KeyValue1 ID Value1 Maxwell KeyValue2 City Value2 London CollectionName Address Remarks All “<testdata_name>” instances should be provided in double quotes. Restriction The query and verification data must be valid. Table of contents Keyword Description Declaration Remarks Restriction

run query document with key “<testdata_name>” & value “<testdata_name>” and verify “<testdata_name>” key & “<testdata_name>” value with “<testdata_name>” collection in NOSQL database Read More »

verify the structure of variables, foreign keys, and primary keys from Excel “<testdata_name>” for table “<testdata_name>”

Database Operations verify the structure of variables, foreign keys, and primary keys from Excel “<testdata_name>” for table “<testdata_name>” Keyword Given, When, And, Then Description Will checks that the structure of the specified table, including variables, foreign keys, and primary keys, matches the structure defined in the specified Excel file. Declaration Code Element Application Test Data Then verify the structure of variables, foreign keys, and primary keys from Excel “” for table “” NILL NILL A B ExcelName Company TableName EmployeName Remarks Both Excel file and table names must be valid. Restriction The Excel file and table must exist. Table of contents Keyword Description Declaration Remarks Restriction

verify the structure of variables, foreign keys, and primary keys from Excel “<testdata_name>” for table “<testdata_name>” Read More »

verify the data values of columns from Excel “<testdata_name>” for table “<testdata_name>”

Database Operations verify the data values of columns from Excel “<testdata_name>” for table “<testdata_name>” Keyword Given, When, And, Then Description Will compares the data values in the specified columns from the Excel file with the corresponding data in the specified database table to ensure they match. Declaration Code Element Application Test Data Then verify the data values of columns from Excel “” for table “” NILL NILL A B ExcelName Company TableName EmployeName Remarks Both Excel file and table names must be valid. Restriction The Excel file and table must exist. Table of contents Keyword Description Declaration Remarks Restriction

verify the data values of columns from Excel “<testdata_name>” for table “<testdata_name>” Read More »

insert the data from Excel “<testdata_name>” into the database table “<testdata_name>”

Database Operations insert the data from Excel “<testdata_name>” into the database table “<testdata_name>“ Keyword Given, When, And, Then Description Will inserts data from the specified Excel file into the specified database table. Declaration Code Element Application Test Data Then insert the data from Excel “” into the database table “” NILL NILL A B ExcelName Company TableName EmployeName Remarks Both Excel file and table names must be valid. Restriction The Excel file and table must exist. Table of contents Keyword Description Declaration Remarks Restriction

insert the data from Excel “<testdata_name>” into the database table “<testdata_name>” Read More »

verify that the row count of table “<testdata_name>” is “<testdata_name>”

Database Operations verify that the row count of table “<testdata_name>” is “<testdata_name>” Keyword Given, When, And, Then Description Will verifies that the total number of rows in the specified table matches the expected row count. Declaration Code Element Application Test Data Then verify that the row count of table “” is “” NILL NILL A B TableName Company CountNumber 20 Remarks Table name must be valid. Restriction The table must exist. Table of contents Keyword Description Declaration Remarks Restriction

verify that the row count of table “<testdata_name>” is “<testdata_name>” Read More »

Solitera may collect certain information by automated means, such as cookies and web beacons, when a user visits our website. A “cookie” is a small piece of data that a website can send to your browser, which may then be stored on your system. learn more

Choose your Operating System