• Update Test resource data table with run time value from UFT One

    I have a data table stored as a test resource and connected to UFT One script as Resources -> Data Table in Settings. I would like my script to write into this table with runtime values and read them again in other steps of the script. I know it is…
  • Retrieves test run without status

    Hi everyone, I am very new to QC, I am looking for a query that retrieves all run tests without status? I have written this one but it is wrong obviously... SELECT "Status"."RN_STATUS" as "status", FROM RUN "Run" where "Status"."RN_STATUS" = "No…
  • Exception of type: HP.QTP.Backend.Features.FeaturesManagement.UnderDefinedFeatureRequestException

    Hi, We're getting this issue intermittently (across multiple users and various projects) when opening Function Libraries in ALM QC. Any ideas? Exception trace ============ Exception of type: HP.QTP.Backend.Features.FeaturesManagement.UnderDefinedFeatureRequestException…
  • How to get component name from test plan with vbscript

    Hi, Could you please help me out to fetch component names of automation test scripts from ALM test plan using OTA? Note: The issue I am having while trying to assing the test names into BP test object. Thanks in advance!
  • How to add multiple existing tests in a soution from Quality Center in uft using AOM/vbScript?

    So I have a script which connects to QC and opens a test in UFT and runs it. The problem with this is that the open command closes the previously opened tests. I want to copy the file -> add -> existing test functionality in my vbScript, so that i have…
  • how to import excel data sheet from Resourse folder of QC to QTP

    Hello, I want to export data sheet which kept inside resourse folder of QC into qtp. Please provide me some suggestions. I am wrote this function but its not working for me Function GetFromALM ( filename,filepath ) Set qcConn = QCUtil.QCConnection Set…
  • QTP/UFT support tip: When running a test in QC an error message "Catastrophic failure" appears

    When running a QuickTest test from Quality Center and a single step took a long time (such as generating a report in the tested application) even though QuickTest continued to run the test, the Quality Center run sometimes failed and reported a catastrophic…
  • RE: Identifying .NET objects is inconsistent

    Hello William, What version of QTP do you have installed? Do you have patches already installed for QTP? What version of QC do you have? What is the QC patch level? What .net framework was used to compile the application? Regards, HP support. If you find…
  • RE: "The RPC Server is unavailable"

    Quality Center (QC) and ALM use DCOM, a Microsoft technology, for remote execution between the QC client and the remote testing machine. Error: " Access is denied " - This generally indicates a DCOM permission problem Error: " RPC Server is unavailable…
  • RE: Business Component in Business Process Tests(BPT) not able to identify Web Objects

    Hi, Just to clarify: In the last line are you saying " I think there is problem with old BPT created using QC 10.0 and QTP 11.0" or it means QC 10.0 and QTP 10.0? Remember that ALM 11 now has a new feature in BPTs which is wrapper test. Please open the…
  • Sprinter Support Tip: Maximum number of screenshots for the Sprinter storyboard?

    Hello everyone, In case you are wondering if there is a max number of images/screenshots that can be saved in Sprinter storyboard to upload to ALM: there is no maximum number of screenshots that can be placed on the Sprinter storyboard. However, capturing…
  • QTP/UFT Support Tip: Error: “Following client components were not downloaded successfully”

    Hello everyone, We have seen multiple times and issue in which a user receives an error in QuickTest Professional (QTP)/Unified Functional Testing (UFT) when connecting to ALM/QC: “Following client components were not downloaded successfully”, and there…
  • RE: Getting Error message in QTP

    I am getting the error message “ QTP has encountered a problem and needs to close. We are sorry for the inconvenience.“ I get this error message ONLY when I kick off the script from QC to remote desktop. If I run the same script directly from the same…
  • QTP not using Test Set from QC for saving results

    This issue between QTP and QC is occurring intermittently, and was hoping someone had a solution for it, as I have not been able to track down any reference to it elsewhere. We are using QTP (version 10) to execute scripts from Quality Center (also, version…