# (c) Copyright 2000-2012 by Software Research, Inc. # Recording made on: Microsoft Windows XP # # NOTE: This script design to only playback successfully with IE 7.0... ProjectID "FunctionalTests" GroupID "Experimental" TestID "example07" LogID "AUTO" ScreenSize 1280 1024 FontSize 0 DeleteCache DeleteCookies DeleteSession # --------------------------------------------------------------------- # Step 1: Start at www.google.com, then navigate to gmail and log in... # Natural timings remain in script here. The password is encrypted. InitLink "http://www.google.com/" Wait 5016 IndexSet 0 IndexFindElement 0 DOWN "innerText" "Gmail" "" IndexMove +2 IndexFollowLink 0 "" Wait 2079 SyncOnText 0 "Username" "" Wait 2516 IndexSet 0 IndexFindElement 0 DOWN "id" "Email" "" IndexInputValue 0 "TEXT" "evalidinc" "" "" Wait 2542 IndexFindElement 0 DOWN "id" "Passwd" "" IndexInputValue 0 "TEXT" "«p°㮉»" "" "" Wait 171 IndexFindElement 0 DOWN "name" "signIn" "" IndexSubmitClick 0 "" Wait 2213 SyncOnText 0 "Sign out" "number:3" Wait 2099 SyncOnText 0 "Set status here" "number:3" Wait 1814 # --------------------------------------------------------------------- # Step 2: Sign out and wait (synchronize) until you're ready to sign # in again... Wait 3275 FollowLink 0 99 "evalidinc@gmail.com" "https://google.com/profiles" "number:3" Wait 6720 FollowLink 0 123 "Sign out" "https://mail.google.com/mail/?logout&hl=en" "number:3" Wait 1872 SyncOnText 0 "Sign in" "" # Note: Playback involves adaptive playback, so there will be Messages in the # event log and you probably will see a "Yellow screen", unless the GMAIL # application itself generated a server side internal navigation error to # document... # Script ends.