Skip to content

ShalevMaimon/sqe-hw3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 3: Software Quality Engineering

This is a repository for assignment 3 of the Software Quality Engineering course at the Ben-Gurion University, Israel.

Assignment Description

In this assignment, we tested an open-source software called $$TODO software name$$.

$$TODO Add some general description about the software$$

Installation

$$TODO Write instructions on how to install the software and prepare the testing environment$$

What we tested

$$TODO Add a description of the module and the user stories that you chose to test. For example, in the case of the Moodle example, you can write something like this:

We tested the quiz module that allows for creating and taking quizzes. We chose to test the following user stories:

User story: A teacher adds a new quiz to the course with two yes/no questions

Preconditions: There is a course with a teacher

Expected outcome: The quiz is added to the course.

User story: A students attempts a quiz and answers correctly.

Preconditions: There is a course with a quiz with two yes/no questions and the quiz grade is calculated automatically and the grade is visible to the students upon submission.

Expected outcome: The student receives 100. $$

How we tested

We used two different testing methods:

  1. Cucumber, a BDD testing framework.
  2. Provengo, a story-based testing framework.

Each of the testing methods is elaborated in its own directory.

Results

Update all README.md files (except for d-e, see Section 1). Specifically, replace all $$TODO…$$ according to the instructions inside the $$.

Detected Bugs

We detected the following bugs:

  1. Bug 1:
    1. General description: ...
    2. Steps to reproduce: ...
    3. Expected result: ...
    4. Actual result: ...
    5. Link to the bug report: (you are encouraged to report the bug to the developers of the software)
  2. Bug 2: ...

$$TODO if you did not detect the bug, you can delete this section$$

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.2%
  • Batchfile 28.5%
  • Java 10.0%
  • Gherkin 2.3%