Hi al, I am using HP UFT 12.54 and ALM 12. Getting error like
"Unable to connect the testing tool to the requested ALM/QC server." while executing scripts through ALM.
System specifications Win 7, 64 bit, 8GB
Hi al, I am using HP UFT 12.54 and ALM 12. Getting error like
"Unable to connect the testing tool to the requested ALM/QC server." while executing scripts through ALM.
System specifications Win 7, 64 bit, 8GB
Tutorial on how to get releases under specified domain using HP ALM REST API.
Web Browser Method
http://youralmserver:port/qcbin/api/authentication/sign-in
http://youralmserver:port/qcbin/rest/domains/domainName/projects/projectName/releases(Domain name and Project name is case sensitive. Use the name as displayed in ALM.)
What i am planning to do is get all test cases with design steps from test plan folder to excel. I am using below query to generate the same:
select TEST.TS_TEST_ID, DESSTEPS.DS_TEST_ID, TEST.TS_NAME, TEST.TS_DESCRIPTION, DESSTEPS.DS_STEP_NAME, DESSTEPS.DS_DESCRIPTION, DESSTEPS.DS_EXPECTED
from DESSTEPS, TEST
where DS_TEST_ID=TEST.TS_TEST_ID
and TEST.TS_TEST_ID = #######.
Now since My folder contains 100+ tests It wouldnt be the efficient way of doing. Can some one help in pulling out all test Ids from a respective folder and make my above query useful in pulling data.
I know there might be other ways of pulling design steps but want to do this way.
Thanks
Hi,
I am currently working on a C# code to export a Bug Report form HP ALM using OTA.
I am successfully able to fetch the System Fields but am not understanding the way to fetch the User Defined fields.
Below is the code snippet. I have marked the point where I am stuck.
BugFactory bugF;
TDFilter bugFFilter;
List bugL;
bugF = (BugFactory)qctd.BugFactory;
bugFFilter = bugF.Filter;
bugFFilter["BG_STATUS"] = "New Or \"In Dev\" Or \"In Design\"";
bugL = bugFFilter.NewList();
foreach (Bug thisBug in bugL)
{
myData = myData + String.Format("{0} {1}", thisBug.ID, thisBug.Summary) + Environment.NewLine;
writer.WriteLine("<tr>");
string myBugID = String.Format("{0}", thisBug.ID);
writer.WriteLine("<td >\n" + myBugID.ToString() + " </td>\n"); //This Works
string myBugV1Def = // Stuck!! Need help here <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
writer.WriteLine("<td >\n" + myBugV1Def.ToString() + " </td>\n");
Writer.WriteLine("</tr>");
}
Thanks.
Hello Team,
I am not able to install HP ALM 12 in my VDI windows 10 system. Getting the below error messages . Kindly suggest.
Following components were not downloaded successfully.
Arguments. dll, QCconnectivity.helper, AppEntity.dll, This file has no digital signature or the publisher is untrusted.
Hi All,
I have a small challenge in my Projekt. To make the story short: In my Tests I have a user defined field "Requirement ID". One testcase belongs to 1 to n Requirements.
Example if 1:1 user defined field "Requirement ID" = 4711
Example 1:n user defined field "Requirement ID" = 4711, 4712
is there any chance to join Requirements table and Test table and get this result:
Expected result
Req_ID Test_ID
4711 1
4711 2
4712 2
Requirement Table
Req_ID Name
4711 Bla1
4712 Bla2
Testcase Table
Test_ID User definden Field ReqID
1 4711
2 4711, 4712
ps. there is no chance to assign testcases to requirements in correct way, like usually in HPQC.
Thanks,
Cheers, ar43r
There appears to be many different answers to the question "Can I start an execution" of a automated test via Rest API? I have not found a way and am still looking for a solution or a "Yes" or "No". The system is currently on 11.52. There also is some discussions around "OTA API and "Run TestSet",, if not possible with Rest, is there any examples using OTA or remotely setting up a scheduled test run?
Thanks in advance
Hi all,
New HP ALM user (QC 11.52). I'm tasked with updating some fields within Defects for use within a new project, but there are no longer any experienced admin users in the house.
The project I'm working from has some customizations we no longer want and is missing some we do, I've been able to manage this much updating Project Entities > Defects and Project Lists, however I'm still puzzled a bit about how to control what's in the display seen when you create a new defect.
Some questions:
1) Generally speaking, where are the fields in the new defect window managed? I tried finding some documentation in the admin guide to reference, but don't really see a logical starting point.
2) Our current configuration includes an initial tab "Details" and a tab that appears to be 100% custom items, titled "Page 2."
A) How do I add new fields to display the New Defect window?
B) How do I control the presence of the second tab / what fields are displayed on either tab?
C) How do I rename Page 2 to be more useful?
thanks in advance
Hi all,
I'm a new ALM user (QC 11.52) taking over some admin tasks without any handoff. Not finding very clear instructions on how Test Plan columns are controlled. When creating/importing a Test Plan into QC, the only options for columns to map to or add are the required columns Step Name, Description and Expected. All other options appear to be hidden from use.
Two questions on this:
1) Based on guides I've found, I'm assuming that we've somehow hidden some standard columns from use, if so, how would I make some of these available?
2) Provided the columns we are looking for aren't available standardly, how does one create/control the display of custom columns for Test Plans?
Follow-up, what associated work would be needed to track these same items in Test Runs?
thanks in advance
Hello.
I connect to Quality Center with http://<server>:8080/qcbin/start_a.htm
Once loged in, the version is 10.00 and
Internet explorer 11.
Excel 2013 32 bits
I am not the administrator but have some priviliges to run as administrator.
1) I execute iexploter like administrator
2) I need to set "Compatibility View Settings" for the page to load correctly.
So, I want to install Microsoft Excel Add-In and I downloaded
HP_Quality_Center_10_00_Microsoft_Excel_Add-in.exe
from
https://marketplace.saas.hpe.com/appdelivery/content/microsoft-excel-add
and installed it.
I can see in Excel de tab ADD-INS
and then the options
Export To HP ALM
Export To Quality Center
But, in any case, when i click it, then a I put url but and errors ocurrs
"A general error has occured: 'The HP Platform Loader is not installed on
this machine. To install the Loader, go to the Application Lifecycle
Management login screen."
But, where is that page? what I need to download?
Any help?
Struggling to download HP ALM 12.5 i need help . I am in UK 44 7787421762
Hi,
I have created an execution flow diagram for a test set in HP ALM. Now i want to create a reference of this diagram in VBScript. I got the all the conditions of the diagram using the ConditionFactory Object. For an individual condition i'm trying to get the ID of Source Test Case & Target Test Case. The API reference says that Condition.Target property returns a TSTest Object. But it isn't returning an object. It is returning a number.
How do i obtain a TSTest object from a Condition Object?
Thanks
Shobhit
Hi,
We have a Test Design Tool that is integrated with QC/HP_ALM. We are pull defects from QC to our tool. However We 're unable to push defects from the tool to QC. Please help with the API reference details so that we can embed it in our code and enable the push operation for the defects.
Thanks,
Prabh
The qc log file of our server often shows the message which is listed at the end of this text.
The message always appears when TK_TOKEN contains text which contains the German character 'ß'. The English translation of the complete German text in the message is: A row with duplicate key cannot be inserted into td.TOKENS.Object with unique TK_TOKEN_IDX-Index. All other tokens in this example are working properly (505/506/507, mehrfachkontierung, vollig). Can anyone please explain to me what's going wrong here?
Here is the excerpt from the log file:
com.hp.alm.platform.exception.CTdException
Messages:
Failed to update tokens for this Bug (find similar algorithm); Failed to translate the text tokens to their ids; Failed to add the new tokens to the tokens table. Tokens:[505/506/507, größeren, mehrfachkontierung , vollig] ,TokenIds:[73846, 73847, 73848, 73849]; [Mercury][SQLServer JDBC Driver][SQLServer]Eine Zeile mit doppeltem Schlüssel kann in das td.TOKENS-Objekt mit dem eindeutigen TK_TOKEN_IDX-Index nicht eingefügt werden. Der doppelte Schlüsselwert ist (größeren). Failed SQL: /* ~~QC */ INSERT INTO TOKENS (TK_ID,TK_TOKEN) VALUES ( , );
Error:- Failed to login to DTS with given project settings User does not have permissions to create issues.
I am trying to connect JIRA Defect Tracking System using Sprinter and i am facing this issue please help me for this error.
Hi,
Can someone help with ideas how HP Quality Center tool can be integrated with any Identity Management tool. Here are couple of options that I thought about
1. Integration using DLL/ VBS file - Most of the Identity Management apps are UNIX based and using DLL files to call from UNIX system might not work out
2. Rest APIs - I did not found anything related to user profile creations apart from requirements, defects (or other metadata related stuff)
3. LDAP Integration of HP Quality center - This apprioach has 2 unanswered points - a. How can Import process be automated so that profiles are created automatically rather than Admin logging in to do that manually b. How can user profile be de-activated with LDAP approach
4. EXCEL Macro - That is not best of tha approach to execute from remote systems.
Please suggest some options that can be used to manage User Profiles programatically.
Thanks
Hello Everyone,
Quality Center is hosting an Online Expert Day (today) April 4 -5th, 2017!
If you are a customer with a support contract, then we would like to invite you to join us in the Quality Center Support Customer Forum where HPE product Experts will be online for 24 hours to answer any questions regarding: Any topic
Event start time: Apr 03, 2017 11:00 PM PST / Apr 04, 2017 02:00 AM EST / Apr 04, 2017 07:00 AM GMT.
Event end time:Apr 04, 2017 11:00 PM PST / Apr 05, 2017 02:00 AM EST / Apr 05, 2017 07:00 AM GMT.
For more information on the event click on this link.
Hope to see you in the forum.
Greetings,
Bill
Hi All,
I am getting the error "Unexpected Error. Failed to get projects properties" when i click on a certain project under 'Projects' in Administration page. I am facing this issue for only two projects. Can anybody help me in resolving this error.
Thanks in advance,
Sanjeev
I try to launche the HP ALM, but need to add the URL to the HP ALM server in trusted site. How do I verify that I have the right URL? I have tried to add the URL from the link (https://almalm1250saastrial.saas.hpe.com/qcbin/start_a.jsp), but it has no effect. I get the same error message.