Пример #1
0
#1. Initialisation.
#==================
print("==================")
print("a. Initialisation.")
print("==================")
from test import Test
strWorkingDirectory = "F:\Python\CS4243\Project\CS4243_V4.1.0_Baseline\cs4243"
strImageFileName = "project.jpeg"
test = Test(strWorkingDirectory, "..\\" + strImageFileName)
print("\n")

#=========
#2. Tests.
#=========
print("=========")
print("2. Tests.")
print("=========")
print("\n")

#==================================
#a. Perform selected Test Scenario.
#==================================
print("==================================")
print("a. Perform selected Test Scenario.")
print("==================================")
test.turnOnAllDisplayOptions()
test.performSelectedTest(1)