Re: Script to Delete test runs from a test case in the test lab
Try out the Purge Runs wizard in Test Lab on the Test Sets menu. If you mean you want delete runs without manual intervention, you could use the OTA API to do that by scheduling a script that runs by...
View ArticleHow to update (to fill) field 'Technical Comment' in Execution Grid (Test...
Hello.How to update (to fill) field 'Technical Comment' in Tab 'Execution Grid' (Test Lab) from 'Test Script' (Test Plan)? How is it possible to do that?Thanks
View ArticleRe: Installation error - QAIAD.dll has no digital signature or the publisher...
I have tried HP ALM explorer 11.5 but same problem persist, so it looks like certificate issue and no problem with browser, do you have any idea, why it's happening?? Please help me to solve the issue.
View ArticleRe: Query to pull test plans inside of test labs with their status from their...
Thanks Srihari!! This is 99.9% exactly what I needed. One small little question. I created a column in DESSTEPS table called Step TEster, the system gave it DS_USER_01. How can I replace...
View ArticleRe: How to update (to fill) field 'Technical Comment' in Execution Grid (Test...
There is no field called Technical Comment in our installation. And you can't update anything on the Test Script tab, unless you are referring to a VAPI-XP test. So I think you need to clarify the...
View ArticleRe: Query to pull test plans inside of test labs with their status from their...
Test the below query and check whether it is providing expected result. SELECT DISTINCT CF_ITEM_NAME as "Test Set Folder Name", CY_CYCLE as "Test Set Name", RN_RUN_ID as "Run ID", TS_NAME as "Test Case...
View ArticleRe: Query to pull test plans inside of test labs with their status from their...
Thanks - this is now adding the new field, but now this query omits the "No Run" status. Is it possible to add that in or to add DS_USER_01 to the below query? SELECT CF_ITEM_NAME as "Test Set Folder...
View ArticleRe: QC10P10 - Restore History?, Clicked Tools--Clear History
No guarantees...but I just did this...and it worked like a charm. You must insert the history records with their original primary keys, so use SET IDENTITY_INSERT [td].[AUDIT_LOG] ON (and likewise...
View ArticleRe: Quality Center Integration With Jira Tool
Yes, Go2Group JaM product can map all fields in both systems, and it support different types of the fields, so that is why it needs you understand both systems. It has a good sales and commentary,...
View ArticleRe: ALM 11 - and IE 11
Hi, QC/ALM 11 only supports till IE 10 on Microsoft Windows 7 SP1 only, so I think that made your bad experiences here. Instead you can try to use ALM Explorer. Sincerely,Dung.
View ArticleRe: OTA - Test Run Instance - Update Comments Field
Hi Shanmugavel, I guess all you have to do is using the field name in upper case (RN_COMMENTS).best regards,Beate
View ArticleCount from Test Plan
Hi , My requirement is to get the count of number of test cases with different priorities in Excel sheet when i give the Test Plan Folder name using OTA. For Eg : "A" folder contains 20 test cases . My...
View ArticleRe: How to update (to fill) field 'Technical Comment' in Execution Grid (Test...
Thanks.I foundthe solution.
View ArticleRe: Query to pull test plans inside of test labs with their status from their...
Hi Srihari, The code you wrote with the DISTINCT function works great, I can ignore the "No Runs" and pull that using a seperate query. Is there a way to add to the code how to pull the folder...
View Articleis there way to make Defect id visible in Test LAb under Execution Grid.
Hi All, We have coustomer requirment where they need Defect id and Defect summary should be visible in Test LAb under Execution Grid. Defect which which are linked those ID need to be displayed there....
View ArticleRe: Upload Attachement to QC using OTA with Java
Hi Azar, I am not able to change the status of the test cases. can you please guide me. IBaseFactory obj2 = testSet.tsTestFactory().queryInterface(IBaseFactory.class); IList tstestlist =...
View ArticleLinked Defects - ALM 11.52
If I have a number of blocked scripts within a test folder of Test Lab, .i.e. 10. 5 of these of blocked due to a certain defect and the other 5 due to another defect, when I go to each script, click...
View ArticleRe: Linked Defects - ALM 11.52
When you link defect like that - you link defect DIRECTLY to a TEST SET.And not to a test run or test instance that is inside that TEST SET.
View Article