Re: Run Object does not set the RN_EXECUTION_TIME and RN_EXECUTION_DATE
Well...,Here is how is implemented now (fictive text):new RunFactorynew Run =...
View ArticleHave anyone integrated ServiceNow with Quality Center?
Have anyone attempted or successfully integrated ServiceNow with Quality Center? I would like to know if this is feasible or what's the heads up that I can have? Thanks first...
View ArticleRe: Have anyone integrated ServiceNow with Quality Center?
I asked the same question few months back since we are also using QC & Service-Now & client wanted to integrate them. I didn't got any concrete solution for this but there are some thrid party...
View ArticleRe: Downgrade project from HP QC 11 to HP QC 10
is it possible to export test cases and test scripts from ALM 11 and load them in a previous version (in my case QC 8.2)?
View ArticleRe: get all tests in folder
You can just create a Project report .Add tests subreport. In filter select a condition:[Filter]{TableName:TEST,ColumnName:TS_SUBJECT,LogicalFilter:^Subject\1^,VisualFilter:^Subject\1^,NO_CASE:} So...
View ArticleEnsuring that all tests have been used in your test plan.
Without using requirements is there a report or some sort of query that I can create that ensures me I've included all tests in the test lab from the test plan?
View ArticleQC 11 result viewer errors
Greetings, I have an installation of Quality Center that our offshore resources use. After installing Patch 16, you receive some popup error boxes (see attachments). Thanks
View ArticleRe: QC 11 - HP Sprinter and SAP
Hi all, I know this is an old post but I would like to know if Sprinter supports SAP CRM?Thank you in advance
View ArticleRe: Assign Test Set to Release
Sorry, you are right. By default the field is set up to inherit its value from the Test Set Folder. and it is set to be Read Only.Perhaps there is a way to enable the field for editing in a way that a...
View ArticleRe: Step omitted
With the Manual Runner dialog open, place focus directly in the Status field for the step. A pull-down error should appear in the field. Pull it down and you can see and select the other values. That...
View ArticleRe: Pass Step but defect recorded
Though the module is named "Defects" you could also use it to record Change Requests. Would you block the ability to pass a step that has a Change Request associated with it?
View ArticleRe: Downgrade project from HP QC 11 to HP QC 10
@pliethstYour question is not the same as this Solved thread. Please start a new thread for your question.
View ArticleRe: Ensuring that all tests have been used in your test plan.
Try creating an Excel report in the Dashboard module with this querySELECT TS_TEST_ID, TS_NAME, TC_TEST_ID, TC_TESTCYCL_ID FROM TEST left JOIN TESTCYCL ON TESTCYCL.TC_TEST_ID = TEST.TS_TEST_ID order by...
View ArticleRe: Ensuring that all tests have been used in your test plan.
Exactly what I was looking for. I had stumbled across the excel reports and since then was watching videos on how to write SQL queries. Guess I need to buy a book and do some research...
View ArticleATTENTION: Quality Center Online Expert Day on January 6th, 2014!
Hello Everyone, Quality Center is hosting an Online Expert Day on January 6th, 2014! Mark this on your calendars! If you are a customer with a support contract, then we would like to invite you to...
View Articlehow to download xlsm file from Test Resource of Quality center to Local...
how to download xlsm file from Test Resource of Quality center to Local machine using QTP.
View ArticleRe: how to download xlsm file from Test Resource of Quality center to Local...
I can't provide exact steps or code, since I haven't done this before. Here's what I think you would need to do.Within QTP you use the QCUtil object to access the QC Open Test Architecture API. From...
View ArticleRe: how to download xlsm file from Test Resource of Quality center to Local...
Thanks Trudy, I tried this code and its working fine: QCGetResource "Userform.xlsm","C:\Temp"Function QCGetResource(resourceName,saveTo)Set qcConn = QCUtil.QCConnectionSet oResource =...
View ArticleAdding find option(ctrl+F) to search with in comments
Our users search with in comments in 9.0 for some text. After upgrading to 11.0 we noticed Find option is limited to defect grid view and will not work in Defect details. Is there anyway to add Find...
View ArticleHow to download a file from TestResource using JAVA OTA (COM4J)
Actually I need to download the XLS file from Test Resource using Resource ID in java Can any one help me out Please I tried with below pece of code but m missing something on it...
View Article