Bird
0
0

Which of the following is a common format for test reports used in CI tools?

easy📝 Conceptual Q2 of 15
Selenium Python - CI/CD Integration
Which of the following is a common format for test reports used in CI tools?
APlain text
BCSV
CHTML
DJUnit XML
Step-by-Step Solution
Solution:
  1. Step 1: Identify common test report formats

    CI tools often require structured formats to parse test results.
  2. Step 2: Recognize JUnit XML as standard

    JUnit XML is widely supported by CI tools for test reporting.
  3. Final Answer:

    JUnit XML -> Option D
  4. Quick Check:

    Common CI test report format = JUnit XML [OK]
Quick Trick: JUnit XML is the standard for CI test reports [OK]
Common Mistakes:
  • Choosing CSV which is not structured for test results
  • Selecting plain text which lacks structure
  • Assuming HTML is standard for CI parsing

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Selenium Python Quizzes