
soapui
Paquet d’installation silencieuse pour soapui
5.7.2-1
- package: tis-soapui
- name: soapui
- version: 5.7.2-1
- maintainer: Amel FRADJ
- licence: open source
- target_os: windows
- architecture: x64
- signature_date:
- size: 178.51 Mo
- homepage : https://www.soapui.org/
package : tis-soapui
version : 5.7.2-1
architecture : x64
section : base
priority : optional
name : soapui
categories :
maintainer : Amel FRADJ
description : SoapUI is a free and open source cross-platform Functional Testing solution. With an easy-to-use graphical interface, and enterprise-class features, SoapUI allows you to easily and rapidly create and execute automated functional, regression, compliance, and load tests
depends :
conflicts :
maturity : PROD
locale :
target_os : windows
min_wapt_version :
sources :
installed_size :
impacted_process :
description_fr : SoapUI est une solution de test fonctionnel multiplateforme gratuite et open source. Avec une interface graphique facile à utiliser et des fonctionnalités de classe entreprise, SoapUI vous permet de créer et d'exécuter facilement et rapidement des tests fonctionnels, de régression, de conformité et de charge automatisés
description_pl : SoapUI to darmowe i otwarte, wieloplatformowe rozwiązanie do testowania funkcjonalnego. Dzięki łatwemu w użyciu interfejsowi graficznemu i funkcjom klasy korporacyjnej, SoapUI umożliwia łatwe i szybkie tworzenie i wykonywanie zautomatyzowanych testów funkcjonalnych, regresji, zgodności i obciążenia
description_de : SoapUI ist eine kostenlose und quelloffene, plattformübergreifende Lösung für funktionale Tests. Mit einer benutzerfreundlichen grafischen Oberfläche und Funktionen der Enterprise-Klasse können Sie mit SoapUI einfach und schnell automatisierte Funktions-, Regressions-, Compliance- und Lasttests erstellen und ausführen
description_es : SoapUI es una solución de pruebas funcionales multiplataforma gratuita y de código abierto. Con una interfaz gráfica fácil de usar, y características de clase empresarial, SoapUI le permite crear y ejecutar pruebas funcionales, de regresión, cumplimiento y carga automatizadas de forma fácil y rápida
description_pt : O SoapUI é uma solução de teste funcional multiplataforma gratuita e de código aberto. Com uma interface gráfica fácil de utilizar e características de classe empresarial, o SoapUI permite-lhe criar e executar fácil e rapidamente testes funcionais, de regressão, de conformidade e de carga automatizados
description_it : SoapUI è una soluzione di test funzionale multipiattaforma gratuita e open source. Grazie a un'interfaccia grafica facile da usare e a funzionalità di classe enterprise, SoapUI consente di creare ed eseguire facilmente e rapidamente test funzionali, di regressione, di conformità e di carico automatizzati
description_nl : SoapUI is een gratis en open source cross-platform oplossing voor functioneel testen. Met een gebruiksvriendelijke grafische interface en functies op bedrijfsniveau kun je met SoapUI eenvoudig en snel geautomatiseerde functionele, regressie-, compliance- en belastingstests maken en uitvoeren
description_ru : SoapUI - это бесплатное кроссплатформенное решение для функционального тестирования с открытым исходным кодом. Благодаря простому в использовании графическому интерфейсу и функциям корпоративного класса SoapUI позволяет легко и быстро создавать и выполнять автоматизированные функциональные, регрессионные, комплаенс- и нагрузочные тесты
audit_schedule :
editor :
keywords :
licence : open source
homepage : https://www.soapui.org/
package_uuid : 0a3476e4-56ec-460f-929b-49267c6e367b
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum : 7ac81daff98b358b5fc30456f432e64a080f8fbe9cb361c26ad794d4287c51a3
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature : Xew/fpScdMnikaD6Nq3GsSY3QAN0mbED6RGXSTCLlClu8bHHRihO1xtzP5tnG+K8LLAZZJ5IpuqwGL99qCIN6PZsGrNAJ8jooR+H1KL7AIjq79vKity/7l6WyYxAZZHR/nkxmqRqPAXPD4xSNtShRoAHi7a6aF6Fw81Lcq4fQhG4z4M97T0/zFPlXlNMb9K+kpwE1HRdPetakqj9oxZc9QZkxmSAOgGospUM8raHyKiQlkTGHPGhkx9M/V7+rmGHmaynPJp4XZfv/0JjoClhaYmMR1Ct1Wz++A298wYXxthNvokGG4gonphdqW+xDa64cdrouzFGwIlfroD8hVrMaA==
signature_date : 2024-06-10T08:00:11.667524
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
# -*- coding: utf-8 -*-
from setuphelpers import *
r"""
Usable WAPT package functions: install(), uninstall(), session_setup(), audit(), update_package()
{
"key":"5517-2803-0637-4585",
"name":"SoapUI 5.7.2",
"version":"5.7.2",
"install_date":"",
"install_location":"C:\\Program Files\\SmartBear\\SoapUI-5.7.2",
"uninstall_string":"\"C:\\Program Files\\SmartBear\\SoapUI-5.7.2\\uninstall.exe\"",
"publisher":"SmartBear Software",
"system_component":0,
"win64":true
}
"""
# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global variables are not persistent between calls
def install():
# Declaring local variables
bin_name = glob.glob('SoapUI-x64-*.exe')[0]
# Installing the software
install_exe_if_needed(bin_name,
silentflags='-q',
key='5517-2803-0637-4585',
min_version= control.get_software_version(),
)
uninstallkey.clear()
def uninstall():
for uninstall in installed_softwares('SoapUI'):
uninstall_string = uninstall.get("uninstall_string", "")
print(f"Uninstalling SoapUI: {uninstall_string}")
run(f"{uninstall_string} -q")
wait_uninstallkey_absent(uninstall['key'],max_loop=600)
def audit():
if not uninstall_key_exists("5517-2803-0637-4585"):
print('uninstallkey SoapUI not found')
return "ERROR"
else:
return "OK"
# -*- coding: utf-8 -*-
from setuphelpers import *
from setupdevhelpers import *
import json
# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global variables are not persistent between calls
def update_package():
result = False
proxies = get_proxies()
if not proxies:
proxies = get_proxies_from_wapt_console()
git_repo = "SmartBear/soapui"
url_api = "https://api.github.com/repos/%s/releases/latest" % git_repo
# Getting latest version information from official sources
print("API used is: %s" % url_api)
json_load = json.loads(wgets(url_api, proxies=proxies))
exe_download_link = None
for line in json_load["body"].split("\r\n"):
if "SoapUI-x64" in line and line.endswith(".exe)"):
exe_download_link = line.split("(")[1].replace(")", "")
filename = exe_download_link.split("/")[-1]
version = json_load["tag_name"].replace("v","")
break
if not isfile(filename):
package_updated = True
wget(exe_download_link,filename,proxies=proxies)
#nettoyer les fichiers temporaires
for f in glob.glob('*.exe'):
if f != filename:
remove_file(f)
version = get_version_from_binary(filename)
control.set_software_version(version)
control.save_control_to_wapt()
e4addc9412f619b9c402773ae75815d6e208c599878a545fc7048276346e15eb : setup.py
e4b43350788fc834be8a25639079603278e8a95b8524ca20f37cfbcb405b8d2b : update_package.py
3e270e539f6a0f44a3619f2d91ef4d0daa56bfa2230813893295fb7c1da67c49 : SoapUI-x64-5.7.2.exe
7ac81daff98b358b5fc30456f432e64a080f8fbe9cb361c26ad794d4287c51a3 : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
ea3bddcc5aa1ec4bbdc038e814e08b527ba36a49459926c915a28f4bddeda153 : luti.json
79d2affd091fa75fac1166cd591226d70b11e64c86954fdd97a4171722c9c113 : WAPT/control