Skip to content

Testing Enhancements - Automation and Manual Test Cases

Prompt 1: Automation Test Cases

You are tasked with creating automation test cases for the following feature:

Feature Name: {feature_name}
Test Scenarios: {test_scenarios}

Generate a table of test cases in the following format:
- Test Case ID
- Test Scenario
- Steps to Execute
- Expected Result
- Actual Result (to be filled later)
- Status (Pass/Fail, to be filled later)

Prompt 2: Manual Test Cases

You are tasked with creating manual test cases for a feature. Use the following details:

Feature Name: {feature_name}
Test Scenarios: {test_scenarios}

Generate a list of manual test cases with detailed steps and expected results.