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 synchronizationGUI check point is used to check and compare properties of objects between actual( actual test runs) and expected results (drafted Script)................
>How to find password using winrunnerPasswords 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................