During test script execution, the results are compared to the _______ to determine pass or fail.
- Actual Results
- Expected Results
- Test Data
- Test Environment
During test script execution, the results are compared to the Expected Results to determine pass or fail. Expected Results are predefined outcomes that indicate the correct behavior of the system under test. Comparing actual results with expected results helps identify deviations or defects in the system functionality.
Loading...
Related Quiz
- Which SQL statement is used to retrieve data from a database?
- What is the primary goal of database testing?
- What is a test script in the context of database automation frameworks?
- A _________ index can have a negative impact on data modification operations.
- You are testing a database schema for an e-commerce platform. During your test, you discover that some tables have redundant data and duplicate entries. What type of issue have you identified, and what should be the next step to address it?