Re: Need help with SQL to pull daily counts (# of defects opened, resolved,...
Nice report Pradeep! Thanks for sharing ... Little slow but I can imagine since it is grouping lots of numbers. Now trying to link it to a button in Excel. Might need help from forum to execute SQL via...
View ArticleRe: One Test Plan, Multiple executions of tests. How to report?
Thank you! That is exactly what I was using to report - the Run table. btw-yes we are running one test set multiple times.
View ArticleRe: SQL for details from a test set in the test lab.
Learn SQL and go through database reference materials to understand how tables are organized in QC.In FROM clause, if more than one table is mentioned, it is known as a join. While joining tables, a...
View ArticleRe: Creating 2 Dependent Fields in QC
Thanks for your response. I will try this and let you know if it works. Ebenezer
View ArticleRe: SQL for details from a test set in the test lab.
emmad, I've pulled some information with a similar combination of tables. As pointed out previously, you will need to define how each of your tables relates to at least one other table in your list,...
View ArticleRe: Can not install ALM 11 - This file has no digital signature or the...
We encountered the same error recently on a number of XP virtual machines. After a LOT of digging, it was discovered that some of the workstations did not have all of the trusted root certificates that...
View ArticleRe: Excel Add in problem
Thank you! It worked perfectly - all I needed to do was create the Tasks folder.
View ArticleTest Plan Tree List
Hello I am using this piece of code for v.11 to allow the field to be populated with the subject tree list, however this is not working for me. FUNCTION TEST_FieldCanChange(FIELDNAME, NEWValue) On...
View ArticleRe: Test Plan Tree List
If you comment out the On Error statement and try to use the code you will find that it generates the following error. As noted in the error message, there is not such customization list as "SUBJECT"....
View ArticleDisplay System Field in Test Plan Details Tab
Hello All, I'm trying to display the system fields under the Test Plan Details Tab. I have administrator rights and some how when I create a new test, all the system fields are not appearing. Only...
View ArticleCustomization of Design Steps Columns for different test cases
Hello All, I am trying to customize the columns displayed under the design steps. Example Test case 1 Under Folder 1 should contain "Notes/Remarks" column where as the Test Case 2 under Folder 2...
View ArticleRe: Workflow script- Defects status
Hi Jan,I now understand what you mean :-)The function "Function Bug_CanPost" return false valueI have now corrected it and it works fine thank you very much for your helpRegards Nahid
View ArticleRe: Test Plan Tree List
Hi Vince, as Trudy tells you the list "SUBJECT" doesn't exist. What exactly would you like the field must be set? You could set that field with all the path where the test is located. Do you mean this?...
View ArticleQC Excell addin - import tests with the same test STEP names
Hi all! I have a custom test type where the test STEP names are not named incremented Step_1, Step_2... but like [Comment] ... [DoAction] [Wait]. The issue is that in the test I have more similar steps...
View ArticleRe: QC Excell addin - import tests with the same test STEP names
can you select everything in excel and try to import?
View ArticleRe: QC Excell addin - import tests with the same test STEP names
I did that and it imports only the last steps instances...
View ArticleQc Hanging
When I am trying to install QC 10 on a user's laptop then its giving me an error "The Installshield Engine (ikernel.exe) could not be installedThe folder 'C:\Program Files\common files\install...
View ArticleRe: Not able to pass long Select/SQL Statement via OTA
Thanks Trudy for the information; any workaround coming to mind? Report is for executives so the solution needs to be less intrusive :-( I was thinking to send then txt file to save on C-drive and...
View ArticleRe: Not able to pass long Select/SQL Statement via OTA
Maybe you could talk to your DBA about making it a stored procedure. I don't have any experience with running stored procedures so I don't know if that would help.
View ArticleRe: Show link icon when defect is linked to a test step
I found code posted on another test blog site that works in ALM11 (courtesy of MrGreen999) and modified it for our environment...
View Article