Ask a Question

command prompt conversion of TC to TE

oriShalhon
Occasional Contributor

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 4
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
Occasional Contributor

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

 

 

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

oriShalhon
Occasional Contributor

hey Karkadil , 

 

Im trying to convert a project created in old testComplete version to new testExecute , 

not from new to old , 

 

the command /forceConversion doesn't seem to work and I didn't find documentation about it . 

 

 

cancel
Showing results for 
Search instead for 
Did you mean: