Tests Flashcards
1
Q
Component testing
A
Tests commonly inputs and outputs, not internal workings
2
Q
Integration testing
A
Testing so that components and units work together in groups
3
Q
Unit testing
A
Testing so that units work on their own. Quick feedback and efficient
4
Q
End user testing
A
User acceptance testing
Testing software in a real environment for users perspective
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)
6
Q
Jest
A
Testing framework that doesn’t need configuration
7
Q
Cypress
A
End to end testing framework for Nodejs that simulates user interaction
8
Q
TDD
A
Test driven development