Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
installdoc [2021/01/25 16:17]
admin [Browser Setup]
installdoc [2021/03/01 22:37]
admin [Prerequisite]
Line 4: Line 4:
  
 ====Prerequisite==== ====Prerequisite====
-  * //JDK 8// or later +  * //JDK 8// or later  ([[https://corretto.aws/downloads/latest/amazon-corretto-8-x64-windows-jdk.msi | Windows: Install OpenJDK]])
   * OS: //Windows (7 or later)// or //Mac//   * OS: //Windows (7 or later)// or //Mac//
   * Memory: at least 4GB   * Memory: at least 4GB
   * Disk Space (free): at least 2GB.   * Disk Space (free): at least 2GB.
 +  * Latest version of modern browser (Firefox, Chrome, Edge, Safari)
  
 ---- ----
Line 34: Line 35:
 //TestOptimal// utilizes //Selenium/WebDriver// to perform browser automation.  The system will automatically download the appropriate driver when it's needed and thus internet is required.   //TestOptimal// utilizes //Selenium/WebDriver// to perform browser automation.  The system will automatically download the appropriate driver when it's needed and thus internet is required.  
  
-Alternative, you may copy the required browser driver into the expected location ahead of time to remove this dependency. +Alternatively, you may copy the required browser driver into the expected location ahead of time to remove this dependency. 
 Check {{http://localhost:8888/api/v1/file/log/tosvr| SvrLog file}} for the location of the driver files: e.g. Check {{http://localhost:8888/api/v1/file/log/tosvr| SvrLog file}} for the location of the driver files: e.g.
    2020-05-18 13:44:40 [INFO] loading chrome driver from C:\Users\myAccount\.m2\repository\webdriver\chromedriver\win32\80.0.3987.106\chromedriver.exe    2020-05-18 13:44:40 [INFO] loading chrome driver from C:\Users\myAccount\.m2\repository\webdriver\chromedriver\win32\80.0.3987.106\chromedriver.exe
  
-If using Safari browser for testing AUTon Terminal window, run once to enable Safari automation:+If you are performing AUT testing on Safari browser, you will need to enable automation on Safari browser by running the following command once:
  
    safaridriver --enable    safaridriver --enable