Re: Need to update one field in test plan in alm
Updating tests via the TestFactory object is really the preferred way instead of using the Command object and sending SQL commands. Why don't you try that version of the code.
View ArticleRe: Export from Excel - how do I load parameter data...without access to...
Thank you Martin for providing the solution to my issue! Your solution seems like it's exactly what I need, but now I feel like I need some additional authority to do things in HPQC before I can...
View ArticleRe: Rest API Create New Test Run
I'm still not sure how to prevent the "Fast_" run from being created when I update the Test Instance in the Execution Grid, so I decided to query for the new run and then Delete that run. My "Add new...
View ArticleRe: html tage in design steps
I am simply viewing the test cases in ALM/QC server front end. I see html tags on and off. Also, I submitted a defect in ALM/QC. I got auto email from QC about the defect. Defect subject, comments of...
View ArticleRe: Export from Excel - how do I load parameter data...without access to...
Hi Paul Correct - you either need to get additional authorisation or get your ALM Admin team to implment ThanksMartin
View ArticleRe: Need help setting up https with a VeriSign SSL servre.crt on QC 11...
That does work if you create your own cert. We have a third party VeriSign cert we need to use. Just need the steps on how to setup a third part cert for https trust.
View ArticleAnyone know how to change the quality center 8443 ssl port.
Anyone know how to change the quality center 8443 ssl port. I tried to change the server.xml file parameters and did not work. I need to change it from 8443 to 400.
View ArticleRe: How to call a web service from QC ( alm ) workflow vbs
hi,Have found any way to solve your problem? I am facing same problem.
View ArticleQC 10 Upgrade to ALM11.5 and apply Template Project Standards
Hello All, We have in situation that, we are upgrading projects from QC10 to ALM 11.52. And in ALM 11.52 we want implement one standard Workflow to all projects. The things is in QC10.0 projects has...
View ArticleAccessing HP ALM 11.52 Audit table using REST API
Hi, I am trying to access the HP ALM Audit table using REST API. I am able to access the Audit information of an individual entity (like defect/testcase etc), but not audit as a whole. I am trying to...
View ArticleRe: Need to update one field in test plan in alm
William and avinash Thkq both for ur help ....the below code is working fine :) :)Thkq once againSub Update_Tests_Fields() Dim td As New TDConnection Dim com As TDAPIOLELib.Command Dim RecSet...
View ArticleRe: call test report folder wise from Test plan
Hi , Can you use this macro? Function EmportTestCases() OnErrorResumeNextDim QCConnection Dim sUserName, sPassword Dim sDomain, sProject Dim TstFactory, TestList Dim TestCase 'Create QC Connection...
View ArticleRe: Quality Center Integration With Jira Tool
Hi Kathir , I am not sure about bi-directional sync..we have a ruirement to integrate from QC to JIra. What we whave done is we extracted all defects by filter by using OTA, Then created a VBS file...
View ArticleRe: Export Users to QC 11.52
Hi , Here is the sample code. Sub AddUserstoproject()Dim QcConnection As New SAapiDim QcServer As StringDim QcUser As StringDim QcPass As StringDim uReply As StringSet QcConnection = New SAapiSet...
View ArticleRe: Anyone know how to change the quality center 8443 ssl port.
Hi, Williamo, You can refer to the ALM 11 installation guide below page 143 to know how to change the port number:http://support.openview.hp.com/selfsolve/document/KM1031833 Thank you and regards,
View ArticleQC 9.2 while copied test case marked as copied
Dear All.. Can anyone help or suggest the whether the test case can be marked as copied,if the test case is copied and pasted from folder to folder. through workflow script. Thanks,Sunita
View ArticleRe: ALM 11 - and IE 11
Here is a technical specs guide including ALM/QC 11: HP ALM/QC Technical Specs
View ArticleRe: call test report folder wise from Test plan
I tried your macro...I am getting compile error...sub or function not defined error message... Am I doing it wrong ?
View Article