Whats are basic things you should kept in mind while writing functional tests?
- by piemesons
Hello,
what kind of functionality should be covered in functional test?
How to prioritize what are the functionality that must be covered in functional test. I can understand it depends upon on the project, whats the functionality present the project.
Lets take a example of stackoverflow. Suppose we are developing a basic working model of this. What kind of functional test must be covered in this.
Just brief what the key points while writing functional tests. (taking any basic functionality from this site just to understand the reference)
Still its platform independent question.I am using ruby on rails developer, but keeping ruby on rails as mind will be preferable.