Skip to content

Instantly share code, notes, and snippets.

View purrarri's full-sized avatar
🏠
Working from home

purrarri

🏠
Working from home
View GitHub Profile
@purrarri
purrarri / SolutionAssement01.md
Created August 2, 2023 13:35
Paper.id-QA Assesment Solution
  Please describe :
  a. How to test this form (Picture 1)?

Solution : -> There are many way to perform test to the following form behavior as validate the response, the sent request, load/ performance, but since limitted by interactions with the following form so assume the way I can propose by validate the following existing field and focusing the testing on the optimal and reasonable paths. The thing I want to asses first is validate the existing field and type. So assume we have the following object model such as the following field :

@purrarri
purrarri / Exercise.md
Last active November 14, 2025 13:04
Q2. Breakdown test cases as in cucumber/ gherkin formatting as for assesment : Mention all necessary fields which should be included in a bug.

Q2 Go to https://petstore.octoperf.com/actions/Catalog.action and report at least 3 bugs.

Bug Report in Gherkin/Cucumber Format

This document serves as a bug report in Gherkin/Cucumber format for reporting an identified issue in the system. The bug report follows the structured format of Gherkin to provide clear details about the bug and its expected behavior.

Usage

The bug report is written using the Gherkin syntax, which allows for easy understanding and communication between stakeholders, developers, and testers. Each bug report includes the following information:

@purrarri
purrarri / Exercise.md
Last active February 27, 2025 11:54
Q1. Breakdown test cases as in cucumber/ gherkin formatting as for assesment :

Q1 Background: GIThub is a web-based hosting service for version control using Git. Itis widely used to store code revisions in a single repository. GIThub also provides several other features one of them being, Gists. Gists are mainly used for documentation purposes to share code snippets, notes, files, directories, as well as full applications. Go to https://gist.github.com/ HYPERLINK "https://gist.github.com/", login and clickon New Gist to create a new gist. Gists can have different extensions such as .js, .md, .txt, etc. Create a test scenario which has multiple test cases for the following features: • As a user, I want to create a public gist.