Google News
logo
Automation Testing - Interview Questions
What are some coding practices to follow while writing automation scripts or framework?
Some of the good coding practices are :
 
* Naming standards should follow
* Comments should be added
* Place reusable functions in a separate file
* Avoid duplicate code
* Add appropriate assertions
Advertisement