Database Operations
Last updated
Was this helpful?
Last updated
Was this helpful?
This section includes the following Actions:
The Get Data action fetches specific data from the database to use in Test Cases during execution.
The Verify Data action compares the expected data from a local Excel file with the actual data in the database during automated testing.
The Export Data action fetches data from the database and saves it in an Excel file for analysis, reporting, or validation during automated testing.
The Run Query action lets you execute SQL queries within a test to check, verify, or update data in the database.
This action securely fetches data when the password in the input field is AES encrypted, ensuring only authorized users can access it.
The Verify Secure Data action checks if the encrypted input password matches the encrypted password stored in the database.
The Export Data Securely action runs a specified query and exports the results to an Excel file, securing it with the provided encrypted password.
The Run Query Securely action allows users to execute SQL queries within automated tests using an encrypted password, ensuring secure validation and manipulation of database data during testing.