How to return a parameters actual value
I need to create test plans for non-ALM users using OTA and C# and the test team has asked me to research allowing them to use parameters and test configurations. Does anyone know how to retrieve the...
View ArticleHP ALM installation window, can't get to the log in window anymore.
Hello everyone, One of our users received the Instalation window of ALM after some microsoft updates. With the link "Click here to lanch installation" and the active control to install the loader file....
View ArticleRe: QC results not showing all the defects having linked entites
Im trying to find a solution to the same exact request! Exporting to excel a list of all Parent/Child defects that are linked to each other.
View ArticleNeed Help. Please tell me what I am doing wrong
Hey Everyone, I just started a new job and I've inherited a lot of queries someone before me designed.Here is the one in question SELECTT_SET.CY_CYCLE Test Set.Name AS Browser,T_INS.tc_status AS...
View ArticleALM 11.5 - ActiveX installation best practice
Hi, With ALM 11.5, it is not mandatory to be a local admin of the PC to install the ActiveX client.If a non admin user opens a session on the PC and install the ActiveX, it will be installed on his own...
View ArticleRe: HP ALM installation window, can't get to the log in window anymore.
Hi.Did you try to reset Internet Explorer settings to default?Br,Tomas
View ArticleRe: Can somebody explain? ALM 11.00 patch 15 and admin rights after any...
Hi,First be aware that patch17 for ALM11.0 is release and it is certified for IE11 as specified in its readme file: ALM 11.0 Patch 17 client is certified for Microsoft Internet Explorer 11 on Windows 7...
View ArticleUse the assigned group in a workflow
Hello, I am using QC 12 and I am working in the workflow editor to expand the functionalities for our testing. I have created many groups to seperate the views of the data in the project (we are...
View ArticleRe: Extracting user name and the role from QC users list
In the API document, you have a Search feature that can be useful. Another way to have a look at the object model is to reference the OTA library in some IDE (VBA for MS-Office is good enough) and then...
View ArticleRe: displaynig user's phone number in the defects grid
Hi. What about massupdate by similar sql first and next workflow feature for new/changed defect?Please modify BG_USER_01 and BG_DETECTED_BY to fit your needs.update BUG set BG_USER_01 = (select...
View ArticleRe: Use the assigned group in a workflow
Hi. I didn't cacht what you realy want but one idea could be this:set UsersGroups = TDConnection.Customization.UsersGroups for each gr in UsersGroups.Groups if user.isingroup(gr.Name) then end if next...
View ArticleRe: Setup ALM application url as http://alm
Never mind, I got the solution for this through other means. Step 1 : Update the apache welcome.conf file as follows "<LocationMatch "^/+$"> Options -Indexes Redirect 301 /...
View ArticleNeed to add 10 Pages to the Defect module details page in Q.C 11
I am looking for to add more than 6pages to the defect module details page. can you please help me with the code to add more than 6pages? at present I can add only 6pages.
View ArticleHow to generate a defect report from 2 ALM projects in ALM 11
In ALM 11 specifications, it says that we can generate defect reports out of multiple projects. I am trying hard to generate a defect status report out of 2 seperate projects in ALM 11, but I am...
View ArticleRe: Need Help. Please tell me what I am doing wrong
Looks like it might have been the commas, I could've sworn I tried that, but it's working now. Thank you so much :)
View ArticleRe: How to return a parameters actual value
You'll have to pull the Default Value (TEST_PARAMS.TP_DEFAULT_VALUE) from the TEST_PARAMS table within the Test Plan module through OTA below is the field name. I'd refer first to the HP ALM...
View ArticleRe: Detect end of test execution using OTA
Hi Lukasz, We are still working with HP to get a resolution to this issue. HP asked us to provide logs (ALM & UFT) with different debug levels... but so the logs didn't seems to help. I'll update...
View ArticleRe: What is the latest version of the RunTestSet Utility?
What version of ALM/QC are you using?What is the OS, service Pack, and bit level of the system where you are running the Utility?
View ArticleRe: How to generate a defect report from 2 ALM projects in ALM 11
That functionality (cross-project reporting) is available only if you have the full ALM edition. If you have the Enterprise or Starter or Essentials editions then the functionality isn't available.If...
View ArticleRe: VAPI-XP: create and use the function libraries
Let say that you have a library resource item,Test Resource A library (attached file is "xyz.vbs") Call IncludeLib("xyz.vbs") in the MainTest...
View Article