In data-driven testing, what type of data sources are commonly used to provide input values?
- CSV files
- Databases
- Hard-coded values
- Randomly generated data
Common data sources in data-driven testing include CSV files, allowing for easy organization and modification of test data without altering the test script, leading to greater flexibility and scalability.
Loading...
Related Quiz
- In the context of API rate limiting, what does 'Throttling' refer to?
- In API performance testing, what does 'latency' refer to?
- Agile development emphasizes the use of _________ in API testing to provide immediate feedback to developers.
- In HTTP, what does the status code range 4xx represent, and how should it be handled by the client?
- When applying Boundary Value Analysis, which type of values are typically considered critical to test?