What naming conventions do you use while naming the automated test scripts?Every organisation follows different form of conventions. There is no hard and fast standard for it. The purpose of naming conventions is for easy understanding, debugging, maintaining the script.
Eg: While Scripting, its better to have (TCno#_appl_modulename_function) 113_shoppingcart_productcatalog_addbutton
|