testbot.controller.manager

Module Contents

Functions

load_settings([setting_path])

加载所有静态配置

load_test_list(testlist)

读取测试用例并且返回测试用例对象

init_engine()

实例化测试引擎

load_resource(resource_file, username)

装载测试资源

get_test_list()

run_test()

执行测试用例

Attributes

__copyright__

__author__

__email__

runner

testbot.controller.manager.__author__ = 'Nuanguang Gu(Sunny)'[source]
testbot.controller.manager.__email__ = 'nuanguang.gu@aliyun.com'[source]
testbot.controller.manager.runner[source]
testbot.controller.manager.load_settings(setting_path=None)[source]

加载所有静态配置

testbot.controller.manager.load_test_list(testlist)[source]

读取测试用例并且返回测试用例对象

testbot.controller.manager.init_engine()[source]

实例化测试引擎

testbot.controller.manager.load_resource(resource_file, username)[source]

装载测试资源

testbot.controller.manager.get_test_list()[source]
testbot.controller.manager.run_test()[source]

执行测试用例