Testing Flashcards

1
Q

Test plan

A

A ROADMAP to devise what the bugs (errors) in our system and how we will remove them

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

Test strategies are

A

A high-level document that DEFINES the OVERALL TESTING APPROACH including

  • objectives
  • scope
  • resources
  • schedules
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Test scenarios

A

A DETAILED, end-to-end test landscape that SIMULATES a real-world use case of how the function/feature of the software should work.

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

Test case:

A

A specific set of conditions or instructions and inputs that are used to test a particular aspect of the software.

Tests if it works whereas test scenarios tell us how it should work.

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

GUI testing

A

C1
- colour theme consistent on worksheets = fail; some have color some don’t
- worksheets are not in a chronological order -> poor information design
- links provided in the instructions don’t work -> poor navigation and interaction

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

GUI what changes

A

C2
- tables have proper colouring and borders for better format and are a bigger size
- text is more readable and instructions are readable -> introduced headers to highlight key sections
- hyperlinks work
- worksheets are sorted logically

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