Naming conventions for automated test scripts

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
GUI checkpoint and synchronization
GUI check point is used to check and compare properties of objects between actual( actual test runs) and expected results (drafted Script)................
Buffer overflows and Automation test framework
Software configuration management is the process of tracking and controlling changes to software/hardware.................
>How to find password using winrunner
Passwords are saved in the winrunner script in encrypted form. The value that can be checked in the script file is the encrypted form of the original password only................
Post your comment