Update Test Execution version using command line (via Jenkins) or in any other way
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Update Test Execution version using command line (via Jenkins) or in any other way
Hi,
We are running Test Execute on an Azure vm whcih is created automatically using an image, this image has Test Execute already installed but, since it was created long ago the Test Execute version is old. we are writing the scripts in Test Complete and update it frequesntly and at some point the versions are not matching, instead of creating each time a new image that will include the latest version of test execute I thought maybe there's a way to update the test execute silently on the original image once the vm is created and loading or to do it using command line or any other way via the Jenlkins pipeline?
If there's a way to update the existing version somehow it is great.
If the re's a way to install it from scratch after downloading the latest version on a clean win 10 vm that's alos good but, in this case we will need to update the following web page- Gemalto Sentinel ACC: Configuration of where the license server sits so it can fetch the floating license. and maybe to do it on the server side as well so maybe it is more complicated?
If anyone knows of a way to do that I'll be greatful.
Thanks,
Ofer
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Marsha,
That is very helpful.
What should I do in case I want to download the latest version and then silent install it? Test Execute will not let me silent install isn't it? it will come up with the trail version and all that or it won't?
Is there an FTP address we can download it from?
Thanks
Ofer
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The silent installation works with any version. The highlighted number here is the version number to be changed as needed.
There is more information here about updating TestExecute
https://support.smartbear.com/testexecute/docs/general-info/installing/maintaining/index.html
https://support.smartbear.com/testexecute/docs/general-info/updates/checking.
If you still have questions, then it's best to contact Support directly at this link:
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Great , thanks
I tried to run the following command line - "C:\Program Files (x86)\SmartBear\TestExecute 14\Bin\AutoUpdate.exe" /InstallAvailablePatches but, when checking the test execute version again after the upgrade, it will show the same version as before but, on the other hand it won't prompt with updates availible pop up so, I'm not sure it really did upgraded test execute, it there a different parameters to the command? as it seems like this one (/InstallAvailablePatches) is only updating the patches.
Thanks
Ofer
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
as it seems like this one (/InstallAvailablePatches) is only updating the patches.
That's because you picked the command line out of the "install patches" section and that's what it's supposed to do. Go back to the silent install link that's in my first post and follow the instructions there.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks,
The first step saying to deploy the
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Ok, I've managed to do that using this commanline - powershell "Invoke-WebRequest -OutFile c:\\temp\\TestExecute1481.exe -Uri https://my.smartbear.com/downloads/TestExecute1481.exe"
Now we have another issue, while installing the TE on the vm it seems to log off, is it because of something to do with the installer or is it more likely to be related to Azure? that happened when i tried to run it manually and also via Jenkins.
Thanks,
Ofer
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is it that logs off and at what point in the process does that happen?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Marsha,
We understand where it came from now, it was a problem on our Jenkins server, nothing to do with the installer.
Thanks a lot for the help.
Ofer
