Forum Discussion

mkiewicz's avatar
mkiewicz
Occasional Contributor
9 years ago
Solved

EvaluateXPath finds object but FindAllChildren doesn't

I'm new to TestComplete after coming over from Selenium and C#, so apologies in advance if this question has been asked before. I am trying to set up the automation for a new product being developed ...
  • nkpalli's avatar
    nkpalli
    8 years ago

    when start gets removed .....i don't see the build running on the build exectutor status window  however build  still got executed and failed with this below message. I tried command line option and testrunner.bat is gettting called from commandline with no issues

     

     

    Console Output
    Started by user admin
    Building in workspace C:\Program Files (x86)\Jenkins\workspace\SoapUIAutomatedTests
    [SoapUIAutomatedTests] $ cmd /c call C:\Windows\TEMP\jenkins3244711319342882945.bat

    C:\Program Files (x86)\Jenkins\workspace\SoapUIAutomatedTests>"C:\Program Files (x86)\SmartBear\SoapUI-5.2.1\bin\testrunner.bat" -sGetRenlBatchesTestSuite -cGetRenbatches -r -a -f"C:\Program Files\SmartBear\SoapUI-5.2.1\bin\TestResults" -I C:\Users\XYZuser\GitHub\ren-api2\Tests\Automated_Test\GetRenBatches-soapui-project.xml
    The system cannot find the path specified.

    C:\Program Files (x86)\Jenkins\workspace\SoapUIAutomatedTests>exit 3
    Build step 'Execute Windows batch command' marked build as failure
    Finished: FAILURE

  • sanj's avatar
    sanj
    8 years ago

    I have had testrunner running on jenkins build

    The only difference I am using a pro version

    open source should be not much different

    Is that the correct location

    "C:\Program Files (x86)\SmartBear\SoapUI-5.2.1\bin\testrunner.bat"

     

    Try your command using command line prompt

    I usually do that before adding it to my jenkins build.