Re: On Test Lab what's the difference between "Status" and "Test: Execution...
In Filter tab you will see 2 fields Execution Status and Status. Execution Status as name says will have the latest execution of the test case (No Run if not yet executed).Status field in filter tab...
View ArticleAdding Test Set Description content to Defect Description
Hi,A user has asked if when logging a defect during a manual test run at the point that the step has failed if it is possible to capture the Description of the Test Set and add it automatically to the...
View ArticleUsing API code how to confirm whether a User is in QC DB (QC Member) or not?
Hi, Using API I coded to add users to QC projects and changing their roles. Now, I wanted include one condition whether the user is a member of QC or not. If the user member of QC then i will continue...
View ArticleRe: Execute a test instance and update the steps with status & actual result
Hi Massimo De Rosa, Thanks for the code. It really helped a lot. I managed to edit it according to my excel sheet. This forum rocks! Cheers, Muthu
View ArticleVersion of Excel addin compatible with HP ALM 11.52.
We are currently encountering this error in HP ALM 11.52 when we tried to import data from excel(2010).I have searched the information of this error and found out that this is a compatibility issue....
View ArticleRe: HP ALM Distributed instance installation using Oracle Database in Linux.
Hi Shivram, I have found out that i am having an issue on the database server.Thank you for your replies I will accept this as a solution. Thanks again!Kiko
View ArticleRe: Using API code how to confirm whether a User is in QC DB (QC Member) or not?
Something like this to check is user is a member of the Quality Center site(depends on the language you use of course):Dim cust As CustomizationDim uList As CustomizationUsersSet cust =...
View ArticleRe: [Support Tip] ALM 11.0 Patch 13 is released
Hello Rageshgr, Here are the links for HP ALM/QC 11.00 Patch 13: For Sun Solaris:http://support.openview.hp.com/selfsolve/document/KM00388089 For...
View ArticleRe: Last Run report with steps
This looks very interesting and I will use some time to look at it, thanks very much Massimo
View ArticleRe: Last Run report with steps
Thanks Pradeep0905, this was just what I was looking for, you made my day :-)
View ArticleExecuting Individual Test Case in TestCase using OTA
HI friends ,I am using OTA to implement a QC Schedular . in which from a test set i need to provide some filter and then this small part of the parent test set i need to execute. actully i couldnt find...
View ArticleSQL to return maximum number of users logged in to a single project (or all...
For some reason my site analysis does not seem to work. I need to be able to run the same query that is behind the Site Analysis page. So for example I have project A who have been allocated a maximum...
View ArticleRe: Query to return only test sets with failed defects
Please refer to the below linkhttp://softwaretestingperfection.blogspot.in/2013/08/query-to-return-only-test-sets-with-non.html
View ArticleInclude Requirement path in the following code???
Hi, Can anybody please help? I'm trying to figure out how to include the requirement path in the following code but I'm getting knowhere fast. SELECT REQ.RQ_REQ_NAME AS 'Requirement Name',...
View ArticleRe: Executing Individual Test Case in TestCase using OTA
Hi, I think you use StartExecution method of TestSet Object. I think that if you'd need to run a subset of TestInstances you have to create a temporary TestSet with only those tests you want to run. As...
View ArticleRe: Executing Individual Test Case in TestCase using OTA
In that case , will the execution will be uploaded to the actual Test Set or to the tempSet which i have just created
View ArticleRe: ALM Workflow Script Customization - Manual Run Window
Thanks Steven, I was struggling to hide fields in the Manual Test Runner. This post saved my day. Cheers.
View ArticleRe: Query to return only test sets with failed defects
Please explain more clearly."test sets which only have failed defects, currently some test sets still have open defects".Actually you have a condition to check whether defects are closed. So the query...
View ArticleRe: ALM Workflow Script Customization - Manual Run Window
Hi, the problem in your piece of code is that TestSet_Field(... object is no more recognize in ManualRun module. What you can get directly are something like Run_Fields(.. or Step_Fields(... so to do...
View Article