https://github.com/lailasumiyakhan/manual_testing_project
The manual testing project involves systematically identifying, documenting, and validating functional aspects of a software application. Tasks include creating test plans, writing test cases, executing tests.
https://github.com/lailasumiyakhan/manual_testing_project
api-testing manual-testing postman
Last synced: 17 days ago
JSON representation
The manual testing project involves systematically identifying, documenting, and validating functional aspects of a software application. Tasks include creating test plans, writing test cases, executing tests.
- Host: GitHub
- URL: https://github.com/lailasumiyakhan/manual_testing_project
- Owner: LailaSumiyaKhan
- Created: 2024-12-30T05:51:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-08T13:14:40.000Z (over 1 year ago)
- Last Synced: 2025-02-08T14:23:13.547Z (over 1 year ago)
- Topics: api-testing, manual-testing, postman
- Homepage:
- Size: 1.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Manual Testing Task Assesment
Here is a Manual Testing task both UI and API.The main focus is system testing in an E-commerce platform.
# Task Assesment
## Q1
You have a shoe-selling e-commerce platform. Now, the client wants to implement a new feature "Search". During the client meeting, they mentioned they wanted to make the search dynamic, with any keywords, or specific text. Now you have a chance to get into more details on the feature. You can ask 10 questions to the client. List the questions according to priority.
[Answer Link](FeatureAnalysis.docx)
## Q2
Write down the test cases according to your questions.
[Answer Link](Test_Case/)
## Q3
Let's say, your development team implemented the feature on the Evershop site (https://demo.evershop.io/) . Now execute your test case into the URL and generate a report.
[Answer Link](Test_Case/)
## Q4
Now there is a happy path journey for searching with the text “Nike react phantom run flyknit 2”. Add a couple of small-sized black products to your cart. Then verify the Cart. Now execute the journeys from both API and UI. Now provide feedback on your test analysis, keep logs of the defects, and generate a report.
[Answer Link](API_UI_Testing/)
## How to download the project
Clone the project
```bash
git clone https://github.com/LailaSumiyaKhan/Manual_Testing_Project.git
```