Forum Discussion

oriShalhon's avatar
oriShalhon
Occasional Contributor
5 years ago

command prompt conversion of TC to TE

I want to convert a project built in TestComplete to TestExecute using a .bat command

Due to the project being part of CI process new versions are released daily and conversion needs to occur automatically ;

 

.bat file for running project :

 

net use O: /delete
net use O: %1 /persisten:no

echo %PATH%

IF EXIST "C:\Program Files (x86)\SmartBear\TestExecute 12" (
**I would like to enter conversion of project here**
"C:\Program Files (x86)\SmartBear\TestExecute 12\Bin\TestExecute.exe" "O:\Diamond.pjs"
) ELSE (
echo "test execute 12 not installed" 
)

net use O: /delete

4 Replies

  • m_essaid's avatar
    m_essaid
    Valued Contributor

    Hi,

    There is no need to convert, just launch the project with TE...

    You only have to convert between 2 major versions of TC/TE.

    • oriShalhon's avatar
      oriShalhon
      Occasional Contributor

      I am working with older version on TC compared to the version of TE .

       

       

      • karkadil's avatar
        karkadil
        Valued Contributor

        oriShalhon wrote:

        I am working with older version on TC compared to the version of TE .

         

         


        It is impossible to convert a project to a previous version. You have to install a newer version of TE on your CI machine