Forum Discussion

Egg's avatar
Egg
Frequent Contributor
3 years ago
Solved

Login using Test Complete Keyword test

Hello, I wanna question How I create 'web site login test' using Test Complete Keyword test.    I tried below steps..  1. I recorded Login test using keyword test on a website. (error: zero-sized ...
  • Marsha_R's avatar
    Marsha_R
    3 years ago
    1) It is considered best practice to save values like id and pw in variables in case they need to be changed later. You can change the variable value in one place instead of one or many places in the code.
    2) If you use the Password type for a variable, it will be encrypted and not automatically visible to everyone.
  • Marsha_R's avatar
    Marsha_R
    3 years ago
    Using the box to login will also prove that the server can be accessed. If it was me I wouldn't do both.