TEST DOCUMENTS Flashcards

1
Q

WHAT IS A TEST CASE AND THE COMPONENTS OF ONE

A

A test case is a set of conditions or variables under which a tester will determine whether an application, software system, or one of its features is working as it was originally established for it to do.

A test case will typically include:

A unique test case ID
A description of the test case
Preconditions for the test
Steps on how to execute the test case
Test data
Expected results for the test case
Actual results for the test case
Status of the test case pass or fail

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

WHAT TOOLS HAVE YOU USED TO WRITE TEST CASES

A

I have experience writing test cases with TestLink, and built in tools in Jira such as zephyr

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

WHAT IS A TEST PLAN

A

A test plan is a comprehensive document that outlines the strategy, scope, resources, and schedule of intended testing activities. It serves as a blueprint for the testing process, detailing how testing will be conducted, who will perform the testing, what will be tested, and the criteria for success.

A test plan will usually include the following

A good introduction
A list of items to be tested
The scope of the project
Test objectives and criteria
Test environment
the approach
deliverables
Roles and responsibilities
Approval and sign off

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

WHAT IS A TEST SCENARIO

A

Test scenarios are high level description of features to be tested. Test scenarios are less detailed than test cases but multiple test case will be made out of a scenario.

I have used trello to create test scenarios

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

WHAT IS A TEST REPORT

A

A test report is a document that summarizes the testing activities, results, and findings of a testing phase. It provides a comprehensive overview of what was tested, how it was tested, and the outcomes of those tests. The test report is crucial for stakeholders to understand the quality of the software, the effectiveness of the testing efforts, and any remaining issues or risks

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

WHAT IS A BUG REPORT

A

A bug report is a document or an entry in a bug tracking system that describes an issue or defect found in a software application

Key elements:

A unique bud ID
A title/summary
Description of the bug
Steps to reproduce
Expected results
Actual results
Severity
Environment
screen shots/ screen grabs
Status
assignee

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