Re: How to export tests with teststeps from test set ( from test lab )
Have the tests been executed? Test that have been executed will have the executed steps stored in the STEPS table. Tests that have not been executed have no steps in the STEPS table. For those tests...
View ArticleRe: Excel report sql query for all requirement folders and sub folders
Should this query work with use of a SQL Server database running in the back ground of ALM/QC?
View ArticleSprinter 11 patches?
Hello! I am looking for information on Sprinter 11 patches. When I go to the Patches Portal, and do a search on Sprinter 11 for windows, I find nothing.In fact, when I do a search on any version of...
View ArticleRe: NEW !! HP Quality Center Support Customer Forum !
Hi HP experts, Has anyone worked on some advanced alerts from QC , for example , sending a text message or a pager signal if an automated test fails during an execution? I'll be glad to discuss this...
View ArticleRe: Query Bug table, filter by Test Set Folder in ALM 11.0
Defects can be linked to requirements, tests, test instances, run and steps. When defects are filtered by test set folders, defects linked to test instances, run and step are retrieved and other...
View ArticleException caught! Hr=0x80010100 - Quality Center 11
Greetings, I was running some tests and in the execution log it had a catastrophic failure. I looked at the machine and the test was still running normally. I view the remote agent log and here were...
View ArticleRe: Excel report sql query for all requirement folders and sub folders
sys_connect_by_path works in Oracle and not in SQL server. There is no equivalent for this keyword in SLQ Server. CTE can be used to produce similar results, however CTE is not supported in QC/ALM. In...
View ArticleRe: Couple of issues in HP ALM
I've never heard of a way to do #1 through Site Admin.#2 - I don't know how to add a new tab next to the Details tab, but you can use the PageNo property for a field to assign a field to display on...
View ArticleRe: Last Run report with steps
Hi, Trudy has posted a cool query. wow. I'm not so strong with sql so I usually do script to achieve my needs. I f you'd like you could create something inside the project. I suggest you to create a...
View ArticleRe: How to copy Test Step field value into Test field while execution
Hi Massimo, I tried with below code, but not helps... Even after the code updated we are able to modify field value from Execution Grid. Sub TestSetTests_MoveTo On Error Resume Next...
View ArticleRe: Protecting Dev Comments
I can't make the head and tail of it. Please post a properly formatted code.Display the PreviousRD and CurrentRD value and look for additional spaces or tags.Other option is to split the old comments...
View Articlevapi-xp error during execution
I have a VAPI-XP-TEST which invokes a VBS which in turn launches QF-test for automation. During execution the script runs successfully and there are no visible errors. However I get this message at...
View ArticleQuality Center - User Fields - Regular Expression
Is there a way to apply a Regular Expression to a User Field as Input Mask? I want to create an input mask for builds: for example '3.15.3.234'the patter should be:3digits.3digits.3digits.4digits I...
View ArticleRe: Quality Center -- Installing license key
Hello,I installed the ALM 11.50 version. But now I am not able to get the License file. How can I get the license file for HP ALM
View ArticleRe: Last Run report with steps
See if this helps SELECT TS_TEST_ID, CF_ITEM_NAME, CY_CYCLE, TS_NAME, RN_STATUS, RN_HOST, RN_TESTER_NAME, RN_RUN_ID, TS_TEST_ID, RN_RUN_ID, 'Passed Steps ' + convert(varchar, sum( case ST_STATUS when...
View ArticleQC- User Field - Regular Expression
Is there a way to apply a Regular Expression to User Field as Input Mask? I want to create an input mask for builds:for example '3.15.3.234' The patter should be: 3digits.3digits.3digits.4digits I...
View ArticleRe: vapi-xp error during execution
Please add Msgbox to review th date format value.. timefull = FormatDateTime(Time,4) Could be the date and time format not compatible? Cordially
View ArticleRe: Test Plan folders export to Test Lab in QC 10
Nice job. This works well in my environment and my team thanks you. There is just one thing.... When you include the Option Explicit declaration in the code,- the button stops working.... when you...
View ArticleRe: vapi-xp error during execution
This is the output when I execute the script from the "Test Plan" area. Time & Date appear to be fine. What is strange is I get 424: Object Required here, but when I execute from the "Test Lab" I...
View Article