1. What is JIRA primarily used for?
- ❌ Writing code
- ✅ Issue and project tracking
- ❌ Deploying builds to production
2. What is a JIRA issue?
- ✅ A record of a task, bug, story, or epic
- ❌ A system log entry
- ❌ A screenshot of test failure
3. Which field in JIRA indicates the current state of an issue?
- ❌ Priority
- ❌ Assignee
- ✅ Status
4. What is a JIRA workflow?
- ❌ A programming function
- ✅ A set of statuses and transitions for issue tracking
- ❌ A dashboard view
5. What plugin is commonly used for test management in JIRA?
- ❌ Slack Integration
- ✅ Xray or Zephyr
- ❌ Google Docs
6. What is the purpose of a JIRA dashboard?
- ✅ To visually track project progress and key metrics
- ❌ To manage source code
- ❌ To send emails
7. What does a test cycle represent in Zephyr or Xray?
- ❌ A software release
- ✅ A collection of test executions grouped together
- ❌ A product backlog
8. What is the use of linking issues in JIRA?
- ❌ To duplicate tickets
- ✅ To show relationships like “blocks” or “is caused by”
- ❌ To delete sub-tasks
9. Who is responsible for updating JIRA test execution results?
- ✅ QA/Testers
- ❌ DevOps engineers
- ❌ Business analysts
10. What is the benefit of using JIRA for QA teams?
- ❌ Only useful for developers
- ✅ Enables traceability, collaboration, and test coverage tracking
- ❌ Creates test scripts automatically