Re: How to add requirements traceability to the defects & linked test entities?
Hello Bharath, The query will return all Defects.And for each directly linked entity you will see a id in each column where there is a match.Also It will show every Requirement ID for tests in coverage...
View ArticleRe: how to disable copy/paste option in defect module
Place your script into Common Script -> EnterModule. Try following script(it works for me):Sub EnterModule 'Use ActiveModule and ActiveDialogName to get 'the current context. On Error Resume Next if...
View ArticleMigrate QCSITEADMIN_DB from SQL 2000 to 2005
Hoping this will be an easy question. Engineering has asked to move our qcsiteadmin_db from one server to another. I believe they are no longer supporting or de-commissioning the existing server. I...
View ArticleTest Execution Status Report at Top Requirement Level (when Requirements have...
I have three levels of requirements (Top level requirement, traced to next level, traced to next level of requirement). Requirements on all levels are covered by test cases (sad but true) I need to...
View ArticleRe: Migrate QCSITEADMIN_DB from SQL 2000 to 2005
Hi See the below comments, think will help.1. It appears that project schemas and the qcsiteadmin are located on separate boxes. Is this change as simple as updating the connection string to the new...
View ArticleRe: Test Execution Status Report at Top Requirement Level (when Requirements...
Hi Think you can use the below query as sample: SELECT REQ.RQ_REQ_NAME AS 'REQUIREMENT NAME', REQ.RQ_REQ_ID AS'REQ ID', (SELECT REQ.RQ_REQ_NAME FROM REQ WHERE REQ.RQ_REQ_ID=...
View ArticleRe: Adding HP ALM 11.5 to Windows Firewall exception list
Hi, Try to add an exception to the Firewall to include port 8080 in the machine where ALM 11.5x is installed. Review you can ping the machine. regards
View ArticleCustom Test Type not appearing in HP QC / ALM
As given in the custom test type APIs I have registered the test type and remote agent dll.Signed those files, had them listed in the INI file. Made a cab file and put that in the extensions...
View ArticleRe: vapi xp vbscript issue with uploading local file to QC Resources
Hi, I am also trying to upload the run-time sheet to QC and I am getiing the error "The external resource could not be uploaded to the QualityCenter server repository." I first save the sheet to the...
View ArticleRe: Exporting RunTime DataTable sheet from QTP to QC
Hi, I am also trying to upload the run-time sheet to QC and I am getiing the error "The external resource could not be uploaded to the QualityCenter server repository." I first save the sheet to the...
View ArticleRe: Quality Center - Group Permissions - Where is Access Stored
Got it, its the TABLES table that you want to look at. It works in the same way as I described earlier with the GROUPS table. The column TB_TABLE_NAME contains each table and all the other columns are...
View ArticleRe: QTP Object Repository corrupted
Hi Kashyap, Were you able to resolve this issue? I'm also getting the same error when we try to open OR which is stoed in QC. Thanks.
View ArticleRe: Risk Analysis will not update
Hi The problem is that 0 Requirements are in scope for assessment ?? This needs to be resolved before you can progress and further. Not sure how you resolve this. Normally all the requirements under...
View ArticleRe: How Do We Get Mercury Tour Application ??
This issue is definitely still unresolved. I've downloaded version 11.5, and I installed the Mercury application. The website is definitely still down. When opening the installed version of the...
View ArticleRe: Quality Center Workflow Manual Runner Call Test Steps
This works great! Thank you for the help.There is one other scenario that is causing me some issues though.If the 1st step is not the "call test" step, and the user would have to pass/fail that step...
View ArticleRe: Same parameter in multiple test cases in Test Plan
I would also like to know a solution to this - I am using ALM version 11
View ArticleRequirement Coverage by two different groups?
Hello, I am working on a project where two different and independent groups will create testcases that will cover the same requirements. How can ALM11 report the testcoverage achieved by each group? I...
View ArticleRequirement linked to template test
Hi, I have several small tests that are linked to requirements. These tests are combined into larger testcases, using the "call to test" feature. But now, when the large testcase is executed, the...
View ArticleRe: Custom Test Type not appearing in HP QC / ALM
Try to review the custom cabs you made in order to review if the details of the test are correct and match your custom tests. Regads
View Article