-
Notifications
You must be signed in to change notification settings - Fork 1
Property File To Initiate Test Engine
rahuldantalwal edited this page Apr 27, 2016
·
1 revision
###INTRODUCTION: Test Engine requires few parameters to initiate itself. These parameters are part of basic set up of test engine. Property file contains all the parameters needed to test engine while initiating. Property file name used in framework is "uiautomation.properties".
###List Of Parameters of property file:
- project.name = Automation project name
Parameters related to test management tool
- project.testmanagement = name of test management tool. for e.g. testlink, excel.
- project.testmanagement.url = url of tool
- project.testmanagement.key = access key of tool
- project.testlink.project = name of project in tool to run.
- execution.group = test plan to execute.
Parameters related to application under test
- application.url = url of application
- browserType = browser
- execution.remote = is execution remote. true/false
- execution.saucelab = is execution using sauce lab. true/false
- execution.remote.url = url of remote execution
- execution.debugmode = debug mode for the execution. ON/OFF
- execution.test.driver = application test driver. for e.g. desktopwebdriver, androiddriver etc.
- MaximumTimeout = implicit wait time.