Re: Encryption algorithm used in ALM/QTP
Encryption used for what, exactly? Passwords?Why do you need to know the encryption algorithm?
View ArticleRe: ATTENTION: Online Expert Day on Quality Center on April 7, 2014!
Can we have the calender invite attached to this post
View ArticleHow to fetch test cases from test plan folder
I am trying to write a method which read the all the test cases name from destination folder, and verify runtime with given test case name.Below is the code written by me which doesn't return...
View ArticleComparision of two projects setting : HPQC 9.2
Hello, I want to compare the Status codes, roles etc settings of two projects in HPQC 9.2. It would be great if someone can help me in this. Many Thanks.
View ArticleRe: QC 11.52 on Microsoft SQL Server 2012 database?
I've already looked at the supported list and just find it hard to believe that whilst 2012 is supported as an app server 2008R2 is still the most up to date db server. Would have thought someone out...
View ArticleHow can I check out tests under a folder in Test Plan using vbscript/QC OTA...
Hi Guys, I need to check out a bunch of tests under a certain folder in testplan. How can I code it using vbscript/QC OTA API ? Thanks,Mansi
View ArticleRe: Patch Installation on QC 11.0 Enterprise Edition
@Skumar2Don't install patch 16. It comes with a bug. Latest patch is patch 17. Install patch 17 (it fixes the bug of patch 16). You can find patch on HP Support Portal if you have a valid SAID &...
View ArticleRe: Patch Installation on QC 11.0 Enterprise Edition
@shadowB We now have qcbin.war or 20qcbin.war in ALM (HP QC 11.0).
View ArticleRe: How to get sub folder name from the parent folder node in QC OTA - test...
Hi I am also trying for this. can some help me out on this or if somebody is having the complete error free code then please provide me. Thanks
View ArticleActionCanExecute Not Functioning
Hello all, I am new to scripting in ALM, so for my "Hello World" project I would explore the ActionCanExecute event, since that seems to be an event that I may use frequently. So in the Admin Guide I...
View ArticleRe: How to delete/remove a application area in QTP?
I know the thread is old but since Google brought me here multiple times, could you at least post a link in your answer? The answer is not helpful at all and it implies that the question was asked...
View ArticleHow to get Test Set Name & it's folder Path from Test Lab using SQL Query
Using OTA (TestSetFolder.Path Method ) we can get Test Set Name & it's folder Path from Test Lab. But I want to retrieve the same using SQL Query accessing QC DB. Is it possible to retrieve this...
View ArticleRe: Test cases to ALM using VBA
Hi there,I'm new here.Is there any way in excel to insert Template in Step for a test case. For an exampleI'm creating template in test plan as "Template Enter URL" wherein I'm entering description as...
View ArticleRe: Encryption algorithm used in ALM/QTP
According to the new Secured Deployment and Configuration Guide for ALM 12.0:"ALM crypto implementation uses the following security configuration:JCE crypto source, Symmetric block cipher, 3DES engine,...
View ArticleRe: Automatically create Excel Reports and store them in a folder
Hi MichaelMotes and the rest of the community members. I developed a VBA code to generate dashboard standard reports automatically. I get the "successfull exception" you have mentioned. However my...
View ArticleRe: Automatically create Excel Reports and store them in a folder
Additional Info. This method in VBA doesn´t take bool arguments. Based on the object doc, it takes the connection object and a long object Call Rep.SetConnection(gTDConn, long)
View ArticleRe: How to fetch test cases from test plan folder
Hi, I have tried with,Desc = myTestCase.Field("TS_NAME")but it gives blank value into variable. Test Case I am trying to move -TC_NAME#TestPracticeDestination Folder...
View ArticleRe: QC 11.52 on Microsoft SQL Server 2012 database?
Try installing with the -wSaSchemaValidator parameter to disable the validation of database version. Back in QC 10.0 there was another parameter called dbValidatorSequence, but I would assume the new...
View ArticleRe: How to fetch test cases from test plan folder
Insert a couple ofMsgBox Err.Descriptioninto the code in TE_MoveTestCase after each line where you set the variables. That will probably display an error.
View Article