Skip to content

Commit d52cac8

Browse files
fix: minor-changes-in-quickstart
1 parent 18831ca commit d52cac8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

versioned_docs/version-3.0.0/concepts/reference/glossary/black-box-testing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Black-box testing is a software testing method where the tester evaluates the fu
2525
The focus lies solely on examining the software's external behavior, inputs, outputs, and responses to different user actions or system interactions.
2626

2727
![Types of Testing](/img/glossary/types-of-testing.webp)
28+
2829
## What are the Fundamentals of Black-Box Testing?
2930

3031
This testing approach is essential for several reasons:

versioned_docs/version-3.0.0/quickstart/python-flask-mongo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,10 @@ We'll be running our sample application right on Linux, but just to make things
214214
pip install -r requirements.txt
215215
```
216216

217-
## Start the MongoDB server
217+
## Start the MongoDB Container
218218

219219
```bash
220-
sudo service mongod start
220+
docker compose up -d mongo
221221
```
222222

223223
## Lights, Camera, Record! 🎥

0 commit comments

Comments
 (0)