Re: How to get the actual results, Comments from the executed test cases into...
I got the code to get the expected results, description, step name from HP QC.But I want Actual results and comments also included. Can you help me having the code that gets Actual results and...
View ArticleRe: How to modify all marked Requirements with a user defined button...
The workflow doesn't support multiple selection of items. It will only be aware of the last requirement selected. So unless there is some property of the requirements that you can filter a list on,...
View ArticleRe: How to get the actual results, Comments from the executed test cases into...
Show us the code you have and we might be able to suggest what you need.
View ArticleRe: How can we re-size a field (make it wider) in the New Requirement window?
Can't be done. The recommendation is to keep list items short by abbreviating them.
View ArticleRe: Extracting user name and the role from QC users list
You are almost done.Once you have a CustomizationUser object (your Usr object), you can get the names of all the user groups to which this user belongs through its GroupsList member.So :'Extracting...
View ArticleFilter syntax for retrieveing all defects havin more than one entry in one field
Dear all, I am trying to define a filter in HP ALM 11 in order to select all defects having more than one entry in one specific field. The multiple entries are generated by a multiple choice list and...
View ArticleRe: deleting userid from alm 11
HI Trudy Thank you for this Information. I have one more query, Kiindly answer this. If there are any reports created with a certain username and the user is now deleted, Will all the reports be also...
View ArticleRe: How to modify all marked Requirements with a user defined button...
You could add an InputBox to input multiple requirement IDs. Then loop through them and run the code to mark them. Something like this: Dim MyString, MyArrayMyString = InputBox("Enter the Req IDs...
View ArticleRe: deleting userid from alm 11
The reports will remin same. When a user gets deleted from site admin, only a record of the users in USERS table will be deleted. It will not have a impact on other tables ie., BUG, RUN and so on. -Shakul
View ArticleScenario Setup
Hi, I created a scenario that had 50 users running simultaneously for duration of 1 day. After about several hours, we started receiving HTTP 503 - Service Unavailable message, so I stopped the job....
View ArticleRe: How can we re-size a field (make it wider) in the New Requirement window?
Thanks for your reply. As a work around, would you be able to tell me how to display the req type text when the user hovers over the field. That way, they can read the req type from the text displayed...
View ArticleRe: Exporting a 11.52 project to 11.0 version
The Export/Import functionality available in Site Admin will not support this. The Import functionality will import projects only if they have been exported by the same product version.Newer versions...
View ArticleRe: How to make custom fields display in same Details tab in Design Steps ?
What is the Type of the custom fields you added?Can you show us a screen image of what you have, and describe how you want it to be different?What version of the product are you using?
View ArticleRe: Scenario Setup
What test automation tool are you using? If QTP/UFT, you should repost your question in the forum specifically for that tool.http://h30499.www3.hp.com/t5/Functional-Testing-QTP/ct-p/sws-Fun_TestAre you...
View ArticleRe: HP ALM REST API 12 - Error 500
Daniel,Since these examples are provided as reference, it should be working in ALM12. Debug the code and let us know whether login was successful? If so does it get hold of a new session? Are you...
View ArticleRe: Extracting user name and the role from QC users list
Thanks Chris, for your quick reply. It has solved my issue. Could you please tell me what is the reference document for identifying the appropriate methods. I have API document, but it seems to be not...
View ArticleIssue Mapping in QC and SolMan integration
Hi, I'm integrating ALM 11 with SAP SolMan but when we try to map the fields in ALM, happens this error message: The number of required defect fields in Quality Center is different from the number of...
View ArticleRe: How to make custom fields display in same Details tab in Design Steps ?
In Design Step details, Description and Expected Result memo fields are present and so all fields (look up and text fields) are moving to a new tab. Attached screenshot for reference. New fields (text...
View ArticleRe: What is the latest version of the RunTestSet Utility?
This utility worked for the first time. It did open the QTP via QC and executed my test set. After that it keeps throwing the error, Unable to acquire lock the file exception. Please see the snapshot...
View ArticleHow to retrieve parameters actual value.
I need to use OTA and C# to create test plans that can be sent to non-ALM users and my group has requested that I research allowing them to use parameters and test configurations. I am having trouble...
View Article