Service Virtualization

  • 1.  Use UFT/QTP to execute GUI tests from DevTest

    Posted Jan 28, 2016 03:27 PM

    Hi!

    We're starting up a our first DevTest project, where we consider to integrate HP QC, DevTest and possibly UFT.

    I noticed that with some effort we could possibly get QC to keep information of all tests (manual, DevTest, UFT) and kickoff those tests from Jenkins using a QC plugin. Testcases will be maintained in QC and all test results saved there.

    A good solution? Any ideas?

     

    I can ofcourse also get Jenkins to start DevTests, and possibly DevTest to start UFT? Any experience?

     

    Making Jenkins call the test drivers (DevTest, UFT) directly will most likely give me a accumulated Jenkins report(guessing), but without any real connection to QC the testcases will most likely soon have no connection to the tests actually performed (they will diverge..)

     

     

    Any other ideas? Skip any tools? We're open for various suggestions....



  • 2.  Re: Use UFT/QTP to execute GUI tests from DevTest

    Broadcom Employee
    Posted Jan 28, 2016 05:04 PM

    Currently we do not support any integration with QTP or UFT with DevTest.

     

    We have had issues with Devtest running on machines that have QTP or UFT installed if these Environment Variables are set when DevTest starts:

     

    Make sure these 4 environment variables are renamed to something else before you start DevTest:

     

    IBM_JAVA_OPTIONS

    JAVA_TOOL_OPTIONS=-agentli

    _classload_hook=jvmhook

    _JAVA_OPTIONS=-Xrunjvmhook



  • 3.  Re: Use UFT/QTP to execute GUI tests from DevTest

    Broadcom Employee
    Posted Jan 28, 2016 05:42 PM

    We do have customers using Jenkins though and I believe it would be the same as running DevTest with JUnit.

     

    Below are some provided doc links you can refer to from our latest release Devtest 9.0.0.

     

    https://docops.ca.com/display/DTS90/Running+DevTest+Solutions+with+Ant+and+JUnit

    https://docops.ca.com/display/DTS90/Run+DevTest+Tests+as+JUnit+Tests

    https://docops.ca.com/display/DTS90/JUnit+Test+Case-Suite

    https://docops.ca.com/display/DTS90/JUnit+Usage+Examples

    https://docops.ca.com/display/DTS90/Ant+and+JUnit+Usage+Examples

     

    This link describes how to install and configure third-party tools that can be used with DevTest.

     

    https://docops.ca.com/display/DTS90/Installing+Integration+Tools

     

    Hope this is helpful to you.