Re: Failed to install ALM 11 on client machine
Thank you pwblanch, I've been googling for the past 3 days to try to find a solution for the same problem, tried numerous ways to trouble shoot, even opened a ticket with HP, but nothing worked until I...
View ArticleRe: How to get sub folder name from the parent folder node in QC OTA - test...
hope it helpsDim tdcDim qcServer As StringDim strName As StringDim strPass As StringSet tdc = CreateObject("TDApiOle80.TDConnection")tdc.InitConnectionEx "http://xxx/qcbin/"tdc.login "paulb",...
View ArticleRe: Unable to export test cases to HP ALM (QC 11) from excel
I am running MS Word 2010 and HP ALM 11.50.341 on an HP Z620 Desktop , Windows 7 Professional, SP1, 8GB ram 32 bit applications I was able to enter the HPALM server name when I clicked on “Import...
View ArticleRe: Problems while evaluating HP ALM trial- qcbin/setup_a.cab - Failed to...
Does it help to you? I have simmilar problem, that when I try to run ALM client it says that it cannot access file setup_a.cab and when I try to put the whole url to IE then it says that it cannot...
View ArticleRe: HP ALM 11.00 ota api - no idea :(
Unfortunately I can't provide any additional help. Even when I define the field TSC_USER_01 as a lookup list and use a value from that list, the code still works in my environment.I don't have an ALM...
View ArticleRe: OTA code to check if a project is linked to project template
Hello Pradeep, Thanks for a reply. I went through the SA OTA Guide, do you know which method can be used to retrieve the information I'm looing for? Thanks!
View ArticleRe: OTA code to check if a project is linked to project template
Hi Chandra, GetLinkedProjects Method in the SiteAdministration API help file will suffice your need. This Method will return a String which will be in the form of XML data. We need to parse this XML...
View ArticleQTP code to update QC test lab ( Test set -> Test Case -> Test Steps ) from...
Hi We have hundreds of test cases (in excel) that has to be markedd with Pass, Fail status for each test case with its stpes in QC. We want to automate this process, based on excel sheet values, QC has...
View ArticleRe: QTP v10 : TeScreen.ChildObjects returns 0 objects
Hi, I tried the following code in QTP 10, but it doesnot work. Count is still returning zero. Dim oDesc,arrLinkObjects set oDesc=Description.Create oDesc("Class Name").Value="Link"oDesc("Class...
View ArticleRe: Getting a username auto populated based on two fields in the NEW DEFECT...
You can accomplish this by adding a condition to your If clause: if Bug_Fields("BG_BUG_ID").IsNull and (Bug_Fields.Field("BG_SEVERITY").VALUE = "4-Low" and Bug_Fields.Field("BG_PRIORITY").VALUE =...
View ArticleRe: OTA code to check if a project is linked to project template
The Site Admin API should not be necessary - try TDConnection.PolicyStatus.LinkedTemplate"If the project is a template or is not linked to a template, returns NULL"
View ArticleIssue while accessing QC 11.0 via Citrix
I searched HP foums for this but didn't find any solution which worked for me. So posting it as new. We are using QC 11.0 Enteprise edition (patch 16) installed on Windows server 2003 with MS-SQL 2008...
View ArticleCreate Project and Link to a Template using SAClient api
Hi All, We are trying to automate the process of creating a project on ALM 11.5 and linking it to a template.I went through the SAClient api reference and could not find a method to help me.I did see...
View ArticleRe: Qualitycenter crashing
HelloSorry that it took me so long to come back. The user didnt had time to test it sooner.The ALM uninstall-tool worked.I first completly removed Qualitycenter via sccm.Then executed the cleanup-tool...
View ArticleConnecting VB Excel macro to HP ALM QC11.52
Hi I had developed excel macro in QC 10 and was working fine,recently we migrated to QC 11.52 , now it showing some error.I think im not able to login itself. Below is my old code .Commented line is...
View ArticleRe: Copied project not appearing in ALM Site Administrator for upgradation
Right click on your domain, select "restore project" and point it to the dbid.xml file.
View ArticleRe: Copied project not appearing in ALM Site Administrator for upgradation
Thank you Pradeep for your suggestion. I am unable to view the article as I don't have a support contract with HP. Will you be able to add it as an attachment to the thread please?
View ArticleRe: Automatically create Excel Reports and store them in a folder
Thanks Chris. I finally got it. But I used a tool called BIRT Design Reporter which made everything easy. Thanks for your support....
View ArticleRe: Connecting VB Excel macro to HP ALM QC11.52
Have you uninstalled the previous version connectivity add-in and installed the latest version from 11.52??,if not try doing it and see if it helps.
View ArticleRe: Create Project and Link to a Template using SAClient api
Good question!I think you have to create the project and then use the LinkProjects method to link your new project to a template. Haven't tried it though, so I'm not positive about that.
View Article