Re: QC: How to post a message in "Status Bar" in Quality Center
Hello, thank you for your post, but this does not help. In the status Bar is flickering the information about "lock Object" and "Post". If I would be able to post there something like "progressing...
View ArticleRe: Project recent activity
It depends on where you run your code and where the repository and db files are located.I run my code on the ALM server where the repository is also located. The DB files are located on another...
View ArticleGet all Test_ID's under a specific folder along with subfolder name
Hi , using below query im able to find all the testid and testname in particular folder in testplan but im not able to find the subfolders names where that particular testid is located. Select...
View ArticleGetting System.__ComObject instead of data while pulling data from HP ALM?
Hi,Currently im trying to pull the data from HP ALM by using c#. While pulling the data from ALM some fileds are showing "System.__ComObject" instead of data.Can anyone help me please...?Thank you
View ArticleHow to retreive QC user's email using QC OTA API and Vbscript
Hi I am trying to retreive QC user's email from QC using OTA API and VbScript but unsuccessful. OTA API help has some code in VBA but I am unsure how to re-code in VBS. Please help VBA code from the...
View ArticleRe: How to retreive QC user's email using QC OTA API and Vbscript
Hi kasukur , I am able to get the user's mail id with the below code, I have removed "With" function. I am not sure why the (With function ) is not working. Set QCConnection =...
View ArticleRe: Getting System.__ComObject instead of data while pulling data from HP ALM?
Hi Praveen, The QC API which you are using in the C# code is COM based. that is why its header showing like "System.__ComObject".if you expand the System.__ComObject then you wil get all the lists...
View ArticleWorkflow about check duplicate vaule of field.
Hi, I want to know the workflow about below use case: 1, create a defect, type an value in the field. 2, create another defect , when typing the same vaule of step 1 in the field,...
View ArticleNew Excel Report greyed out
Hello everyone, I'm trying to create a new excel report in HPQC. But the option in the menu is greyed out, as you can see on the attached screenshort. Is this a permission problem? RegardsKian
View ArticleRe: How to return a parameters actual value
TestConfigFactory objTestConfigFactory;objTestConfigFactory = tDConnectionCurrent.TestConfigFactory as TestConfigFactory;TDFilter filter = objTestConfigFactory.Filter as TDFilter;filter["TSC_TEST_ID"]...
View ArticleRe: Project recent activity
Hi, Can you please share me a workflow code for getting a DB size against project. Regards,Joseph
View ArticleRe: Get all Test_ID's under a specific folder along with subfolder name
Please find the attached query, hope it helps to solve your problem. Ramesh
View ArticleRe: Get all Test_ID's under a specific folder along with subfolder name
find the query below :select ts.ts_test_id, TS.TS_NAME, cp.al_path from td.test ts inner join ( select al.al_item_id, case when al1.al_description is null then '' else al1.al_description end + case...
View ArticleALM / QC 11.5 Essentials or Starter Edition with built-in SQL?
I know this has been asked before, but can't seem to find a 100% definitive answer. I'm looking for a Starter Edition or Essentials version of ALM / QC 11.5 that contains it's own embedded SQL i.e....
View ArticleRe: How to retreive QC user's email using QC OTA API and Vbscript
Hi Ramesh, thanks for the prompt response. I will try this very soon. Would you be able to help provide the code to retrieve the email for the current user or the user that was used to login to QC?...
View ArticleRe: ALM / QC 11.5 Essentials or Starter Edition with built-in SQL?
Ok, so after some experimentation it looks like the old model used before the Starter Editions came along still works. Installing a vanilla SQL Server Express 2008 R2 seems to be fine, after which the...
View ArticleRe: HP ALM survey - your chance to change the future!
Survey timed out after the fourth set of questions. Not sure I want to go through all of that again.
View ArticleRe: HP ALM Robot: Destination Database
HiIs anyone worked on ALM Robot, Am looking for upgrading of QC 10 to ALM 12. We have intermediate server for ALM 11.52 HOw can w follow the approach
View ArticleRe: Project recent activity
I don't have workflow code for this. I run it as a stand-alone console application developed in VB 2010.You will need to investigate the options available in VBScript (the language of the ALM...
View Article