ALM configuration

ALM configuration

  • Version selection

    1. Operating system windows server 2008

    2. Database: SQL server 2008 about 3.5G

      zh-hans_sql_server_2008_enterprise_x86_x64_ia64_dvd_x14-89199.iso

    3. Test case tool: ALM11 about 3G

      Search for resources on 51testing and download them through the network disk; I can’t find them on the official website

      Software_HP_ALM_11.0_SimplChinese_TC096_15008.iso

1. Install SQL server 2008

  1. Installation options

  2. Select support rules, go to the next step

  3. Select installation function and installation path

  4. Modify the instance root path

  5. Account service selection

  6. Account settings, to select "mixed mode", "add current user"

  7. Wait for the SQL server to be installed

  8. Open the TCP/IP of the SQL server → ensure communication with ALM

    1. Start button → Configuration Manager

    2. Enable TCP/IP

    3. Restart the SQL server service

2. Install ALM11

1. ALM installation

  1. Software installation (pay attention to the number of computers)

  2. Modify the installation path

  3. The installation is complete

2. ALM configuration

  1. Choose to install the key file (I didn't find it in the ISO file, so I just downloaded one from the Internet)

  2. Security options

  3. Modify the deployment path and port number of the application server

  4. HP ALM Platform service, input nothing

  5. Select JBoos server

  6. Mercury Tours is not selected, mail server is not selected

  7. Database server settings

  8. Site management database structure, do not modify

  9. Configure the account and password of the site administrator (ALM is essentially a website, this step is to configure the site administrator!)

  10. File library path, just keep the default, do not modify

  11. Application configuration, automatic execution → table creation in the database

  12. The installation is complete, start JBoos (click the "Finish" button and wait)

3. ALM login

0, manual start

  1. After ALM is installed, if you can’t start by clicking the start icon, you can manually start the "ALM installation path/HP/ALM/jboss/bin/run.bat" batch file

1. Site administrator login

  1. Try to connect

    Enter in the address bar: ALM server IP address: port number /qcbin/

    Such as: localhost:8080/qcbin

  2. A brief description of how to use it

    • Application Lifecycle Management, used to submit use cases, requirements, and defects
    • Site management, equivalent to the background of the website

  3. Click Site Management to handle Inter Explorer’s security warning

  4. Eliminate warning:

    1. internet explorer options→security→custom security level→download unsigned ActiveX control→enable

    1. internet explorer option→advanced→allow to run and install software even if the signature is invalid→check

    1. internet explorer option→advanced→"warn for certificate address mismatch" and "check whether the issuer certificate is revoked"→uncheck

    1. Restart the browser and enter the address

    1. login successful

2. Ordinary user login

  1. An error occurred

  2. Solution

    Run: "Installation CD\ALM\Utilities\Sprinter\Sprinter\EN\prerequisites\vc2005_sp1_redist\vcredist_x86.exe"

    Note: It is the file in the installation CD, not the file in the installation location

    refresh page

  3. Ordinary user login successfully

4. ALM configuration

1. Create domains and projects

  1. Use the site administrator to set the account; click "Site Management", enter the site administrator's account and password to enter, the initial interface remains the default

  2. Create a domain, give a name, you can understand that a domain is a team

  3. Create a project, give it a name, the project can be understood as a project

  4. Designate a project administrator, at least one person.

  5. Start creating

  6. Project created successfully

2. Create site users

  1. Create site users

  2. Add users to the project

3. Create a group

  1. Use the site administrator to log in and create groups (mainly used to assign different permissions to different groups and users)

  2. Tools→Customization→Groups and Permissions

  3. Add users to the group

  4. Log in as a tester (or other)

  5. The interface after entering as a test

Guess you like

Origin blog.csdn.net/weixin_42006387/article/details/112960299