SpiraTeam Build Server Integration Guide Inflectra Corporation

Size: px
Start display at page:

Download "SpiraTeam Build Server Integration Guide Inflectra Corporation"

Transcription

1 SpiraTeam Build Server Integration Guide Inflectra Corporation Date: October 11th, 2017

2 Contents 1. Introduction Integrating with Jenkins / Hudson Integrating with TeamCity Integrating with Bamboo Integrating with Team Foundation Server Introduction SpiraTeam is an integrated Application Lifecycle Management (ALM) system that manages your project's requirements, releases, test cases, issues and tasks in one unified environment: SpiraTeam contains all of the features provided by SpiraTest - our highly acclaimed test management system and SpiraPlan - our agile project management solution. With integrated customizable dashboards of key project information, SpiraTeam allows you to take control of your entire project lifecycle and synchronize the hitherto separate worlds of development and testing. SpiraTeam includes the ability to integrate with a variety of continuous integration / automated build servers so that the results of automated builds can be displayed in SpiraTeam linked to the associated release or iteration. In addition, the results of automated tests and source code operations can be linked to the build events, providing traceability from a specific build to the bugs that were fixed, tests that were run and source code files that were modified. This guide outlines how to integrate and use SpiraTest, SpiraPlan and SpiraTeam in conjunction with various build servers commonly used by software development teams. This guide assumes that the reader is familiar with both SpiraTeam and the appropriate build server being discussed. For information regarding how to use SpiraTeam, please refer to the SpiraTeam User Manual. Page 1 of 30

