Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to smartsite
  2. Click Login
  3. Enter login: sakaistu1
  4. Enter password: *******
  5. Click Login
  6. Click "Mike's Test Site"
  7. Click "Chat Room"
  8. Write 5 static messages (after which click Add Message)
  9. Write 1 dynamic message (after which click Add Message)
  10. Click Logout

...

Changes done after recording

What has been done:

  1. Coded dynamic messgae
  2. Made login/password combo come from a file
  3. The Recorded script did some "garbage" at the beginning(went to an unrelated URL, set some useless looking cookies), which has been eliminated
  4. Base system URLS are hardcoded all over the place. Rather than query/replace them each time, I put in a variable that's defined/set in TInit that has the URL in it. I then validated that two URLS can use it.
  5. "ThinkTime"(or as i'm gonna probably call it, sleep) is static. I changed one to be random

...