Forum Discussion

Subbulakshmi's avatar
Subbulakshmi
Frequent Contributor
7 years ago
Solved

Test Complete execution through Jenkins - Database issue

Hi,

 

I have configured Test complete plugin in Jenkins and able to execute the test cases properly, if the script does not have any database queries. If there is a database query, It is waiting for infinite time. 

The same configuration works in colleague's machine properly and When I execute the test case directly from Test complete, it works fine. 

 

Could you please let me know the issue and work around. 

11 Replies

  • AlexKaras's avatar
    AlexKaras
    Icon for Champion Level 1 rankChampion Level 1

    Hi,

     

    You need to configure database access on the machine where tests are running via Jenkins.

     

    • Subbulakshmi's avatar
      Subbulakshmi
      Frequent Contributor

      Hi,

       

      I am able to connect to database when I run my testcase from Test complete directly. Only through Jenkins, it is not working. 

      • shankar_r's avatar
        shankar_r
        Community Hero

        It might be an access issue.

         

        Do you running your tests VM or in local system?