command prompt conversion of TC to TE
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am working with older version on TC compared to the version of TE .
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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
Gennadiy Alpaev
Software Testing Automation Tips - my new book
TestComplete Cookbook is published!
About Community Experts
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 .
