Lesson 5 Writing Test Cases Based on Web Applications Flashcards

1
Q

What is a business requirements document (BRD)?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a product requirements document (PRD)?

A

This is a document containing all the requirement to a certain product. It is created from the users point of view.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a technical requirements document (TRD)?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a confluence?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a test case?

A

A series of simple steps that has to be done to check a particular functionality.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a test case title?

A

A simple, self-explanatory sentence describing system behavior under specific conditions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the pre-condition?

A

This may include various conditions and states the system should be in before running the test case.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the test steps?

A

A list of sequential actions that must be taken to complete the test.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the expected result?

A

This explains the system behavior to the tester which they should experience as a result of the test steps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is test matrix?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is TestRail?

A

A software where you can create tests, manage test runs, and coordinate the entire testing process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly