Configuring Controllers

While setting up test environment, one of most important element is controller. You can open add controller page in a different window and co-relate attributes described here.Various fields those need to be configured are

  1. Controller / 1 - You need to mention an unique name for controller of your choice. You can make use of normal alphabet characters, -, _ and digits for controller name.
  2. IP Address - You need to provide IP address of controller machine here that will be used during test execution.
  3. Port - You need to provide port that controller listens on during test execution.
  4. SSH User - You need to provide valid ssh user name, using that one can do SSH to controller machine.
  5. SSH Password - You need to provide proper SSH password.
  6. SSH Port - You need to provide SSH port. Typically it is 22.
  7. DBS IP Address - You need to provide database server IP address here.
  8. DBS Port - You need to provide database port number here. Default value is 3306, if your database server using a different port, provide that port number here.
  9. DB Name - You need to provide database name here.
  10. DB User - You need to provide database user name here.
  11. DB Password - You need to provide database password here. Please note that your database password is encrypted and stored.


It is recommended you do not keep any important information / data in controller machines due to security reasons.