test driven development javascript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

test driven development javascript

recently I've got a task to test a server url using test driven development pattern (functional test ) but I've never done that before how exactly should I do it?

28th Apr 2020, 10:23 PM
Amir Yeganeh
Amir Yeganeh - avatar
1 Answer
+ 1
Test-driven development is when you write tests before writing code so that you know what your code needs to accomplish. Then you write the code to satisfy the tests. So... write some tests!
29th Apr 2020, 9:12 PM
Zackary Lee
Zackary Lee - avatar