Hi Team,
I am trying to run a robot test and getting Test cannot be empty error.
Any help here!!
DataSheet.csv contains basic variables and values like - >browser and platform
Below is the code:
*** Settings ***
Library SeleniumLibrary
Resource ../Resources/xxx.robot
Resource ../Resources/xxx.robot
Library DataDriver ../Testdata/DataSheet_xxx.csv
Library DataDriver optimize_pabot=Binary
Test Template Create Data Automation flow
Test Teardown Close Browser
#Test Teardown Stop Execution Recording
#Test Teardown Terminate All Processes
*** Variables ***
${webSync} 15
*** Test Cases ***
# Datadriven test for with different data combo,
Create Data Automation flow using ${browser}
*** Keywords ***
Create Data Automation flow
[Arguments] ${browser} ${PlatformName} ${remoteHUBURL}
${Pageurl}
Open Application Browser ${browser} ${PlatformName} ${remoteHUBURL} ${Pageurl}