Lesson 5 Writing Test Cases Based on Web Applications Flashcards
What is a business requirements document (BRD)?
A document that is shared across the company to understand the general idea of what we want to achieve and the functionality but it is not enough detail to write test cases.
What is a product requirements document (PRD)?
This is a document containing all the requirement to a certain product. It is created from the users point of view.
What is a technical requirements document (TRD)?
This is a document for the development team to implement the project. This document is mostly for developers, QA engineers do not usually use this document.
What is a confluence?
It is a huge library inside of Jira (Knowledgebase).
* These are documents that will explain the steps to complete or learn tasks
* You write stuff here so you won’t have to remember the steps at a later time
What is a test case?
A series of simple steps that has to be done to check a particular functionality.
What is a test case title?
A simple, self-explanatory sentence describing system behavior under specific conditions.
What is the pre-condition?
This may include various conditions and states the system should be in before running the test case.
What are the test steps?
A list of sequential actions that must be taken to complete the test.
What is the expected result?
This explains the system behavior to the tester which they should experience as a result of the test steps.
What is test matrix?
What is TestRail?
A software where you can create tests, manage test runs, and coordinate the entire testing process.