All prompts
6 results · tag chatgpt-technical-testing-scenarios
3. Security Testing
Create security test scenarios for user authentication: Areas to test: 1. Password policies 2. Session management 3. Access control 4. Data encryption Include:…
2. Performance Test Design
Design performance test cases for a web application: Metrics to measure: - Response time - Throughput - Resource usage - Concurrent users Scenarios: 1. Load te…
1. Data-Driven Testing
Create data-driven test cases for payment processing: Test scenarios: 1. Different payment methods 2. Various currencies 3. Multiple amount ranges 4. Transacti…
UI Test Automation
Design test cases for a login page: Components: - Username field - Password field - Remember me checkbox - Forgot password link - Login button Include: 1. Fiel…
API Testing Scenarios
Create test scenarios for a REST API endpoint: Endpoint: POST /api/orders Features: - Order creation - Inventory check - Payment processing - Email notificatio…
Basic Test Case Design
Help design test cases for a user registration function: Function requirements: - Email validation - Password strength check - Duplicate user prevention - Age…