Pictures as part of extract
I attach pictures to each Test Step, so the testers can see what the expected result looks like. I need to make an extract (ie an Excel report) of the tests, because the testers do not have acces to...
View ArticleRe: LDAP Authentication Questions
If I move to LDAP authentication and the user name remains the same is there any impact to existing data with their projects? No, there is no impact. Will the new LDAP authenticated accounts still be...
View ArticleRe: Pictures as part of extract
Attachments are not stored in the database. They are stored in the file system in the Project Repository. What is stored in the database are indicators that an entity has an attachment and where that...
View ArticleRe: Initialization error- 2147467261 object reference not set to
Does it happen during login authentication of the user, or after selecting a domain and project?If the latter, does it happen with every project in every domain?Does it happen for every user?If it...
View ArticleRe: Update TC_USER_** when RUN_USER will changed
From a Run_ workflow subroutine the workflow has no inherent knowledge of the Test Set Test (test instance) the Run belongs to. You will need to insert code in the workflow to figure out which Test Set...
View ArticleRe: how to pull fields from Test Plan to Test Runs window
I'm not sure I understand where you are trying to make the field visible. Can you provide some screen images that show where the field is in the Test Plan, and where you see it in the Test Set, and...
View ArticleRe: How to clear the user name and change project list from your local hp QC...
Hi. Try to find QCClient.config file. Path should be these:C:\Documents and Settings\%username%\Local Settings\Application Data\Mercury Interactive\Quality Center\QCClient.configor...
View ArticleRe: Disable/hide "Clear History" - Button
Hi. You can use DbgView too to see what is happend in ALM backend (method flow, action names etc.). Br, Tomas [If my advice solves your issue or query, please mark the thread as solved. Clicking on...
View ArticleRe: Unicode Domain and Project names in ALM 11 / 11.5
Hi, Need your help,on entering Japanese characters in test step we are getting "?????" .Can you please guide me how to make ALM project Unicode compliant or what steps do I need to take ? ThanksAnurag
View ArticleGet path from defect subject - I can't get Bug_fields("BG_SUBJECT") to behave...
What I'm trying to achive is to use the next-to-topmost folder in the test plan as default for a user field when creating a new defect. My code is here: set mySubjectNode = Bug_Fields("BG_SUBJECT")...
View ArticleRe: Update TC_USER_** when RUN_USER will changed
Hi Thanks It Works Great but don't keep the consistency between Fields.because if tester update the Field TC_USER_17, the other field not is update too.I Tried reverse the code to work but I don't got...
View ArticleStruggling - Please Please Help Patch 16 Version 11
This concerns applying patch 16 to HPQC 11. The below was taken from the readme file. I need to know EXACTLY what this means : "IMPORTANT: To prevent loss of files that were added or changed in the...
View ArticleIntegration of Solution Manager 7.1 with HP ALM 11.52 - Defect Synchronization
Hi, We have integrated Solution Manager 7.1 (SP10) with HP ALM 11.52 (Patch1).Defect synchronization is done and defect data is passing correctly between both the Applications. The only issue is, the...
View ArticleCreating a Cycle in the Releases for each browser to be tested - Good or Bad?
I want to test all my test cases for different browsers. I can create different test sets for each browser and pull the same test instances into each of these test sets. But the requirement to which...
View ArticleRe: Multiple Envelopes in Requirement-Details-View
The envelope button is usually only incorporated into fields that link to user names, and is there to provide a short cut for you to mail information about the entity to that user. I'm not aware of any...
View ArticleRe: how to pull fields from Test Plan to Test Runs window
There does not appear to be a built in option for this.You could create a workaroun by adding a custom field to the Run entity, and then populating that field with the value from the Test Case. Then...
View ArticleRe: Get path from defect subject - I can't get Bug_fields("BG_SUBJECT") to...
Not sure what documentation you are looking at, but BG_Subject is not a SubjectNode. It is an ID for a Test Plan folder. Look at the database reference material for the BUG table.BG_SUBJECTThe subject...
View ArticleCan't get the For Each loop to work in the Workflow script editor
Hi, Can anyone please tell me why I receive the Workflow Script editor error "[Error](L135:C8): Expected End of Statement" when I attempt to save the below code. For some reason the "In" in the For...
View ArticleRe: ALM 11 - TDConnection Object failing to login (OTA)
TDConnectivity Add-In does the job
View Article