Quantcast
Channel: All Quality Center / ALM Practitioners Forum posts
Viewing all 14708 articles
Browse latest View live

Re: How to stop and Start ALM Services linux

$
0
0

Sorry I am not aware for QC 12 version.


Re: Getting 'Following client components were not downloaded successfully' error

$
0
0

For me works the unchecking option:

"Check for publisher’s certificate revocation".

----------------

Also if you have not find it because of windows policy in IE settings then find the Registry key and set up it there, see:

http://www.bhargavs.com/index.php/2009/07/11/exchange-2007-rollup-update-installation-hang-managed-code-services-do-not-start/

 

or this registry:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\WinTrust\Trust Providers\Software Publishing,

To turn off, change Value “State”  to 146944 Decimal or 0x00023e00 Hexadecimal

Turn on, change Value “State”  to 146432 Decimal or 0x00023c00 Hexadecimal

----------------------

 

You can turn off this download HP ALM client components and then turn on it back. And it will works.

Re: How to stop and Start ALM Services linux

$
0
0

We have version ALM 11.52 on Linux.

 

The startup scripts are located as you stated in two folders but the right one is that in the deployement path.

 

But I do not know what service is in ALM 12. But I think after installing it can be wrong.

 

Just try stop the service, or kill the service or restart the server and then start service again and see what happens. Also see the logs that are in the folder of deployement.

Migrate QTP Script from QC to external files

$
0
0

Hi All,

 

Currently we are using ALM 11 as Test Management tool and QTP 11 to run automation script.

How can we migrate QTP script stored on QC server to external file repository along with object repository and library files?

 

Thanks

Shiva

I want to get status, creation date,designer of testcase of Test plan via OTA

$
0
0

I wrote code that can get name, id of test case. 

How do I get TS_STATUS, TS_CREATION_DATE, TS_DESIGNER for the test.

 

Code snippet:

 

                 Set TestList = TestFact.NewList(TestFilter.Text)             

                  For Each oTest In TestList             
                         Cells(k , 2).Value = oTest.Name
                        Cells(k , 4).Value = oTest.ID
                        Cells(k , 5).Value = oTest.Field("TS_STATUS")   'not working
                 Next
                

We are getting below error when we are running script in QC

$
0
0

Hi Team,

 

We are getting below error when we are running script in QC, not able to proceed further we have done all manual setup form our end

 

OLE error 8004058D
OLE error 8004058D

we are executing from the Test Lab Path (sample) - from the HP ALM QC 11.00

 

thank you!

Export from ALM 12.01 to MS Excel

$
0
0

I am trying to export 600 test cases form ALM 12.01 to MS excel. Is there a way to export all of the test cases in one go.

Re: Export from ALM 12.01 to MS Excel

$
0
0

Hi,

If you need the tests with steps exported you can try the  script attached.

 

PS: This is not tested in ALM 12.01 and may not work. Let us know if it works fine.


Re: We are getting below error when we are running script in QC

$
0
0

Hi,

Please provide more information like what kind of tests you are running?

Do you get the same error on any machine?

Do you have the appropriate role assigned?

 

Attach error screenshots if possible.

 

Thanks

ALM 11 login issue

$
0
0

 

This issue is working after sometime. Not sure what fixed the issue.

 

 

Error message:

 

Initialization has failed. Contact your system administrator.

For details, see the Loader log file.

 

Observation:

 

I see the above error message when try to login the ALM 11. The same issue when I was trying from Browser IE 9 and through HP ALM client (HP ALM Explorer version 11.0.0.7434).

 

When I have above issue, I am able to connect to the ALM from QTP 11 and UFT 12 properly without any issues.

 

Re: Export from ALM 12.01 to MS Excel

$
0
0

I will try it let you know. Thanks for your suggestion.

Re: Migrate QTP Script from QC to external files

$
0
0

There are several threads on that topic already in this forum. Search for "download qtp from qc".

Re: I want to get status, creation date,designer of testcase of Test plan via OTA

$
0
0

Try

Cells(k , 5).Value = oTest.Field("TS_STATUS").Value

Re: Error on uploading Test scripts - Duplicate entity Test folder

$
0
0

 

I am finding this error while uploading test cases in ALM QC 11 from spread sheet.

 

General Error: duplicate entity : "test Folder" error 

 

 

I have tried all options of changing the folder name, leaving space in the value etc...

Re: Error on uploading Test scripts - Duplicate entity Test folder

$
0
0

What is the patch level of your ALM system? What version and bit level of Excel are you using?

 

Show us the data in the Excel spreadsheet for the row generating the problem, and the same area in the Test Plan in ALM.

 

You may also want to look at other threads in this forum on the same topic. I found them by search for "General Error: duplicate entity excel"

 

http://h30499.www3.hp.com/t5/Quality-Center-Support-and-News/Error-on-uploading-test-scripts-to-QC-11-after-upgrade-from-QC9/m-p/6030023/highlight/true#M78083

 

http://h30499.www3.hp.com/t5/Quality-Center-Support-and-News/QC-ALM-issue/m-p/6033567/highlight/true#M78171

 


Question on HP ALM projects

$
0
0

Do projects sharing the same NAR/Domain ID have to share the same ALM Project Environment? If yes will we be having some reporting issues?

Re: Question on HP ALM projects

$
0
0

I'm not sure what you mean by "NAR" or Project Environment. The data for each Project in ALM is stored independently of every other project.  Each project has its own database and file system Repository space. The databases and Repositories may be on the same server/disk pr on different servers/disk, but they don't inherently share data.

 

If you want to use the cross-project reporting feature of ALM, then you need to have the license for the full ALM product. The Enterprise, Starter, and Essentials versions don't support cross project reporting.

 

What sort of reporting issues are you thinking of?

 

 

Re: I want to get status, creation date,designer of testcase of Test plan via OTA

HP ALM and Worksoft integration

$
0
0

Is it possible to link the worksoft scripts and HP ALM?

Re: Need Excel macro to add users with roles to QC10.0

$
0
0

Hi Massimo,

 

Great. Your script works perfectly fine.

 

However, I was wondering if this script can check for inactive users also who are in QC currently.

Viewing all 14708 articles
Browse latest View live




Latest Images