Make sure you have downloaded and extracted the cognizant-intelligent-test-scripter-*-setup.zip
from releases
installation_location mentioned below is the location where you have extracted the zip
Chrome
Firefox
- Open Firefox
- Drag and drop the
cognizantits.xpi
which is located ininstallation_location/Extensions/FireFox
intoFirefox
Browser
Internet Explorer
-
Download the Latest version of CITS_IE_Toolbar from here
-
Follow the Installation docs from here
Open the Ext_Certificate.cer
file which is in installation_location/Extensions
.
For Windows
To install the Certificate, perform the following steps in the Certificate window that is displayed:
-
Click the Install Certificate button
-
Click the Next button and select Place all certificates in the following store.
-
Browse and select Trusted Root Certification Authorities
-
Click the Next button followed by Finish.
For Mac
-
Double-click
Ext_Certificate.cer
. This will bring up the Keychain Access utility. Enter your password to unlock it. -
Be sure you add the certificate to the System keychain, not the login keychain. Click "Always Trust," even though this doesn't seem to do anything.
-
After it has been added, double-click it. You may have to authenticate again.
-
Expand the "Trust" section.
-
"When using this certificate," set to "Always Trust"
-
Or Open Terminal and then enter
sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain Ext_Certificate.cer
For Windows
Double Click the Run.bat
to launch the UI
For Mac
Open Terminal in the installation location and then type
chmod +x Run.command
Double Click the Run.command
to launch the UI
If you see It's Downloaded From Internet Warning then enter the following command in terminal
xattr -d -r com.apple.quarantine /path/to/cognizant-intelligent-test-scripter
If you are using Image Based Automation of Cognizant Intelligent Test Scripter
and want to perform OCR related actions, then you have to download and configure the dependent files as explained below.
To enable Sikuli OCR support, required Tesseract language files should be added.
Download data files form here,
Create the below folder structure if not present
Windows :
%APPDATA%\Sikulix\SikulixTesseract\tessdata
Mac :
~/Library/Application Support/Sikulix/SikulixTesseract/tessdata
Linux:
~/.Sikulix/SikulixTesseract/tessdata
Extract tesseract-ocr-3.02.eng.tar.gz
Copy the data-files from the extracted directory( zip/tesseract-ocr/tessdata
) to the above created folder.