3 2. Integrating with Jenkins / Hudson This section outlines how to use SpiraTest, SpiraPlan or SpiraTeam (hereafter referred to as SpiraTeam) in conjunction with either the Jenkins or Hudson (hereafter referred to as Jenkins) continuous integration build servers. It assumes that you already have a working installation of SpiraTest, SpiraPlan or SpiraTeam v3.2 or later and a working installation of Jenkins/Hudson v1.405 or later. If you have an earlier version of SpiraTeam, you will need to upgrade to at least v Overview Jenkins provides continuous integration services for software development, primarily in the Java programming language. It is a server-based system running in a servlet container such as Apache Tomcat. It supports SCM tools including CVS, Subversion, Git, Mercurial, Perforce and Clearcase, and can execute Apache Ant and Apache Maven based projects as well as arbitrary shell scripts and Windows batch commands. When you use the SpiraTeam plugin for Jenkins, it will allow you to associate each Jenkins project with a corresponding project and release in SpiraTeam. Then, each time Jenkins creates a new build, a new build artifact will be created in SpiraTeam. Each build in SpiraTeam will be automatically linked to the incidents fixed, source code revisions committed, and any SpiraTeam tokens in the Jenkins changelog will be parsed and turned into SpiraTeam artifact hyperlinks Installing the SpiraTeam Plug-in for Jenkins Go to the Inflectra website and open up the page that lists the various downloads available for SpiraTeam ( Listed on this page will be the SpiraTeam Plug-In for Jenkins. Right-click on this link and save the Zip compressed folder to a temporary location. Open up the compressed folder and extract the spira-plugin.hpi file contained inside. Now open up a web browser and connect to your Jenkins server: Click on the Manage Jenkins hyperlink, following by the Manage Plugins hyperlink. That will bring up the page that displays all the currently loaded plugins. Click on the Advanced tab: Page 2 of 30

4 Now you can click on the [Browse] button next to the section that lets you upload a new plugin to the server. Navigate to where you saved the spira-plugin.hpi plugin file and upload the SpiraTeam plugin into Jenkins. Once that has completed, click on the Installed tab to display the list of installed plugins: You will see an option to Restart Jenkins and load any recently added plugins. Click on this button and Jenkins will automatically restart once all pending jobs have been completed. Once Jenkins has restarted, you will now see the SpiraTeam plugin listed as one of the installed plugins: Page 3 of 30

5 2.3. Setting-Up the SpiraTeam Jenkins Plug-in Now that the plugin has been installed, you need to go back to the Jenkins homepage and click on the Manage Jenkins hyperlink followed by the Configure System hyperlink. This will bring up the main Jenkins configuration page. Scroll down to find the Spira Integeration section: Enter in the URL you use to access your instance of SpiraTeam, together with a valid username and password. Once you have entered the values, click on the [Test Connection] button to verify that Jenkins can connect to SpiraTeam successfully. Once it has connected successfully, click the [Save] button at the bottom of the screen to save your connection settings Configuring a Jenkins Job Now that you have setup the global SpiraTeam settings in Jenkins, next you need to associate each of your Jenkins Jobs with their corresponding SpiraTeam Project and Release/Iteration. To do this, click on the name of the Jenkins Job and then click on the Configure hyperlink for that Job: Under the section Build Environment select the checkbox marked Enable Spira Integration. That will display the SpiraTeam configuration panel for this Job: Page 4 of 30

6 Now you need to enter the following values: Project ID The numeric ID of the SpiraTeam Project that the Build belongs to. (e.g. for Project PR00001 just enter 1) Release Version Number The version number of the SpiraTeam Release/Iteration that the Build belongs to. (e.g. for Release RL0004 with version number you'd enter just ) Once you have entered in the Project ID and Release version number, click the [Verify Release] button and the plugin will connect to SpiraTeam and verify that the project exists, that the current user can connect to that project, and that the specified release/iteration exists in the project. Once it has verified successfully, click the [Save] button at the bottom of the screen to save your Job configuration settings. You are now ready to use Jenkins with SpiraTeam Viewing the Build Results in SpiraTeam Now that you have associated your Jenkins job with a specific SpiraTeam project and release/iteration, you can now use Jenkins to manage your software builds and have the results of the build be reported back into SpiraTeam. For example when the Build JUnit job illustrated in the previous section is executed, it will report back the following result in Jenkins: The corresponding build entry will also be created in SpiraTeam under the specified project and release/iteration: If you have configured your Project Home to include the list of recent builds, the build information will also be displayed on the Project Home dashboard: Page 5 of 30

7 Clicking on either of the hyperlinks will allow you to navigate to the Build details page inside SpiraTeam: This page will display the status (success / failure) and details of the build (from the Jenkins Console Output) together with a list of the associated incidents, test runs and source code revisions. The following section will explain how to use your Source Code Management (SCM) system to take advantage of the SpiraTeam plugin and automatically link incidents and source code revisions to the build information Working with Source Code Changesets When your developers commit changes to your application s source into the SCM repository, they should make sure to link the commit to the appropriate artifacts in SpiraTeam. For example they may want to record that the revision fixes a specific incident or implements a specific feature (requirement). Linking an artifact is very simple. All the developer needs to do is enter the artifact token in the following format: [PREFIX:ID] The first half, the Artifact Identifier, is a two-letter code that is used throughout SpiraTeam, and is visible on almost every page in the application. For example, a requirement s identifier is RQ. Incidents are IN, and tasks are TK. The artifact ID is the number of the artifact. So by creating a commit message that reads: Page 6 of 30

8 Due to requirement [RQ:12], the code for.tostring in class XMLparser was modified. This also fixed Incident [IN:1034]. SpiraTeam will automatically detect the tokens and will include links to them under the Associations tab for each revision detail in SpiraTeam. In addition, when Jenkins creates the next build (that includes this revision), the plugin will automatically parse the revision message and convert the tokens into hyperlinks to the corresponding SpiraTeam artifact. That way, when developers view the build changelog in Jenkins, it will automatically include links to the SpiraTeam items: Meanwhile, inside SpiraTeam, the system will use the same information to automatically link the list of associated revisions to the build record: If the commit message contains Incident tokens, the plugin will also automatically link those incidents to the appropriate build: Similarly when you view the list of incidents inside SpiraTeam you will now be able to sort and filter the list by the associated build: Page 7 of 30

9 Congratulations! You are now able to use SpiraTeam and Jenkins to be able to manage your builds and have the build status integrated into your SpiraTeam project dashboard Scheduling Test Sets Upon Successful Builds One additional feature of the integration with SpiraTest and SpiraTeam (hereafter just SpiraTest) is the ability to have SpiraTest automatically schedule the execution of a test set whenever a build passes. To do that, make sure the Test Set is associated with the SpiraTest release or iteration that is being built and then set the Schedule on Build field to Yes and optionally enter in the delay (after the build succeeds) that you want the test set to be scheduled for: This means that you don t need to separately manage your build schedule in Jenkins and your test automation schedule in SpiraTest. Page 8 of 30

10 3. Integrating with TeamCity This section outlines how to use SpiraTest, SpiraPlan or SpiraTeam (hereafter referred to as SpiraTeam) in conjunction with the JetBrains TeamCity continuous integration build servers. It assumes that you already have a working installation of SpiraTest, SpiraPlan or SpiraTeam v4.0 or later and a working installation of TeamCity v9.0.4 or later. If you have an earlier version of SpiraTeam, you will need to upgrade to at least v Overview TeamCity provides continuous integration services for software development, primarily in the Java programming language. It is a server-based system running that supports a variety of different version control systems and build runners. It supports SCM tools including CVS, Subversion, Git, Mercurial, Perforce and Borland StarTeam, and can execute Apache Ant and Apache Maven based projects as well as arbitrary shell scripts and Windows batch commands. When you use the SpiraTeam Plug-In for TeamCity, it will allow you to associate each TeamCity project with a corresponding project and release in SpiraTeam. Then, each time TeamCity creates a new build, a new build artifact will be created in SpiraTeam. Each build in SpiraTeam will be automatically linked to the incidents fixed, tasks implemented, requirements developed and source code revisions committed Installing the SpiraTeam Plug-in for TeamCity Go to the Inflectra website and open up the page that lists the various downloads available for SpiraTeam ( Listed on this page will be the SpiraTeam Plug-In for TeamCity. Right-click on this link and save the Zip compressed folder to the TeamCity s Plug-In directory ($TEAMCITY_USER_HOME/plugins). After that, restart TeamCity for the plugin to take effect. It s also possible to install the Plug-In through the user interface of TeamCity via Administration > Plugins List > Upload Plugin Zip, choosing the zip-file from your file-system: Page 9 of 30

11 Do not forget to restart TeamCity for the plugin to take effect. Once TeamCity has restarted, you can see the SpiraTeam Plug-In listed as one of the installed plugins: 3.3. Setting-Up the SpiraTeam TeamCity Plug-in Now that the plugin has been installed, you need to configure the Global Settings for integration with SpiraTeam. To do this, go to Administration > Spira Global Settings: You will need TeamCity administrator privileges to access this configuration page. Once in the Spira Global Settings page, enter in the URL you use to access your instance of SpiraTeam, together with a valid username and password. Once you have entered the values, click on the [Save] button. TeamCity will then verify if it can connect to SpiraTeam successfully. Once it has connected successfully, your connection settings will be saved. In case of error, follow the instructions on-screen and try again. After setting the global configurations appropriately, you will need to enable the notifications in TeamCity. To do this, go to My Settings & Tools, that can be accessed through clicking your TeamCity username (top right). Once there, in the General tab, inside the Watched Builds and Notifications box, find the Spira Notifier for TeamCity section, and click in Edit: Page 10 of 30

12 Once in the page, click in Add new Rule. Then, inside the Send notification when section, select the events you want TeamCity notify SpiraTeam: Page 11 of 30

13 After selecting your preferences, click in the Save button Configuring a TeamCity Project Now that you have setup the Global SpiraTeam and Notifications settings in TeamCity, next you need to associate each of your TeamCity Projects with their corresponding SpiraTeam Project and Release/Iteration. To do this, click on the name of a project and then click on the Spira Project Configuration tab for that Project: In this page you can check the URL of the SpiraTeam Server. If it is wrong, you can change it in the Spira Global Settings menu (see section 3.3 again). It is also possible to check the Project ID associated with the project in TeamCity. This information can be useful for debugging/checking reasons. To associate a TeamCity Project with a SpiraTeam Project, enter the following values: Project ID The numeric ID of the SpiraTeam Project that the Build belongs to. (e.g. for Project PR00001 just enter 1) Release Version Number The version number of the SpiraTeam Release/Iteration that the Build belongs to. (e.g. for Release RL0004 with version number you'd enter just ) Once you have entered in the Project ID and Release version number, click the [Save] button and the plugin will connect to SpiraTeam and verify that the project exists, that the current user can connect to that project, and that the specified release/iteration exists in the project. Once it has verified successfully, it will save your Project configuration settings. In case of error, follow the instructions on-screen and try again. You are now ready to use TeamCity with SpiraTeam Viewing the Build Results in SpiraTeam Now that you have associated your TeamCity Project with a specific SpiraTeam project and release/ iteration, you can now use TeamCity to manage your software builds and have the results of the build be reported back into SpiraTeam. For example when the BuildConfigTest build of Project 1 illustrated in the figure bellow is executed, it will report in TeamCity: Page 12 of 30

14 The corresponding build entry will also be created in SpiraTeam under the specified project and release/iteration: If you have configured your Project Home to include the list of recent builds, the build information will also be displayed on the Project Home dashboard: Clicking on either of the hyperlinks will allow you to navigate to the Build details page inside SpiraTeam: This page will display the status (success / failure) and details of the build (imported from the TeamCity Console Output) together with a list of the associated incidents, test runs and source code revisions. The following section will explain how to use your Source Code Management (SCM) system to take advantage of the SpiraTeam plugin and automatically link incidents and source code revisions to the build information. Page 13 of 30

15 3.6. Working with Source Code Changesets When your developers commit changes to your application s source into the SCM repository, they should make sure to link the commit to the appropriate artifacts in SpiraTeam. For example they may want to record that the revision fixes a specific incident or implements a specific feature (requirement). Linking an artifact is very simple. All the developer needs to do is enter the artifact token in the following format: [PREFIX:ID] The first half, the Artifact Identifier, is a two-letter code that is used throughout SpiraTeam, and is visible on almost every page in the application. For example, a requirement s identifier is RQ. Incidents are IN, and tasks are TK. The artifact ID is the number of the artifact. So by creating a commit message that reads: Due to requirement [RQ:12], the code for.tostring in class XMLparser was modified. This also fixed Incident [IN:1034]. SpiraTeam will automatically detect the tokens and will include links to them under the Associations tab for each revision detail in SpiraTeam. Inside SpiraTeam, the system will use the same information to automatically link the list of associated revisions to the build record: If the commit message contains Incident tokens, the plugin will also automatically link those incidents to the appropriate build: Similarly when you view the list of incidents inside SpiraTeam you will now be able to sort and filter the list by the associated build: Page 14 of 30

16 Congratulations! You are now able to use SpiraTeam and TeamCity to be able to manage your builds and have the build status integrated into your SpiraTeam project dashboard Scheduling Test Sets Upon Successful Builds One additional feature of the integration with SpiraTest and SpiraTeam (hereafter just SpiraTest) is the ability to have SpiraTest automatically schedule the execution of a test set whenever a build passes. To do that, make sure the Test Set is associated with the SpiraTest release or iteration that is being built and then set the Schedule on Build field to Yes and optionally enter in the delay (after the build succeeds) that you want the test set to be scheduled for: This means that you don t need to separately manage your build schedule in Jenkins and your test automation schedule in TeamCity. Page 15 of 30

17 4. Integrating with Bamboo This section outlines how to use SpiraTest, SpiraPlan or SpiraTeam (hereafter referred to as SpiraTeam) in conjunction with the Atlassian s Bamboo continuous integration build servers. It assumes that you already have a working installation of SpiraTest, SpiraPlan or SpiraTeam v4.0 or later and a working installation of Bamboo v 5.0 or later. If you have an earlier version of SpiraTeam, you will need to upgrade to at least v Overview Bamboo provides continuous integration services for software development, in any programming language using any build tool. It is a server-based system running that supports a variety of different version control systems. It supports SCM tools including CVS, Subversion, and Git, and can execute Apache Ant and Apache Maven based projects as well as arbitrary shell scripts and Tomcat. When you use the SpiraTeam Add-on for Bamboo, it will allow you to associate each Bamboo project and plan with a corresponding project/release in SpiraTeam. Then, each time Bamboo creates a new build, a new build artifact will be created in SpiraTeam. Each build in SpiraTeam will be automatically linked to the incidents fixed, tasks implemented, requirements developed and source code revisions committed Installing the SpiraTeam Add-on for Bamboo Go to the Inflectra website and open up the page that lists the various downloads available for SpiraTeam ( Listed on this page will be the SpiraTeam Add-on for Bamboo. Right-click on this link and save the.zip file to your local computer. Inside this.zip file will be a.jar file, extract the.jar file and save to a local folder on your system. After that, go to Bamboo Administration. You will need Bamboo administrator privileges to access this configuration page. Under Add-ons, click on the Manage Add-ons link and then on Upload Add-on on the left: After that, click on Browse and select the.jar file extracted from the.zip archive downloaded from the Inflectra website. Then, click on Update. After the installation of the SpiraTeam Add-on, you should see a welcome screen: Page 16 of 30

18 You will then be able to see the SpiraTeam Add-on in the User Installed Add-ons list : 4.3. Setting-Up the SpiraTeam Bamboo Add-on Now that the add-on has been installed, you need to configure the settings for integration with SpiraTeam. To do this, go to the Project you want to communicate with SpiraTeam, and under the plan you want to receive notifications, click on Edit ( icon). In the Plan Configuration screen, go to the Notifications tab and click on Add Notification: Page 17 of 30

19 In the Add a new notification pop-up, select the appropriate event you want to receive notifications, and in the Recipient type box, select SpiraTeam: After that, you will see some new fields to fill, they are: URL - It is the URL you use to access your instance of SpiraTeam; User Name: Your SpiraTeam user name; Password: Your SpiraTeam password; Project ID The numeric ID of the SpiraTeam Project that the Build belongs to. (e.g. for Project PR00001 just enter 1) Release Version Number The version number of the SpiraTeam Release/Iteration that the Build belongs to. (e.g. for Release RL0004 with version number you'd enter just ) After filling this boxes with appropriate information, click on Add button. Bamboo will then try to connect to the SpiraTeam Server, and check the Project/Release provided info. Once it validates your information, the connection settings will be saved. In case of error, follow the instructions on-screen and try again. Page 18 of 30

20 4.4. Viewing the Build Results in SpiraTeam Now that you have associated your Bamboo Project and Plan with a specific SpiraTeam project and release/iteration, you can use Bamboo to manage your software builds and have the results of the build be reported back into SpiraTeam. For example when the Plan1 build of TestProject 1 illustrated in the figure bellow is executed, it will report in Bamboo: The corresponding build entry will also be created in SpiraTeam under the specified project and release/iteration: If you have configured your Project Home to include the list of recent builds, the build information will also be displayed on the Project Home dashboard: Page 19 of 30

21 Clicking on either of the hyperlinks will allow you to navigate to the Build details page inside SpiraTeam: This page will display the status (success / failure) and details of the build (imported from the Bamboo Console Output) together with a list of the associated incidents, test runs and source code revisions. The following section will explain how to use your Source Code Management (SCM) system to take advantage of the SpiraTeam add-on and automatically link incidents and source code revisions to the build information Working with Source Code Changesets When your developers commit changes to your application s source into the SCM repository, they should make sure to link the commit to the appropriate artifacts in SpiraTeam. For example they may want to record that the revision fixes a specific incident or implements a specific feature (requirement). Linking an artifact is very simple. All the developer needs to do is enter the artifact token in the following format: [PREFIX:ID] The first half, the Artifact Identifier, is a two-letter code that is used throughout SpiraTeam, and is visible on almost every page in the application. For example, a requirement s identifier is RQ. Incidents are IN, and tasks are TK. The artifact ID is the number of the artifact. So by creating a commit message that reads: Due to requirement [RQ:12], the code for.tostring in class XMLparser was modified. This also fixed Incident [IN:1034]. SpiraTeam will automatically detect the tokens and will include links to them under the Associations tab for each revision detail in SpiraTeam. Inside SpiraTeam, the system will use the same information to automatically link the list of associated revisions to the build record: Page 20 of 30

22 If the commit message contains Incident tokens, the add-on will also automatically link those incidents to the appropriate build: Similarly when you view the list of incidents inside SpiraTeam you will now be able to sort and filter the list by the associated build: Congratulations! You are now able to use SpiraTeam and Bamboo to be able to manage your builds and have the build status integrated into your SpiraTeam project dashboard Scheduling Test Sets Upon Successful Builds One additional feature of the integration with SpiraTest and SpiraTeam (hereafter just SpiraTest) is the ability to have SpiraTest automatically schedule the execution of a test set whenever a build passes. To do that, make sure the Test Set is associated with the SpiraTest release or iteration that is being built and then set the Schedule on Build field to Yes and optionally enter in the delay (after the build succeeds) that you want the test set to be scheduled for: Page 21 of 30

23 This means that you don t need to separately manage your build schedule in Bamboo and your test automation schedule in SpiraTest. Page 22 of 30

24 5. Integrating with Team Foundation Server This section outlines how to use SpiraTest, SpiraPlan or SpiraTeam (hereafter referred to as SpiraTeam) in conjunction with Microsoft s Team Foundation Server (hereafter referred to as TFS) continuous integration build server module. It assumes that you already have a working installation of SpiraTest, SpiraPlan or SpiraTeam v4.0 or later and a working installation of TFS 2013 or later. If you have an earlier version of SpiraTeam, you will need to upgrade to at least v Overview TFS provides tools for managing the entire application lifecycle, including source code management, reporting, automated builds, testing and release capabilities, for example. It supports version control using either its native TFS source code management system or Git. SpiraTeam has version control plugins for both TFS native and TFS with Git source code management options. When you use the SpiraTeam Build Server Plug-In for TFS, it will allow you to associate different TFS projects with a corresponding project and release in SpiraTeam. Then, each time TFS creates a new build, a new build artifact will be created in SpiraTeam. Each build in SpiraTeam will be automatically linked to the incidents fixed, tasks implemented, requirements developed and source code revisions committed Installing the SpiraTeam Build Plug-in for TFS Go to the Inflectra website and open up the page that lists the various downloads available for SpiraTeam ( Listed on this page will be the SpiraTeam Build Plug-In for TFS. Right-click on this link and save the.zip file in your system. You will need to extract the folder and copy all the files to the TFS Plugins Directory, which is usually: C:\Program Files\Microsoft Team Foundation Server x.x\application Tier\Web Services\bin\Plugins After that, TFS will automatically restart and run the SpiraTeam Build Plug-In Setting-Up the SpiraTeam Build Plug-in for TFS Once you have copied the SpiraTeam Build Plug-In files to the TFS Plugins Directory, you will need to configure the plugin. To do this, you will need to open the file DevCore.TfsNotificationRelay.dll.config using your favorite text editor, or Visual Studio, for example. Then, find the section <bots> and the bot id="spira". In this section, you will input the information related to the SpiraTeam project you want to connect. To do this, enter the appropriate information in the " " at each correspondent value field: <add name="spiraurl" value="enter your SpiraTeam URL here"/> <add name="spirauser" value="enter your SpiraTeam user name here"/> <add name="spirapassw" value="enter your SpiraTeam password here"/> <add name="spirapnumber" value="enter your SpiraTeam project # here "/> <add name="spirapvers" value="enter your SpiraTeam release version # here"/> The information you need to enter is: spiraurl - It is the URL you use to access your instance of SpiraTeam; spirauser: Your SpiraTeam user name; spirapassw: Your SpiraTeam password; Page 23 of 30

25 spirapnumber The numeric ID of the SpiraTeam Project that the Build belongs to. (e.g. for Project PR00001 just enter 1) spirapvers The version number of the SpiraTeam Release/Iteration that the Build belongs to. (e.g. for Release RL0004 with version number you'd enter just ) Additionally, you can specify the TFS project you want to associate with the SpiraProject you have setup, entering the TFS Project name in the appropriate field inside the <eventrules> section: teamproject= "Enter your TFS project name here" Make sure to enter the exactly project name you have in TFS. If you leave this field blank, the associated SpiraTeam project will receive notifications from all the projects in TFS. Here is an example of how your configuration file should look like after the setup: If you want to receive notifications from more than one TFS project, you will need to create a bot for each TFS project inside the configuration file, and associate the TFS project with a SpiraTeam project. To do this, inside the configuration file, copy the whole block from <bot> to </bot>. Make sure to enter a different name for this new bot, for example bot id="spira2". Don't forget to associate this new Notificator with a TFS Project, entering the TFS project name in the teamproject field. After setting up two TFS projects, you configuration file should look like this: Page 24 of 30

26 Note the differences in spirapnumber, spirapvers, and teamproject fields in the two bots Viewing the Build Results in SpiraTeam Now that you have associated your TFS Project with a specific SpiraTeam project and release/ iteration, you can now use TFS to manage your software builds and have the results of the build be reported back into SpiraTeam. For example when the ConsoleApplication1_B build of Project 1 illustrated in the figure bellow is executed, it will report in TFS: The corresponding build entry will also be created in SpiraTeam under the specified project and release/iteration: Page 25 of 30

27 If you have configured your Project Home to include the list of recent builds, the build information will also be displayed on the Project Home dashboard: Clicking on either of the hyperlinks will allow you to navigate to the Build details page inside SpiraTeam: This page will display the status (success / failure) and details of the build (imported from the TFS Console Output) together with a list of the associated incidents, test runs and source code revisions. The following section will explain how to use your Source Code Management (SCM) system to take advantage of the SpiraTeam plugin and automatically link incidents and source code revisions to the build information. Page 26 of 30

28 5.6. Working with Source Code Changesets When your developers commit changes to your application s source into the SCM repository, they should make sure to link the commit to the appropriate artifacts in SpiraTeam. For example they may want to record that the revision fixes a specific incident or implements a specific feature (requirement). Linking an artifact is very simple. All the developer needs to do is enter the artifact token in the following format: [PREFIX:ID] The first half, the Artifact Identifier, is a two-letter code that is used throughout SpiraTeam, and is visible on almost every page in the application. For example, a requirement s identifier is RQ. Incidents are IN, and tasks are TK. The artifact ID is the number of the artifact. So by creating a commit message that reads: Due to requirement [RQ:12], the code for.tostring in class XMLparser was modified. This also fixed Incident [IN:1034]. SpiraTeam will automatically detect the tokens and will include links to them under the Associations tab for each revision detail in SpiraTeam. Inside SpiraTeam, the system will use the same information to automatically link the list of associated revisions to the build record: If the commit message contains Incident tokens, the plugin will also automatically link those incidents to the appropriate build: Similarly, when you view the list of incidents inside SpiraTeam you will now be able to sort and filter the list by the associated build: Page 27 of 30

29 Congratulations! You are now able to use SpiraTeam and TFS to be able to manage your builds and have the build status integrated into your SpiraTeam project dashboard Scheduling Test Sets Upon Successful Builds One additional feature of the integration with SpiraTest and SpiraTeam (hereafter just SpiraTest) is the ability to have SpiraTest automatically schedule the execution of a test set whenever a build passes. To do that, make sure the Test Set is associated with the SpiraTest release or iteration that is being built and then set the Schedule on Build field to Yes and optionally enter in the delay (after the build succeeds) that you want the test set to be scheduled for: This means that you don t need to separately manage your build schedule in Jenkins and your test automation schedule in TFS. Page 28 of 30

30 Legal Notices This publication is provided as is without warranty of any kind, either express or implied, including, but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-infringement. This publication could include technical inaccuracies or typographical errors. Changes are periodically added to the information contained herein; these changes will be incorporated in new editions of the publication. Inflectra Corporation may make improvements and/or changes in the product(s) and/or program(s) and/or service(s) described in this publication at any time. The sections in this guide that discuss internet web security are provided as suggestions and guidelines. Internet security is constantly evolving field, and our suggestions are no substitute for an up-to-date understanding of the vulnerabilities inherent in deploying internet or web applications, and Inflectra cannot be held liable for any losses due to breaches of security, compromise of data or other cyber-attacks that may result from following our recommendations. SpiraTest, SpiraPlan, SpiraTeam and Inflectra are registered trademarks of Inflectra Corporation in the United States of America and other countries. Microsoft, Windows, Explorer and Microsoft Project are registered trademarks of Microsoft Corporation. All other trademarks and product names are property of their respective holders. Please send comments and questions to: Technical Publications Inflectra Corporation 8121 Georgia Ave, Suite 504 Silver Spring, MD U.S.A. support@inflectra.com Page 29 of 30

SpiraTeam Help Desk Integration Guide Inflectra Corporation

SpiraTeam Help Desk Integration Guide Inflectra Corporation / SpiraTeam Help Desk Integration Guide Inflectra Corporation Date: July 23rd, 2018 Contents Introduction... 1 1. KronoDesk... 2 2. Zendesk... 7 Introduction SpiraTeam is an integrated Application Lifecycle

More information

SpiraTeam Help Desk Integration Guide Inflectra Corporation

SpiraTeam Help Desk Integration Guide Inflectra Corporation / SpiraTeam Help Desk Integration Guide Inflectra Corporation Date: June 12, 2017 Contents Introduction... 1 1. Zendesk... 2 Introduction SpiraTeam is an integrated Application Lifecycle Management (ALM)

More information

SpiraTeam Integration Guide Inflectra Corporation

SpiraTeam  Integration Guide Inflectra Corporation SpiraTeam Email Integration Guide Inflectra Corporation Date: February 5th, 2017 Contents 1. Introduction 1 2. Installing the Email Integration Service 2 3. Configuring the Email Integration Service 4

More information

SpiraTeam IDE Integration Guide Inflectra Corporation

SpiraTeam IDE Integration Guide Inflectra Corporation SpiraTeam IDE Integration Guide Inflectra Corporation Date: June 22nd, 2018 Contents 1. Introduction... 1 2. Jetbrains IDEs... 2 3. Eclipse / Mylyn... 8 4. Visual Studio 2012+... 19 5. Visual Studio 2010...

More information

SpiraTeam Requirements Management Integration Guide Inflectra Corporation

SpiraTeam Requirements Management Integration Guide Inflectra Corporation / SpiraTeam Requirements Management Integration Guide Inflectra Corporation Date: May 28th, 2017 Contents 0BIntroduction... 1 4B1. Importing From RequisitePro... 2 2. Importing From EnterpriseArchitect..

More information

SpiraTeam IDE Integration Guide Inflectra Corporation

SpiraTeam IDE Integration Guide Inflectra Corporation SpiraTeam IDE Integration Guide Inflectra Corporation Date: July 13th, 2018 Contents 1. Introduction... 1 2. Jetbrains IDEs... 2 3. Eclipse / Mylyn... 8 4. Visual Studio... 19 5. Visual Studio Code...

More information

SpiraTest Quick Start Guide Inflectra Corporation

SpiraTest Quick Start Guide Inflectra Corporation SpiraTest Quick Start Guide Inflectra Corporation Date: January 28, 2018 Contents Introduction 2 1. Logging In and Selecting a Project 3 2. Define the Requirements 5 3. Create the Release and Iteration

More information

Using Rapise with SpiraTest User Guide Inflectra Corporation

Using Rapise with SpiraTest User Guide Inflectra Corporation Using Rapise with SpiraTest User Guide Inflectra Corporation Date: May 4th, 2017 Contents Introduction... 1 1. Overview... 2 2. Configuring SpiraTest... 2 3. Connecting Rapise to SpiraTest... 4 4. Scheduling

More information

Rapise Quick Start Guide Testing Qt Framework Applications with Rapise

Rapise Quick Start Guide Testing Qt Framework Applications with Rapise Rapise Quick Start Guide Testing Qt Framework Applications with Rapise Date: May 8th, 2017 Contents Introduction... 1 1. Testing the Sample Qt Application 2 1.1. Using the Object Spy... 5 2. Testing Your

More information

Rapise Installation Guide Version 1.5 Inflectra Corporation

Rapise Installation Guide Version 1.5 Inflectra Corporation Rapise Installation Guide Version 1.5 Inflectra Corporation Date: June 19th, 2012 Contents Introduction 1 1. Installing Rapise 2 1.1. System Prerequisites 2 1.2. Installing the Software 3 2. Activating

More information

Rapise Quick Start Guide Testing Java Applications with Rapise

Rapise Quick Start Guide Testing Java Applications with Rapise Rapise Quick Start Guide Testing Java Applications with Rapise Date: May 9th, 2017 Contents Introduction... 1 1. Testing the Sample AWT/Swing Application... 2 2. Testing the Sample SWT Application... 7

More information

KronoDesk Integration Guide Inflectra Corporation

KronoDesk  Integration Guide Inflectra Corporation KronoDesk Email Integration Guide Inflectra Corporation Date: June 16th, 2017 Contents 1. Introduction 1 2. Installing the Email Integration Service 2 3. Configuring the Email Integration Service 4 3.1.

More information

Rapise Installation Guide Version 3.0 Inflectra Corporation

Rapise Installation Guide Version 3.0 Inflectra Corporation Rapise Installation Guide Version 3.0 Inflectra Corporation Date: April 19th, 2015 Contents Introduction 1 1. Installing Rapise 2 1.1. System Prerequisites 2 1.2. Remove any Previous Versions 3 1.3. Installing

More information

KronoDesk Quick Start Guide Inflectra Corporation

KronoDesk Quick Start Guide Inflectra Corporation KronoDesk Quick Start Guide Inflectra Corporation Date: June 16th, 2016 Contents Introduction 2 1. Getting Started 3 1.1. Viewing Knowledge Base Articles 3 1.2. Browsing the Support Forums 5 2. Using the

More information

Rapise Quick Start Guide An Introduction to Testing Web Applications with Rapise

Rapise Quick Start Guide An Introduction to Testing Web Applications with Rapise Rapise Quick Start Guide An Introduction to Testing Web Applications with Rapise Date: May 8th, 2017 Contents Introduction... 1 1. Recording Your First Script... 2 1.1. Open Rapise... 2 1.2. Opening the

More information

Rapise Quick Start Guide Testing Windows Applications with Rapise

Rapise Quick Start Guide Testing Windows Applications with Rapise Rapise Quick Start Guide Testing Windows Applications with Rapise Date: May 4th, 2017 Contents Introduction... 1 1. Choosing the Right Windows Library... 2 2. Sample Applications... 2 a) Two Dialogs...

More information

Getting Started with Indexing. Version 2.2

Getting Started with Indexing. Version 2.2 Getting Started with Indexing Version 2.2 This edition refers to Version 2.2 of Black Duck Code Sight. This document created or updated August 21, 2012. Please send your comments and suggestions to: Black

More information

Technical Notes Eclipse Integration version 1.2.1

Technical Notes Eclipse Integration version 1.2.1 .1 Electric Cloud ElectricCommander Technical Notes Eclipse Integration version 1.2.1 September 2010 This document contains information about the ElectricCommander integration with Eclipse for Eclipse

More information

SpiraTest, SpiraPlan, SpiraTeam User Manual Version 5.0 Inflectra Corporation

SpiraTest, SpiraPlan, SpiraTeam User Manual Version 5.0 Inflectra Corporation SpiraTest, SpiraPlan, SpiraTeam User Manual Version 5.0 Inflectra Corporation Date: April 30th, 2016 Contents 1. Introduction 2 1.1. Quality Assurance 2 1.2. Project Management 3 2. Functionality Overview

More information

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition BLUEPRINT TEAM REPOSITORY Installation Guide for Windows For Requirements Center & Requirements Center Test Definition Table Of Contents Contents Table of Contents Getting Started... 3 About the Blueprint

More information

SpiraTest, SpiraPlan, SpiraTeam User Manual Version 5.4. Inflectra Corporation

SpiraTest, SpiraPlan, SpiraTeam User Manual Version 5.4. Inflectra Corporation SpiraTest, SpiraPlan, SpiraTeam User Manual Version 5.4 Inflectra Corporation Date: January 14th, 2018 Contents 1. Introduction... 3 1.1. Quality Assurance 3 1.2. Project Management 3 2. Functionality

More information

JetBrains TeamCity Comparison

JetBrains TeamCity Comparison JetBrains TeamCity Comparison TeamCity is a continuous integration and continuous delivery server developed by JetBrains. It provides out-of-the-box continuous unit testing, code quality analysis, and

More information

SpiraTeam Feature Comparison

SpiraTeam Feature Comparison SpiraTeam Feature omparison P X urrently Supported Planned Functionality Not Applicable Not Supported SpiraTeam A Rally ollabnet V1 ollabnet TeamForge TargetProcess Microsoft Team Services HP ALM General

More information

CollabNet Desktop - Microsoft Windows Edition

CollabNet Desktop - Microsoft Windows Edition CollabNet Desktop - Microsoft Windows Edition User Guide 2009 CollabNet Inc. CollabNet Desktop - Microsoft Windows Edition TOC 3 Contents Legal fine print...7 CollabNet, Inc. Trademark and Logos...7 Chapter

More information

SpiraTest, SpiraPlan, SpiraTeam User Manual Version 4.0 Inflectra Corporation

SpiraTest, SpiraPlan, SpiraTeam User Manual Version 4.0 Inflectra Corporation SpiraTest, SpiraPlan, SpiraTeam User Manual Version 4.0 Inflectra Corporation Date: December 18th, 2012 Contents 1. Introduction 2 1.1. Quality Assurance 2 1.2. Project Management 2 2. Functionality Overview

More information

AccuRev Plugin for Crucible Installation and Release Notes

AccuRev Plugin for Crucible Installation and Release Notes AccuRev Plugin for Crucible 2017.2 Installation and Release Notes Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2017. All rights

More information

Welcome to InSite: A GUIDE TO PROOFING ONLINE. Getting Started Viewing Job Information Uploading Files Viewing Pages Requesting Corrections

Welcome to InSite: A GUIDE TO PROOFING ONLINE. Getting Started Viewing Job Information Uploading Files Viewing Pages Requesting Corrections Welcome to InSite: A GUIDE TO PROOFING ONLINE Getting Started Viewing Job Information Uploading Files Viewing Pages Requesting Corrections PROOF.REGISTERGRAPHICS.COM *NOTE: There is no www in this address.

More information

SpiraTeam Administration Guide Version 2.3 Inflectra Corporation

SpiraTeam Administration Guide Version 2.3 Inflectra Corporation SpiraTeam Administration Guide Version 2.3 Inflectra Corporation Date: October 5th, 2009 Contents 1. Introduction 1 2. Installing SpiraTeam 2 2.1. System Prerequisites 3 2.2. Installing the Software 8

More information

Integration Guide: innovi XProtect

Integration Guide: innovi XProtect Integration Guide: innovi XProtect Version 1.4, October 2018 Table of Contents 1 Overview... 3 1.1. About this Guide... 3 1.2. Enabling Procedure... 3 1.3. Mapping Cameras... 5 1.3.1. Professional+...

More information

Installation and Release Notes

Installation and Release Notes AccuRev Plug-In for Jenkins Installation and Release Notes Version 2013.1 Revised 13-November-2013 Copyright Copyright AccuRev, Inc. 1995 2013 ALL RIGHTS RESERVED This product incorporates technology that

More information

Continuous Integration (CI) with Jenkins

Continuous Integration (CI) with Jenkins TDDC88 Lab 5 Continuous Integration (CI) with Jenkins This lab will give you some handson experience in using continuous integration tools to automate the integration periodically and/or when members of

More information

SpiraTest, SpiraTeam, SpiraPlan Administration Guide Version 5.4. Inflectra Corporation

SpiraTest, SpiraTeam, SpiraPlan Administration Guide Version 5.4. Inflectra Corporation SpiraTest, SpiraTeam, SpiraPlan Administration Guide Version 5.4 Inflectra Corporation Date: January 12th, 2018 Contents 1. Introduction 1 2. Installing SpiraTeam 2 2.1. System Prerequisites 3 2.2. Installing

More information

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide Multi-Sponsor Environment SAS Clinical Trial Data Transparency User Guide Version 6.0 01 December 2017 Contents Contents 1 Overview...1 2 Setting up Your Account...3 2.1 Completing the Initial Email and

More information

SpiraTeam Administration Guide Version 5.3 Inflectra Corporation

SpiraTeam Administration Guide Version 5.3 Inflectra Corporation SpiraTeam Administration Guide Version 5.3 Inflectra Corporation Date: October 11th, 2017 Contents 1. Introduction 1 2. Installing SpiraTeam 2 2.1. System Prerequisites 3 2.2. Installing the Software 13

More information

SpiraTeam Administration Guide Version 4.1 Inflectra Corporation

SpiraTeam Administration Guide Version 4.1 Inflectra Corporation SpiraTeam Administration Guide Version 4.1 Inflectra Corporation Date: January 24th, 2014 Contents 1. Introduction 1 2. Installing SpiraTeam 2 2.1. System Prerequisites 3 2.2. Installing the Software 12

More information

Platforms (Operating Systems)

Platforms (Operating Systems) Platforms (Operating Systems) TeamCity Server Core features of TeamCity server are platform-independent. See considerations on choosing server platform. TeamCity server is a web application that runs within

More information

Test Automation Integration with Test Management QAComplete

Test Automation Integration with Test Management QAComplete Test Automation Integration with Test Management QAComplete This User's Guide walks you through configuring and using your automated tests with QAComplete's Test Management module SmartBear Software Release

More information

click2try Tutorial Redmine 2009 Presage Technologies, LLC.

click2try Tutorial Redmine 2009 Presage Technologies, LLC. click2try Tutorial Redmine 2009 Presage Technologies, LLC. Copyright 2008-2009 Presage Technologies, LLC. You may freely distribute or publish this content provided you publish the content in its entirety

More information

Simplifying Blade Server Update with Dell Repository Manager

Simplifying Blade Server Update with Dell Repository Manager Simplifying Blade Server Update with Dell Repository Manager Dell Engineering December 2015 A Dell Technical White Paper Revisions Date December 2015 Description Initial release THIS WHITE PAPER IS FOR

More information

SoftwarePlanner Connector for Microsoft Team Foundation Server (TFS) Source System

SoftwarePlanner Connector for Microsoft Team Foundation Server (TFS) Source System User s Guide SoftwarePlanner Connector for Microsoft Team Foundation Server (TFS) Source System This document is your guide for connecting data in SoftwarePlanner with other software solutions. 1 Contents

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights The forthcoming is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

The following issues and enhancements have been addressed in this release:

The following issues and enhancements have been addressed in this release: SpiraTest 5.0 Release Notes SpiraTest version 5.0 is the next release of the SpiraTest integrated quality assurance and test management system from Inflectra. These Release Notes cover what issues this

More information

Installation Guide Integrating Worksoft Certify with IBM Rational Quality Manager

Installation Guide Integrating Worksoft Certify with IBM Rational Quality Manager Installation Guide Integrating Worksoft Certify with IBM Rational Quality Manager Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Integrating Worksoft Certify

More information

SpiraTest, SpiraTeam, SpiraPlan Administration Guide Version 6.0. Inflectra Corporation

SpiraTest, SpiraTeam, SpiraPlan Administration Guide Version 6.0. Inflectra Corporation SpiraTest, SpiraTeam, SpiraPlan Administration Guide Version 6.0 Inflectra Corporation April 2019 Contents 1. Introduction... 1 2. Installing SpiraPlan... 2 2.1. System Prerequisites... 3 2.2. Installing

More information

Test Automation Integration with Test Management QAComplete

Test Automation Integration with Test Management QAComplete Test Automation Integration with Test Management QAComplete This User's Guide walks you through configuring and using your automated tests with QAComplete's Test Management module SmartBear Software Release

More information

Connector for CA Unicenter Service Desk & CA Software Change Manager for Distributed Product Guide. Service Pack

Connector for CA Unicenter Service Desk & CA Software Change Manager for Distributed Product Guide. Service Pack Connector for CA Unicenter Service Desk & CA Software Change Manager for Distributed Product Guide Service Pack 02.0.1 This Documentation, which includes embedded help systems and electronically distributed

More information

Oracle Fusion Middleware. 1 Oracle Team Productivity Center Server System Requirements. 2 Installing the Oracle Team Productivity Center Server

Oracle Fusion Middleware. 1 Oracle Team Productivity Center Server System Requirements. 2 Installing the Oracle Team Productivity Center Server Oracle Fusion Middleware Installation Guide for Oracle Team Productivity Center Server 11g Release 1 (11.1.1) E14156-05 June 2010 This document provides information on: Section 1, "Oracle Team Productivity

More information

AgileSCM Release 4.1. AgileSCM Release 4.0. AgileSCM Release 3.2. New Features. Bug Fixes. New Features. Bug Fixes

AgileSCM Release 4.1. AgileSCM Release 4.0. AgileSCM Release 3.2. New Features. Bug Fixes. New Features. Bug Fixes AgileSCM Release 4.1 Project Dashboard - get a complete overview of the status of your project. View the SSH public key through the AgileSCM interface. This allows you to post the key to Git and Mercurial

More information

Silk Central Release Notes

Silk Central Release Notes Silk Central 16.5 Release Notes Borland Software Corporation 700 King Farm Blvd, Suite 400 Rockville, MD 20850 Copyright Micro Focus 2015. All rights reserved. Portions Copyright 2004-2009 Borland Software

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 SP2 User Guide P/N 300-009-462 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2008 2009 EMC Corporation. All

More information

Qlikview and TFS integration

Qlikview and TFS integration Qlikview and TFS integration The set of softwares and applications required to be installed on the system for Qlikview and TFS integration are as follows: 1. Qlikview 2. Team Foundation Server 2015 Update

More information

EMC Documentum Import Manager

EMC Documentum Import Manager EMC Documentum Import Manager Version 6 Installation and Con guration Guide 300 005 288 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2007 EMC Corporation.

More information

Installation and Release Notes

Installation and Release Notes AccuRev Plug-In for Atlassian Crucible Installation and Release Notes Version 2015.1 Revised 15-January-2015 Copyright Copyright Micro Focus 2015. All rights reserved. ALL RIGHTS RESERVED This product

More information

Rapise Packaged Application Testing Testing Microsoft Dynamics Applications with Rapise

Rapise Packaged Application Testing Testing Microsoft Dynamics Applications with Rapise Rapise Packaged Application Testing Testing Microsoft Dynamics Applications with Rapise Last Updated: March 2nd, 2018 Contents Introduction... 1 1. Testing Dynamics AX... 2 2. Testing Dynamics CRM... 14

More information

IKAN ALM Architecture. Closing the Gap Enterprise-wide Application Lifecycle Management

IKAN ALM Architecture. Closing the Gap Enterprise-wide Application Lifecycle Management IKAN ALM Architecture Closing the Gap Enterprise-wide Application Lifecycle Management Table of contents IKAN ALM SERVER Architecture...4 IKAN ALM AGENT Architecture...6 Interaction between the IKAN ALM

More information

ShareFile Account Admin Guide

ShareFile Account Admin Guide ShareFile ShareFile Account Admin Guide A quick guide to get you started with managing your ShareFile account! Intended for: Master Admins, Employees with Admin-level permissions Admin Guide 1 Contents

More information

SpiraTest Administration Guide Version Inflectra Corporation

SpiraTest Administration Guide Version Inflectra Corporation SpiraTest Administration Guide Version 1.0.1 Inflectra Corporation Date: February 28, 2007 Contents 1. Introduction 1 2. Installing SpiraTest TM 2 2.1. System Prerequisites 2 2.2. Installing the Software

More information

Continuous Integration, Continuous Deployment and Continuous Testing by HP Codar using ALM and Jenkins

Continuous Integration, Continuous Deployment and Continuous Testing by HP Codar using ALM and Jenkins HP Codar Software Version 1.0 Continuous Integration, Continuous Deployment and Continuous Testing by HP Codar using ALM and Jenkins HP Codar (1.0) Page 1 of 24 Contents What is Codar?... 3 Why is Codar

More information

Working with Groups, Roles, and Users. Selectica, Inc. Selectica Contract Performance Management System

Working with Groups, Roles, and Users. Selectica, Inc. Selectica Contract Performance Management System Selectica, Inc. Selectica Contract Performance Management System Copyright 2008 Selectica, Inc. 1740 Technology Drive, Suite 450 San Jose, CA 95110 http://www.selectica.com World rights reserved. You cannot

More information

About the Tutorial. Audience. Prerequisites. Disclaimer & Copyright. Jenkins

About the Tutorial. Audience. Prerequisites. Disclaimer & Copyright. Jenkins About the Tutorial Jenkins is a powerful application that allows continuous integration and continuous delivery of projects, regardless of the platform you are working on. It is a free source that can

More information

IBM DB Getting started with Data Studio Hands-On Lab. Information Management Cloud Computing Center of Competence.

IBM DB Getting started with Data Studio Hands-On Lab. Information Management Cloud Computing Center of Competence. IBM DB2 9.7 Getting started with Data Studio Hands-On Lab I Information Management Cloud Computing Center of Competence IBM Canada Lab Contents 1. INTRODUCTION...2 2. OBJECTIVES...2 3. SUGGESTED READING...3

More information

Server Installation Guide

Server Installation Guide Server Installation Guide Server Installation Guide Legal notice Copyright 2018 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

More information

Getting Started with Team Coding Applicable to Toad for Oracle Suite 2016 (v12.9) and higher

Getting Started with Team Coding Applicable to Toad for Oracle Suite 2016 (v12.9) and higher Getting Started with Team Coding Applicable to Toad for Oracle Suite 2016 (v12.9) and higher John Bowman Toad for Oracle Development Table of Contents About Team Coding... 2 Working with a Version Control

More information

Novell. NetWare 6. NETWARE WEBACCESS OVERVIEW AND INSTALLATION

Novell. NetWare 6.   NETWARE WEBACCESS OVERVIEW AND INSTALLATION Novell NetWare 6 www.novell.com NETWARE WEBACCESS OVERVIEW AND INSTALLATION Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

Polarion Trial Installation 17.2

Polarion Trial Installation 17.2 SIEMENS Polarion Trial Installation 17.2 POL002 17.2 Contents About this guide...................................................... 1-1 Before you begin.....................................................

More information

CA Agile Vision and CA Product Vision. Integration Guide

CA Agile Vision and CA Product Vision. Integration Guide CA Agile Vision and CA Product Vision Integration Guide Spring 2012 This documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

JMP to LSAF Add-in. User Guide v1.1

JMP to LSAF Add-in. User Guide v1.1 JMP to LSAF Add-in User Guide v1.1 Table of Contents Terms and Conditions... 3 System Requirements... 3 Installation... 3 Configuration... 4 API Setup... 4 Java Configuration... 5 Logging In... 5 Launching

More information

Using the SQL CI TeamCity plugin in SQL Automation Pack

Using the SQL CI TeamCity plugin in SQL Automation Pack Using the SQL CI TeamCity plugin in SQL Automation Pack We recommend upgrading to the DLM Automation Suite so you can take advantage of the latest features and fixes. For more information, see Upgrading.

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6 SP1 User Guide P/N 300 005 253 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All rights

More information

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012 Perceptive TransForm E-Forms Manager 8.x Installation and Configuration Guide March 1, 2012 Table of Contents 1 Introduction... 3 1.1 Intended Audience... 3 1.2 Related Resources and Documentation... 3

More information

Oracle Fusion Middleware. 1 Oracle Team Productivity Center Server System Requirements. 2 Installing the Oracle Team Productivity Center Server

Oracle Fusion Middleware. 1 Oracle Team Productivity Center Server System Requirements. 2 Installing the Oracle Team Productivity Center Server Oracle Fusion Middleware Installation Guide for Oracle Team Productivity Center Server 11g Release 2 (11.1.2.0.0) E17075-01 May 2011 This document provides information on: Section 1, "Oracle Team Productivity

More information

Installation and Release Notes

Installation and Release Notes AccuRev Plug-In for Atlassian Crucible Installation and Release Notes Version 2015.2 Revised 27-February-2015 Copyright Copyright Micro Focus 2015. All rights reserved. ALL RIGHTS RESERVED This product

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.0 SP1.5 User Guide P/N 300 005 253 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

TIBCO Slingshot User Guide. Software Release August 2015

TIBCO Slingshot User Guide. Software Release August 2015 TIBCO Slingshot User Guide Software Release 1.9.4 August 2015 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE IS SOLELY

More information

Contents. Anaplan Connector for MuleSoft

Contents. Anaplan Connector for MuleSoft SW Version 1.1.2 Contents 1 Overview... 3 2 Mulesoft Prerequisites... 4 3 Anaplan Prerequisites for the Demos... 5 3.1 export demo mule-app.properties file...5 3.2 import demo mule-app.properties file...5

More information

Sonatype CLM - IDE User Guide. Sonatype CLM - IDE User Guide

Sonatype CLM - IDE User Guide. Sonatype CLM - IDE User Guide Sonatype CLM - IDE User Guide i Sonatype CLM - IDE User Guide Sonatype CLM - IDE User Guide ii Contents 1 Introduction 1 2 Installing Sonatype CLM for Eclipse 2 3 Configuring Sonatype CLM for Eclipse 5

More information

Akana API Platform: Upgrade Guide

Akana API Platform: Upgrade Guide Akana API Platform: Upgrade Guide Version 8.0 to 8.2 Akana API Platform Upgrade Guide Version 8.0 to 8.2 November, 2016 (update v2) Copyright Copyright 2016 Akana, Inc. All rights reserved. Trademarks

More information

Red Hat Developer Studio 12.9

Red Hat Developer Studio 12.9 Red Hat Developer Studio 12.9 Installation Guide Installing Red Hat Developer Studio Last Updated: 2018-10-08 Red Hat Developer Studio 12.9 Installation Guide Installing Red Hat Developer Studio Supriya

More information

JIRA Studio Use Cases and Tutorial basis

JIRA Studio Use Cases and Tutorial basis JIRA Studio Use Cases and Tutorial basis Analysis of usefulness of JIRA Studio Eclipse tool-chain Tolga Tuncbilek, Elisa Kallio, Shiyuan Wang, Viktor Porvaznik Table of Contents 1 Introduction... 3 2 Data

More information

Veritas NetBackup OpsCenter Reporting Guide. Release 8.0

Veritas NetBackup OpsCenter Reporting Guide. Release 8.0 Veritas NetBackup OpsCenter Reporting Guide Release 8.0 Veritas NetBackup OpsCenter Reporting Guide Legal Notice Copyright 2016 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo

More information

Customer Helpdesk User Manual

Customer Helpdesk User Manual Customer Helpdesk User Manual TABLE OF CONTENTS 1 INTRODUCTION... 3 2 HANDLING OF THE PROGRAM... 3 2.1 Preface... 3 2.2 Log In... 3 2.3 Reset Your Password... 4 2.4 Changing Personal Password... 4 3 PROGRAM

More information

Quick Start Guide. CollabNet Subversion Connector to HP Quality Center

Quick Start Guide. CollabNet Subversion Connector to HP Quality Center Quick Start Guide CollabNet Subversion Connector to HP Quality Center A BOUT THE CONNECTOR About the Connector The CollabNet Subversion Connector to HP Quality Center enables Quality Center users to store

More information

Authorized Send User s Guide for imagerunner Machines Version 4.1

Authorized Send User s Guide for imagerunner Machines Version 4.1 Canon Authorized Send User s Guide for imagerunner Machines Version 4.1 08011-41-UD1-003 This page is intentionally left blank. 2 Authorized Send User s Guide for imagerunner Machines Contents Preface...5

More information

TIBCO ActiveMatrix BusinessWorks Plug-in for Microsoft SharePoint Installation

TIBCO ActiveMatrix BusinessWorks Plug-in for Microsoft SharePoint Installation TIBCO ActiveMatrix BusinessWorks Plug-in for Microsoft SharePoint Installation Software Release 6.1 January 2016 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER

More information

Micro Focus Fortify Jenkins Plugin

Micro Focus Fortify Jenkins Plugin Micro Focus Software Version: 18.10 Installation and Usage Guide Document Release Date: May 2018 Software Release Date: May 2018 Legal Notices Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire

More information

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312)

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) Adeptia Server 4.9 Installation Guide Version 1.2 Release Date March 10, 2009 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) 229-1727 Copyright Copyright 2000-2008 Adeptia,

More information

EUSurvey OSS Installation Guide

EUSurvey OSS Installation Guide Prerequisites... 2 Tools... 2 Java 7 SDK... 2 MySQL 5.6 DB and Client (Workbench)... 4 Tomcat 7... 8 Spring Tool Suite... 11 Knowledge... 12 Control System Services... 12 Prepare the Database... 14 Create

More information

HPE Security Fortify Jenkins Plugin

HPE Security Fortify Jenkins Plugin HPE Security Software Version: 17.20 Installation and Usage Guide Document Release Date: November 2017 Software Release Date: November 2017 Legal Notices Warranty The only warranties for Seattle SpinCo,

More information

SCCM Plug-in User Guide. Version 3.0

SCCM Plug-in User Guide. Version 3.0 SCCM Plug-in User Guide Version 3.0 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software 301 4th Ave

More information

Authentication Services ActiveRoles Integration Pack 2.1.x. Administration Guide

Authentication Services ActiveRoles Integration Pack 2.1.x. Administration Guide Authentication Services ActiveRoles Integration Pack 2.1.x Administration Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright.

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

Use the TeamCity plugin

Use the TeamCity plugin Use the TeamCity plugin This example shows you how use the DLM Automation TeamCity plugin to validate, test and sync your development schema. In this example, you'll use TeamCity and DLM Automation's TeamCity

More information

Paragon Essentials: Getting Started with Paragon 4 This manual sets the foundation for all future work in Paragon 4. It covers the basic activities

Paragon Essentials: Getting Started with Paragon 4 This manual sets the foundation for all future work in Paragon 4. It covers the basic activities Paragon Essentials: Getting Started with Paragon 4 This manual sets the foundation for all future work in Paragon 4. It covers the basic activities necessary to navigate the MLS. Table of Contents 1. Accessing

More information

Major League Baseball Club Accreditation System

Major League Baseball Club Accreditation System Functional Specifications User Guide System Administrator Major League Baseball Club Accreditation System Club Accreditation User Guide System Administrator - v1.4 Page 1 Date Versio n Revision History

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

IBM Decision Server Insights. Installation Guide. Version 8 Release 6

IBM Decision Server Insights. Installation Guide. Version 8 Release 6 IBM Decision Server Insights Installation Guide Version 8 Release 6 IBM Decision Server Insights Installation Guide Version 8 Release 6 Note Before using this information and the product it supports,

More information

CollabNet TeamForge 6.2 User Guide

CollabNet TeamForge 6.2 User Guide CollabNet TeamForge 6.2 User Guide 2 TeamForge 6.2 TOC Contents How to use TeamForge 6.2...6 Get started with CollabNet TeamForge 6.2...6 Quick start: Working on a TeamForge project...6 Quick start: Managing

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

More information

Installation Guide Worksoft Certify

Installation Guide Worksoft Certify Installation Guide Worksoft Certify Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Certify Installation Guide Version 9.0.3 Copyright 2017 by Worksoft,

More information