07-26-2016, 07:06 PM
You can have One File that contains the Use cases and a flag whether to run the use case or not.
You can add multiple sheets to the same file where each sheet is the usecasename. These sheets would contain the scripts name related to each use case. Have another column for the browser. Multiple browsers should be separated by comma.
Hope the Below example would help.
MasterSheet: SHould contain the below column name
UseCaseName Execute
UC01 Y
UC02 N
UC03 Y
UC01 (UseCaseSheet):
ScriptName Execute Browser
UC01_TC01 Y IE
UC01_TC02 Y IE,Chrome
You can add multiple sheets to the same file where each sheet is the usecasename. These sheets would contain the scripts name related to each use case. Have another column for the browser. Multiple browsers should be separated by comma.
Hope the Below example would help.
MasterSheet: SHould contain the below column name
UseCaseName Execute
UC01 Y
UC02 N
UC03 Y
UC01 (UseCaseSheet):
ScriptName Execute Browser
UC01_TC01 Y IE
UC01_TC02 Y IE,Chrome