Forum Discussion

santi's avatar
santi
Contributor
5 years ago

CI with TestComplete and using Framework Written in Python

We use TestComplete14 with Python scripting. We have developed a Python based framework. 

Can we trigger testcomplete script from Jenkins (in CI) without starting TestComplete/TestExecute IDE and complete the testing cycle.

4 Replies

  • LinoTadros's avatar
    LinoTadros
    Community Hero

    Absolutely

     

    Most people will trigger TestExecute from Jenkins to start a test.  TestExecute does not have an IDE.

    It is a command line executable that you can trigger with the name of the project or project suite that will run on a machine from CI tools

     

    Hope that helps

    -Lino

    • santi's avatar
      santi
      Contributor

      Thanks, 

      Are we not suppose to do e.g. >> TestExecute.exe "C:\Work\SmartBear\TestExecute\Projects\My\MySuite.pjs" /r /p:MyProj /t:"KeywordTests|Test1"

       

      In this case we are opening TestExecute.exe !!!

       

      Thanks,

      Santi

  • TanyaYatskovska's avatar
    TanyaYatskovska
    SmartBear Alumni (Retired)

    Hi santi,

     

    The following video will shed some lights on the TestComplete and Jenkins integration: