selenium configuration WebTours

WebTours 
default user name: jojo Password: bean

1. First check the environment variable configuration is wrong.
  a) Open My Computer - Properties - Advanced - Environment Variables

  b) New System Variable JAVA_HOME and the CLASSPATH
(Note: Many online articles allows users JAVA_HOME environment variable, but after doing so, enter javac in the console, you will be prompted "javac is not an internal or external command")
variable name: JAVA_HOME variable values : C: \ ProgramFiles \ Java \ jdk1.7.0
variable name: CLASSPATH variable values:;.% JAVA_HOME% \ lib \ dt.jar;% JAVA_HOME% \ lib \ tools.jar;
(note the dot in front of the semicolon and certain can not be lost, as well as the middle of the back of the semicolon and do not lose. No point indicates that the current working directory to the path)

  c) Select "system variables" environment variable named variable "Path", and double-click the variable, the absolute path JDK installation path bin directory, added to the value of the Path variable, and use the semicolons and have half-width path separated. Variable name: Path variable value:% JAVA_HOME% \ bin;% JAVA_HOME% \ jre \ bin; this is java environment configuration, start eclipse directly after the configuration is complete, it will automatically configure the java environment


Loadrunner own solution sample site WebTours not open 

Many people will display the following error when the page is opened LR example:

Internal error: your request was unsuccessful

Cannot create CGI process – program not found

Solution:
  Open the run.bat WebTours folder, edit the path name them
  if you LR path: E: / LR /
  your function bat might be:
  the SET the PATH = / bin
  cd / WebTours
  Start xigui32. exe
  change it, change:
    the SET the PATH = E: / LR / bin
    cd E: / LR / WebTours
    Start xigui32.exe
  save the file and exit
  shut down the service, run run.bat, re-run the page.

Install strawberry-perl-5.10.1.0.msi

Guess you like

Origin www.cnblogs.com/Ivanjq/p/11482379.html