Re: how to get Testpalns from testlab using QC OTA code. pls code if possible
Thank you so much and let me try
View ArticleReg the incorrect data retrived for date filter
We are trying to take report for the particular date in "defect" module . The issue here is, if the dates or months are single digit(eg: 1/1/2013), then we are not getting that particular date in the...
View ArticleRe: Test Step Pass/Fail count in Test Lab Section of Quality Center tool
Hi I need some help, Using QC 10, need to get the status as follows, I am not good with sql In specifgic test set folder, I need 1) Test set name2) test script name4) Run Name 3) Run status of test...
View ArticleRe: Test Instance Status across the different test cycles & associated Defects
Hi I get the below error & also see the error snapshot as an attachement. " The report does not contain all the records returned by the query as the number of records exceeds the maximum set by the...
View ArticleCustom Test Type using the REST APIs
Can we use the REST APIs to add a new Custom Type to QC ?
View ArticleRe: Integration with other products
To add a new custom test type do we require to change the workflow using the adminstrator guide too or the custom test type APIs will suffice ?As i have tried using the custom test type guide but the...
View ArticleRe: Custom Test Type
Did you got that working ,As i too am currently stuck on the same point as you were into.
View ArticleAdding Test configuration to Coverage using OTA
Hello Everyone, I am trying to add test configuration to Coverage using OTA. But I am not able to do so.i am trying to run method: AddConfigurationsToCoverageCan anyone provide me working sample code...
View ArticleRe: Error while creating a new project in QC 11
I had similar issue when I upgarded from QC 9.2 to QC 11.0, It turned out to be permission issues with the DB Admin account (the account which you see in DB Servers tab in Site Admin) on...
View ArticleRe: "Main application process failed to start Contact your system...
@Siva.....To run QC 11 on Win 7 machine, you have to run IE as admin. This is the solution provided by HP too. To permanently run IE as admin, you can right click on IE -> Properties ->...
View ArticleRe: Does QC Support IE 10 ?
i did the following and managed to use QC11 and QC 11.50 on IE 10: do at your own risk - This might affect network configuration and usability1. Internet options -> Content -> Clear SSL state 2....
View ArticleRe: Adding Test configuration to Coverage using OTA
Here is an example: Set rq = TDConnection.ReqFactory.item(5) arr = Array(1005, 1004) rq.AddConfigurationsToCoverage(arr) rq.Post
View ArticleFilter defects between two dates in QC
Hi , I am using below code for exporting defects from Quality Center between two dates. Code is given below - BugFilter.Filter("BG_DETECTION_DATE") = "<=" & ActiveSheet.Cells(2, 4).Value & "...
View ArticleRe: How to get and install Flash plug-in for QTP without requiring to install...
Hi Krishna Have you managed to find a way to automate the flash objects with qtp ThanksAutomtn
View ArticleRe: how to disable copy/paste option in defect module
Hi, I put the below code under "Defects_ActionCanExecute(ActionName)" Function, but i didn't see any response from the system. Before the below code, I tested the function/system with msgbox...
View ArticleCustom Test Type
What all things have to be thier in the custom test type class , as it is not given the documentation.Can anyone post the sample TestType class.
View ArticleSQL query : Requirements -> Tests->Test Instances-> Defects
Hi Friends, I wrote a SQL query to find the traceability between : Requirements -> Tests(in Test Plan) -> Test Instances(in Test Lab) -> Defects(linked to the test instances). Basic output...
View ArticleRe: QTP support Magic software
Hello, just to push this old question up. Anyone who can answer, please?
View ArticleRe: How to add requirements traceability to the defects & linked test entities?
Dear Anton, Thanks for your guidance. I now understand the output of the query. So this query will list ONLY the direct & the indirect linked entities to the defects. So defects are the starting...
View Article