Re: Customize the drop down list for requirement types
Hello Thanks for your answer, I reached the same conclusion and managed to restrict the choice to only the customized type with workflow (when clicking on the "unwanted" types a message tells the user...
View ArticleRe: How to set up a given time to execute tests everyday?
ALM11.5? oh NO..I'm still using ALM 11, but encounter a lot of probs with UFT 11.5
View ArticleRe: Export from Excel - how do I load parameter data (i.e. parameter "Actual...
Hi So that last bit of code is to add the actual values, for the parameters of the Test Script, for the configuration being created. It is design to be dynamic - not fixed. For example, if your Test...
View ArticleRe: Need to display 'RQ_ORDER_ID' field in requirements module
Thanks for your response William, however this does not solve my problem as I need the order ID to be updated in both 'Move from' and 'Move to' folder for all requirements updated due to move and get...
View ArticleRe: [Script] Dynamicaly update a lookup list
I don't know why but this does not work on my system Bug_Fields.field("BG_USER_03").List = Lists("BG_USER_01") Anyway this worksBug_Fields.field("BG_USER_03").List = Bug_Fields.field("BG_USER_01").List...
View ArticleRe: Identifying the GUI type of Field used in defect module of Quality Center
I am refining it furthur I need the field type of the field used in the defect module. For example Defect ID is String etc. I just to seggereate the field having lookuplist type and display it? So far...
View ArticleRe: QC 9.2 while copied test case marked as copied
Hi All,I have added below code on the ActionCanExecute Function still no luck.If ActiveModule = "TestPlan" thenIf ActionName = "act_copy_node" thenIf ActionName = "act_paste_branch" thenSet TestFact =...
View ArticleRe: Schema difference error when verifying project
Removing the Index [ FP_COMPONENT_PARAM_IDX ] from table [ FRAMEWORK_PARAM ] would resolve the issue.
View ArticleRe: Export from Excel - how do I load parameter data (i.e. parameter "Actual...
Hello Martin,I managed to make updates to the "Actual Value" with your script.Thank you!
View ArticleRe: How to Export/Import Test Cases in Qulaity Center from Excel using...
Hi, Thank you for reading this. I have a requirement where I have to down load the test cases from HP ALM to excel. But we are not following the Release Management, wer are following the Folder...
View ArticleRe: [HP ALM] rest api - test lab, How to get test-instances belonging to a...
Hi Forum members - I need to find out a way to find the folder ID in HP ALM 11.0 I have a SQL Query that is like below:- Select * From <Folder in Test Lab> where workstream is 'Testing' I know...
View ArticleRe: Error in uploading defects using Excel addin
What is 'possible'? What do you want to do - export defects from Excel to ALM and have Excel formatted data appear in the same format in ALM? Are these custom Time fields in ALM? What type of field...
View Articlehow to trigger vb script when syncronizing defects from another tool
HiIm using a plugin to Jira called JAM to synchronize defectes between Jira and QC.In QC we have a custom field called 'Detected by Full name (BG_USER_02)And to that a VB script that upon change of...
View ArticleHow to fetch Copied Test IDs for Copy/Paste action in ALM?
We are trying to fetch the Copied Test Cases IDs when bulk copy/paste or copy/paste actions are executed in ALM. We are trying to fetch the original copied Test Cases IDs and store them in ALM custom...
View ArticleRe: Identifying the GUI type of Field used in defect module of Quality Center
Thanks william...can you please let me know which integer value shows that this field contains the list. If i am able to dig this then i can display those fields on screen.
View ArticleHP ALM 11 fails to export test cases to Excel 2013
HP ALM 11 fails to export test cases to Excel 2013. I get the following error when I try to export test cases from ALM: Could not find any of the following registry keys:...
View ArticleRe: HP ALM 11 fails to export test cases to Excel 2013
What is the patch level of your ALM environment? To support Office 2013 you must be at least at ALM 11.0 patch 17.Are you using the 32 bit version of Office? Only the 32 bit version is supported.
View ArticleRe: Project Migration - QC 10.0 to ALM QC 11.5
There are multiple threads on this topic already in this forum. Do a search for "migrate".The information is also available from HP Support in their knowledge base. If you have a valid support contract...
View ArticleRe: QC 9.2 while copied test case marked as copied
Your code will not accomplish what you want to do. This lineSet TestLists = TestFact.NewList("") is intended to retrieve the new test case, correct? When you use the NewList method you have to provide...
View ArticleRe: Setting a default grid view for all users in Defect Manager v11.52
Hi, The below post gives workflow that set default view for all the users however it only works in 9.2. How do I update it to work for 11.52....
View Article