Forum Discussion

ajumani2's avatar
ajumani2
New Contributor
11 years ago

TestComplete scheduling Test Runs and automated Issues and Reporting

Hi All,



I'm pretty new to TestComplete and I've got some questions about it:-



1. Once I've created all the relevant scripts for a specific release, I want to be able to schedule them to run daily can someone advise where I configure that?



2. Once the Test Runs have completed I want the errors to be raised back to our SaaS QAComplete is there a way to do this?



3. Every week I need a report producing showing the steps and failures, is there a way of automating this?



Thanks in advance,

Aaron.

2 Replies

  • vajindarladdad's avatar
    vajindarladdad
    Frequent Contributor


    Hi Aaron,

    As you have said , you are done with the scripting.



    Ans 1)

    Now you can create a batch file for invoking the testComplete and running the required project.

    Once you are done with the batch file creation , add a schedular task which will run this batch file.



    Please have a look at the following link for more information on "TestComplete Command line"

    http://support.smartbear.com/viewarticle/33353/



    For Q3) You can use "ExportLog" switch with command line to send Export the result.





    Can somebody please answer Q2 ?


  • AlexKaras's avatar
    AlexKaras
    Champion Level 3
    Hi,



    > Can somebody please answer Q2 ?

    I am pretty sure that it is possible to mark a test in QAComplete as automated and set it to execute the needed test via TestComplete with the subsequent test results import back into QAComplete. I think that QAComplete's documentation should be consulted on this.



    In the worst case, I think that it should be possible to contact QAComplete using their web services interface and post test result to the proper place. QAComplete's Integration forum (http://smartbear.com/forums/f66/Integrating) seems to be the best place to ask if and how this can be done.