# # smithdoc-example.smith # Example non-active script to demonstrate the use of doc comments # ============================================================================= # #$ Start Test #$ #$. Start Transaction 1 #$. -------------------------------------------- #$..A Click the red button #$..R The red star should appear on the page #$..V The red star image is present #$..v The save button is enabled #$..a= Click the Save button #$..r= Land on 'Done' page #$..v= The phrase 'red star' is on the 'Done' page #$. -------------------------------------------- #$. End Transaction 1 #$ #$.a Navigate back to home page #$.v Main text header #$ #$. Start Transaction 2 #$. -------------------------------------------- #$..act. Click the blue button #$..res. The blue circle should appear on the page #$..ver. The blue circle image is present #$..verify: The save button is enabled #$..Action= Click the Save button #$..RESULT= Land on 'Done' page #$..Verify=The phrase 'blue circle' is on the 'Done' page #$. -------------------------------------------- #$. End Transaction 2 #$ #$ End Test # note: this script has no real actions %%CREATION_PROPERTIES%%_DO_NOT_EDIT_%%CREATION_PROPERTIES%% TS_PROP_TESTERNAME==Quality Forge TS_PROP_PROJECT=====Samples TS_PROP_DESCRIPTION=(see header)