Traditional VS BDD test case design
Writing test cases
For QA engineers, writing test cases is one of the main activities that must be done on a regular basis. For experienced QA engineers, we have probably written millions of test cases over the life of our careers.
Since you are reading this article, I am going to assume that you are new to this or are wanting to see how other QA engineers write their test cases.
This article is specific to end-to-end front end test cases. These are scenarios where a user is using a web application, desktop application, or mobile application to perform some function.
I will briefly introduce you to the two major styles of writing test cases.