Create command button in QC project that only one group can run
Have created a bat file that copies REQ attachments from a specified project's /attach/ folder to a network location for them. Would like to create a command button on a toolbar in this project, which...
View ArticleDoes QTP recognise TANDEM application
Hi, I am trying to find the feasibility of automation in TANDEM application. Can we use QTP for automation iof this? The language is TACL. Please help...
View ArticleRe: Java Swing objects not recognized in QTP
Hi all, i had the problem that my application does NOT work when the "_JAVA_OPTIONS"environment variable in windows 7 is activated. If i deactivate this environment variable, my application runs well...
View ArticleRe: Create command button in QC project that only one group can run
Command buttons can be added but they are available / visible to all. In the code you use to execute the button you can add a test for the group the logged user is in and allow it to run if they are....
View ArticleRe: Create command button in QC project that only one group can run
Here's a sample script in case anyone finds it usefull :) '=================================='- COMMON MODULE'==================================Function ActionCanExecute(ActionName) '- default return...
View ArticleRe: ALM 11 “Object reference not set to an instance of an object”
I tried to replace enterpriseintergrationui.dll with the attached dll, however problem still exists. Please advice.
View ArticleRe: QTP not recognizing Java Swing objectd
Please look as well to this discussion... Unfortunately also unsolved... http://h30499.www3.hp.com/t5/Quality-Center-Support-and-News/Java-Swing-objects-not-recognized-in-QTP/td-p/4172348#.UuwGfXmMTCE
View ArticleRe: Using QTP with Java swing application
Please see also http://h30499.www3.hp.com/t5/Quality-Center-Support-and-News/Java-Swing-objects-not-recognized-in-QTP/td-p/4172348#.UuwGfXmMTCE
View ArticleRe: ALM Defect: Value change based on another value selection
This is done through Workflow Customization. The Administrator Guide provides information on this topic and examples of various customization tasks, including setting the value of one field based on...
View ArticleRe: Does QTP recognise TANDEM application
You will have more luck getting this question answered if you post it in the forum specifically for QTP.http://h30499.www3.hp.com/t5/Unified-Functional-Testing/bd-p/sws-Fun_TEST_SF
View ArticleRe: How to export HP Quality Center test cases to excel
I downloaded this file. Entered Domain,Project and Test Plan Path to download test cases to workbook.But when I clicked on "Download Test Cases to Workbook" button it throws me an error saying "Compile...
View ArticleQuery parameter ignoring first value in excel reports in ALM
I have a query where i am trying to pass testers id through parameter. Select * from BUGwhere detected_by in @parameter@ and in parameter, i am entering p7777','p1234','p3456','p2340 but when i am...
View ArticleRe: ALM application not strating
Hi Srinivas,Above is not correct file. Search for run.bat and installjbossservice.bat in that machine you will find those filesRegards,Srihari
View ArticleRe: Does QTP recognize NonStop application
>Can we use QTP for automation of this? The language is TACL. I seriously doubt that UFT knows about NonStop or TACL shell scripting.The NonStop...
View ArticleRe: Copy /Past of Test error message QC10
Hello, you mean to update in SEQUENCES table of the specify project the SQ_SEQ_NAME column the TEST value? To update to what I get that this value is 1332? (see attachment)
View ArticleSVN error with ALI
I am trying to use the ALI feature in HP ALM.In the SCM Repositories module, I was able to add the SVN repository and branch details but when I try to run synchronization it gives error given below.I...
View ArticleCASE
Fellow sufferers I am using a CASE statement, but the Query Builder does not recognize the CASE. It does not highlight it in blue like it does with a SELECT or a FROM. I just want to do something like:...
View ArticleRe: Need Help for Workflow code DEBUG by using Attach to Process...
Hi. You are quite close.1. Login into project.2. You needn't to create any sample project, just run VS > attach ALM process, click on blank script and add break point into ActionCanExucute...
View ArticleUnable to retrieve customfield values from NewList for a filter - Writing OTA...
I’m trying to write a OTA code to import defects from a filter. It happens smooth when the field is a system field, but it doesn’t happen for user defined fields..How do I do that? I have been trying...
View ArticleCASE
Fellow sufferers I am trying to apply condition in my reports, something like: SELECT CASE employee.employmenttype WHEN 'Hourly' THEN 'N/A' WHEN 'Contract' THEN employee.familyname END The...
View Article