Recall & Review
beginner
What is Markdown in Postman descriptions?
Markdown is a simple way to format text using plain characters. In Postman, it helps make descriptions clear and easy to read by adding styles like bold, italics, lists, and links.
Click to reveal answer
beginner
How do you make text bold in Postman descriptions using Markdown?
To make text bold, wrap it with double asterisks **like this** or double underscores __like this__.
Click to reveal answer
beginner
How can you add a numbered list in Postman description using Markdown?
Start each line with a number followed by a dot and a space, like:
1. First item
2. Second item
3. Third item
Click to reveal answer
beginner
What is the Markdown syntax for adding a hyperlink in Postman descriptions?
Use square brackets for the link text and parentheses for the URL: [Link text](https://example.com).
Click to reveal answer
beginner
Why use Markdown formatting in Postman descriptions?
Markdown makes descriptions easier to read and understand by adding structure and style. It helps testers and developers quickly grasp important details without confusion.
Click to reveal answer
Which Markdown syntax makes text italic in Postman descriptions?
✗ Incorrect
Single asterisks * or underscores _ around text make it italic in Markdown.
How do you create a bullet list in Postman Markdown?
✗ Incorrect
Bullet lists use dashes (-) or asterisks (*) at the start of each line.
What is the correct way to add a link in Postman Markdown?
✗ Incorrect
Markdown links use [text](URL) format.
Which symbol is NOT used in Markdown for formatting text?
✗ Incorrect
The dollar sign ($) is not used for Markdown formatting.
Why is Markdown preferred for Postman descriptions?
✗ Incorrect
Markdown helps format text simply and clearly for better readability.
Explain how to format a description in Postman using Markdown to include bold text, a bullet list, and a hyperlink.
Think about simple symbols that add style and structure.
You got /3 concepts.
Why is it important to use Markdown formatting in Postman descriptions when sharing tests with your team?
Consider how clear communication helps teamwork.
You got /3 concepts.