baangt.TestSteps package

Submodules

baangt.TestSteps.Exceptions module

exception baangt.TestSteps.Exceptions.baangtTestStepException(*args, **kwargs)

Bases: Exception

baangt.TestSteps.TestStepMaster module

class baangt.TestSteps.TestStepMaster.TestStepMaster(**kwargs)

Bases: object

static anyting2Boolean(valueIn)
doSaveData(toField, valueForField)
execute()

Method is overwritten in all children/subclasses

executeDirect(executionCommands)

This will execute single Operations directly

static ifQualifyForExecution(version_global, version_line)

This function will test version_global and version_line @return True or False

replaceVariables(expression)

The syntax for variables is currently $(<column_name_from_data_file>). Multiple variables can be assigned in one cell, for instance perfectly fine: “http://$(BASEURL)/$(ENDPOINT)”

@param expression: the current cell, either as fixed value, e.g. “Franzi” or with a varible $(DATE) @return: the replaced value, e.g. if expression was $(DATE) and the value in column “DATE” of data-file was

“01.01.2020” then return will be “01.01.2020”

teardown()

Module contents