Re: How to copy Test Step field value into Test field while execution
Hi, 1st thing check if you've the right permission but I think so. 2nd try this piece of code: Sub TestSetTests_MoveTo On Error Resume Next if TestSetTest_Fields("TC_HOST_NAME").Value = "" then...
View ArticleRe: Query to return only test sets with failed defects
Hello Shruti_Sagar, Actually the query contains a where clause which is filtering the defects which are in closed status.And the exact row is : "AND BUG.BG_STATUS = 'Closed' " This will filter only...
View ArticleRe: Query to return only test sets with failed defects
Hi Anton, Actually in the question it was failed status, but i far as i think there is no such status as 'failed ' for a defect, so any defect which is not closed is failed at the end of the release,...
View ArticleRe: Last Run report with steps
I see the sql SELECT TS_TEST_ID, CF_ITEM_NAME, CY_CYCLE, TS_NAME, RN_STATUS, RN_HOST, RN_TESTER_NAME, RN_RUN_ID, TS_TEST_ID, RN_RUN_ID, 'Passed Steps ' + convert(varchar, sum( case ST_STATUS when...
View ArticleActiveX controls in OTA com library
Hi Folks, I have recently noticed that in I can use the OTA ActiveX custom control in my Excel application. Below are the few of there names. ALMPlatformLoader 11.1BPCompEditor ControlBPResultViewer...
View ArticleRe: Project Report not pulling Sprinter test steps or attachments.
Has anyone got a solution to this - for generating a report to retrieve test steps (run through sprinter) and its execution status Has anyone opened a request and whats the status?Would be grateful...
View ArticleHow to get the attachment file on OTA Client API for HP ALM 11 ? Adding image...
I try to fixing a bug on my codes and develop report generator where it will add an image attachment to the doc files.this is the code:part1:Dim tAttach As AttachmentDim list As TDAPIOLELib.ListDim...
View ArticleRe: Last Run report with steps
Above query uses Inner Join on RUN table and hence it won't show Test cases which are in Test Lab but not yet run (since those cases won't be referenced in Run table). You can use Left Outer Join on...
View ArticleRe: How to get the attachment file on OTA Client API for HP ALM 11 ? Adding...
I don't quite understand this part of your post:"the problem is: I always get the path to the file on the server side and I could found the file on HP QC?" The property name is ServerFileName. The...
View ArticleRe: Last Run report with steps
Above query uses Inner Join on RUN table and hence it won't show Test cases which are in Test Lab but not yet run (since those cases won't be referenced in Run table). You can use Left Outer Join on...
View ArticleQC Login Error via CITRIX
I can not log on qc via citrix. I have attached the picture of the error. I have Windows 8 Is there anyone who can help with that? P.S. This thread has been moved from Community Feedback &...
View ArticleRe: Test cases to ALM using VBA
Is there a reason that you aren't using the Excel Add-in for ALM to upload the test cases?
View ArticleRe: Migrating project from QC 10 to QC 11.52: users passwords are lost
When you say you "migrated", do you mean that you have a v10 environment and a separate v11.52 environment, and you had to copy the db/repository files from one environment to the other? And the...
View ArticleRe: Upgrading from 9.2 to QC ALM 11.5 patch 2
I'm afraid I didn't follow that upgrade path, so I have no experiences to share. Good luck!
View ArticleRe: How to get the attachment file on OTA Client API for HP ALM 11 ? Adding...
Then your problem is either the path doesn't make sense from the system where you are executing the code, or the user you are logged on to that system as doesn't have permission to access that path on...
View ArticleRe: QC Login Error via CITRIX
Windows 8 is not supported for any version of QC or ALM.p.s. There is no picture attached to the thread. Please reattach or otherwise provide more details of the error you are receiving.
View ArticleRe: qc java application fails to start the web application - aplicación java...
First check if your database server is up and running.Stop qc and java serviceMake sure that access ports are available for java and database e.g(8080/1521).Start qc service.
View ArticleHPQCv11 numbers exported are in text format
When I export from dashboard grid or defect query to excel (v2010) all the numbers are in text format. Any ideas on how to get it to export in numeric format?
View ArticleRe: HPQCv11 numbers exported are in text format
can you please tell the exact issue. Even if numbers are exported in text format, do you see an issue with respect to data?
View Article