baangt.ui package

Submodules

baangt.ui.ImportKatalonRecorder module

class baangt.ui.ImportKatalonRecorder.ImportKatalonRecorder(directory)

Bases: object

doTranslate(lineIn)
static doTranslateClick(locator)
static doTranslateLocator(locator, specialInstructions=None)
static doTranslateSelect(locator)
static doTranslateSubmit(locator)
static doTranslateType(locator, value)
static doTranslategoBackAndWait()
exportResult()
importClipboard()
static prepareKeyValue(outputData, key, value)

This function will append key and value in outputData if variable key exist, it will rename by

key1, key2, …
saveTestCase()
saveTestCaseExecution(worksheet)
saveTestCaseHeader(worksheet)
saveTestData(worksheet)
static splitVariable(lines)
This function will process each line and format the
‘Value’ column in format $(variabe).

@output: list(lines), list(outputData)

writeCell(sheet, cellRow, cellCol, value, format=None)

baangt.ui.ui module

class baangt.ui.ui.UI

Bases: object

Provides a simple UI for Testrun-Execution

getConfigFilesInDirectory()

Reads JSON-Files from directory given in self.directory and builds 2 lists (Testrunfiles and ConfiFiles)

modifyValuesOfConfigFileInMemory(lValues)
readConfig()
readContentsOfGlobals()
saveConfigFileProcedure(lWindow, lValues)
saveContentsOfConfigFile(lFileName=None)
saveInteractiveGuiConfig()

Module contents