Installing the Code Analysis Framework on a Linux AUT Environment
The following steps should be performed if the code coverage plugin that you create will interact with your .NET application
under test on the Linux operating system.
The code analysis framework for Linux is available from
Help > Tools > Linux Code Analysis Framework. Download and copy this over to root or any other folder on the Linux machine.
Ensure that
the latest version of
Java Runtime Environment 1.8 is installed on the application under test machine.
Extract
CA-Framework.tar.gz.
Place the code analysis plug-in into the
<install dir>/Silk Central20.0/Plugins folder.
Change directory to
<install dir>/Silk Central20.0/Code Analysis.
Find
startCodeAnalysisFramework.sh shell script which will run the
CA-Framework process.
Run the following command to convert the file to Unix format:
dos2unix startCodeAnalysisFramework.sh.
Run the following command to set required permissions to execute the shell script:
chmod 775 startCodeAnalysisFramework.sh.
Run the following shell script to run the CAFramework process:
./startCodeAnalysisFramework.sh.
The code analysis framework is ready to be used from
Silk Central.