Re: ALM Quality Center: Releases Module - Create an Email Option for Cycle Info
use objCycle.SendMail
View ArticleRe: Error in Upgrading the project
Yes, I was just trying to test the migration process. Can you clarify the below question for me? In QC Test plan/test lab module when a folder has been created is there a way to identify by whom it...
View ArticleRe: Copy Test Lab Data from one project to another
Thanks to both of you. Trudy - We tried copying test lab folder with option "Copy test sets/folders without copying related entities" however still it will copy test cases into test plan module. I...
View ArticleRe: ALM Quality Center: Releases Module - Create an Email Option for Cycle Info
I made the change but still not getting the emails. I've got this code within the Management script. Thought I would let yall know in case for some reason it should be elsewhere, although I doubt it....
View ArticleRe: ALM Quality Center: Releases Module - Create an Email Option for Cycle Info
Number of parameters in call statmenet is different from functionSendCyc Cycle_Fields("RCYC_USER_07").Value, strTo, strSubjectin function you have 2 more parameters StrCC and StrCommentAlso use this...
View ArticleRe: Error received from Document Generator in QC 9.2
Hi,Im having the same problem as above on QC 11.0. This started after i installed Lync (messaging software from Microsoft). Wondering if anyone found the fix for this. Thanks
View ArticleRe: Copy Test Lab Data from one project to another
I think we have couple more option before we think of DB update:1.Can you identify all the test cases from that project in the new project? if you could, its better to delete those and migrate that...
View ArticleRe: Error in Upgrading the project
No way that I am aware of. QC doesn't tarck history for Folders.
View ArticleRe: Copy Test Lab Data from one project to another
When you copy a test set from one project to another, it has to link those new test instances to test cases in the Test Plan in the destination project.I did some experimenting with v11.0, and this is...
View ArticleRe: Error in Upgrading the project
If you want to start keeping track of who creates folders, you could add a custom field to the folders and then write custom workflow code to put the creators name into that field.
View ArticleRe: How to enforce Check in and check out
I think he means that when he clicks on a field in a test that is set for versioning, the test is checked out. This means that the 'Warn Before Checkout" option on the Test Plan -> Versions menu...
View ArticleRe: changing data base information on server configuration wizard
You can try configuring the server as a secondary node, which assumes that you will be connecting to an existing siteadmin schema. If you select to use existing values, your db user and password...
View ArticleRe: Copy Test Lab Data from one project to another
Thanks to all of you for suggestions. @RajuThomas - I guess option 2 will work. I will extract Test Set Folder and Test Set tables into excel and then we will try to create a OTA script for uploading...
View ArticleRe: Removal of HTML tags
Try this:Function RemHTMLTags(OrgVal, NwVal)Text = ""accumulating = TrueN = 1Do While N <= Len(orgVal)c = Mid(orgVal, N, 1)If c = "<" Thenaccumulating = FalseElseIf c = ">" Thenaccumulating =...
View ArticleRe: Copy Test Lab Data from one project to another
@kmakarand - if you have data already in Test Lab its preferable to use Option1 or 2. That way you can leave the overhead maintaing primary keys to QC itself. Option 2 is better than option 3 but you...
View ArticleRe: Copy Test Lab Data from one project to another
@kmakarand - did you try copy and pasting the Test Lab folders (with test sets and Test Instances) into new project? I did not try this but thinks this should work as QC will find and Match test cases...
View ArticleRe: Cycle assign not showing "No run"
Are you reassigning the Test Set folder to a new cycle? You can recreate the Test Set folder (copy and paste) which then reset the execution status to No Run. And then assign to the new cycle.I am not...
View ArticleRe: When a Defect is submitted the New Defect Dialog opens up?
Thanks Much!! It worked.This was the exact solution i was looking for.Thanks,Abin
View Article