Question 3 of 10Pro Only
What testing frameworks are commonly used in backend development and how do you choose one?
Sample answer preview
Testing frameworks provide the structure and tools needed to write and run tests. The choice depends on your programming language and project needs. For JavaScript and Node.js, Jest is the most popular framework.
JestMochapytestJUnittest runnerassertions