Tests Flashcards

1
Q

Component testing

A

Tests commonly inputs and outputs, not internal workings

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

Integration testing

A

Testing so that components and units work together in groups

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

Unit testing

A

Testing so that units work on their own. Quick feedback and efficient

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

End user testing

A

User acceptance testing

Testing software in a real environment for users perspective

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

React testing library

A

A library that works well with Jest. Collection of packages for testing from the users perspective (focus on how UI behaves in response to user actions)

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

Jest

A

Testing framework that doesn’t need configuration

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

Cypress

A

End to end testing framework for Nodejs that simulates user interaction

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

TDD

A

Test driven development

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