+ 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!
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...đ