
ste.tools.2.2.1.source-code.TestScript.py Maven / Gradle / Ivy
The newest version!
##
# [$TEST_NAME].
#
# Description of the test.
#
# @data INSTANCE_ID [String] instance id
##
from qtaste import *
import time
# update in order to cope with the javaGUI extension declared in your testbed configuration.
javaguiMI = testAPI.getJAVAGUI()
def step1():
"""
@step Description of the actions done for this step
@expected Description of the expected result
"""
pass
doStep(step1)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy