Test Driven Development --- Front-end | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Test Driven Development --- Front-end

Is there really a need to write tests for the front-end of web development? If so, why? What kind of test should one be writing? PS: You can supply opinion irrespective of framework. Thank you!

18th Apr 2017, 6:28 PM
@bayoishola20
1 Answer
+ 1
Yes, you can perform testing on a front end. Mostly it's a manual testing. Test Cases can be: 1) Is your GUI following standard UI/UX principles? 2) is this is the correct position for this element? 3) Checking SEO status. 4) Checking Load Handling Capacity. 5) Checking spelling​s and grammatical mistakes. 6) Visual Appearance Testing. & many more.... Happy Coding...😊
23rd Apr 2017, 8:36 PM
Sandip Bhambre (Sandy)
Sandip Bhambre (Sandy) - avatar