Re: Duplicate Defect ID field value into a User Defined field
Hi, This works for me.... Bug_Fields("BG_USER_xx").Value= Bug_Fields("BG_BUG_ID").Value Cheers
View ArticleRe: just looking to keep the defects in different folders as like in Test...
Agree with visit_Alok here. If you need to keep the defects in one project repository, they would have to be contained in one ALM project, the way we differentiate the defects from which project it...
View ArticleRe: Set one field to a null value if the value of another field is modified
Glad you found the solution. If your problem is resolved, it is a good idea to mark the thread with the "Accept as Solution" button.
View ArticleRe: How to export HP Quality Center test cases to excel
hi. I am getting this, btw: See the end of this message for details on invokingjust-in-time (JIT) debugging instead of this dialog box.************** Exception Text...
View ArticleRe: Copy Test Lab Data from one project to another
Is there a method that can be used when copying that would recreate (or copy) the run data and test instances? We have a product with a very manageable amount of tests, but got off on the wrong foot...
View ArticleRe: Post Processing with Single Sheet and Multiple Queries in QC Dashborad
Thank You for your reply.I'm able to achieve through Post Processing ..:)
View ArticleRe: Run Object does not set the RN_EXECUTION_TIME and RN_EXECUTION_DATE
Hi ,Well , I was thinking of this as well, but didn't make any sense as I was using the same Run object and the same post method.But, at your suggestion I did made a try, and yes is working just fine....
View ArticleRe: Run Object does not set the RN_EXECUTION_TIME and RN_EXECUTION_DATE
It seems quite logical to me. When you finish a run in the GUI it will be saved to the database with the server time the second you finished execution. You can change that value manually afterwards,...
View ArticleRe: Need filtering criteria in Test Lab using attachments
It can be done. But as a default the fields that tells if an attachment exists are hidden. You can make them visible by modifying the database. For test instances:UPDATE SYSTEM_FIELD SET SF_IS_ACTIVE =...
View ArticleALM - Error message stating "Cannot download reports" is displayed on...
Error message stating "Cannot download reports" is displayed on clicking launch report button. This happens only for few scripts and rest works fine.We have given multilple runs and still seeing this...
View ArticleRe: Problem QTP 10.0 when trying to select a cell in a swt application
Try using the below code: JavaWindow("'9353 WMS' - SMI").JavaTable("3. Deliveries").SelectCell 2,"0"JavaWindow("'9353 WMS' - SMI").JavaButton(">").Click Hope it should work.
View ArticleRe: How to export HP Quality Center test cases to excel
I am getting error as "Run Time Error '-2147220481 (800403ff) Node has no children". Can you help me to sort this issue out.
View ArticleRe: How to export HP Quality Center test cases to excel
I am getting error of "Compilation error in hidden module. Update Fields" when i open the tool. Can you help me to sort it out
View ArticleALM requirements synchronization error
Hello.I have an Integration which is built from SM Change to ALM Requirements on ALM Synchronizer.Got a promblem with ALM synchronizer, new Requrements are not created with error "Create: threw an...
View ArticleRe: QCConnection via Excel Macro
Hi , I had used a code to connect with ALM , but unable to connect .it gives an error message "Failed to login" Dim qcURL As StringDim qcUser As StringDim qcPassword As StringDim qcDomain As StringDim...
View ArticleRe: Need filtering criteria in Test Lab using attachments
Thanks Jan. But I don't have ADMIN access to configure my Project/Domain. Is there any alternative way ? Thanks in advance.
View ArticleRe: QCConnection via Excel Macro
Hello, Go to your ALM start page, choose Add-Ins Page, click on the HP Quality Center Connectivity Link, click on download link, choose to run the executable. Afterwards try again to run the code. I...
View ArticleRe: ALM 11 Defect Emails sent to another ALM username in project
Hello, It depends on what modifications he/she wants to see. The easy way would be to access Tools - > Customize -> Automail and check your manager's username. This way, he will receive...
View ArticleHow to get the list of Project administrators
Hi, I would like to get the list of project administrators of my QC projects.So I now how to get the list TDAdmin for one project in my SQL developper GUI : select us_username, us_group from...
View Article