Robot framework - wild-blooming/jot-down GitHub Wiki
ATDD
create customer libraries,link up R framework keywords w whatever sw is using ? tabular test files adjust into different scenarios and used w different sw backend Test tool driver,communication b/w framework and actual tools in place
underscore are convert to space
Top-down approach,test structure is created first,before writing down implementation. testsuites -> testcases ->testactions
ensure proper naming,use underscore,prefix with number to get proper ordering; run in random order:--randomize All all_tests;--randomize suites all_tests;--randomize tests all_tests. exception to the naming rule:init,one init file per folder.
Test configuration,tabular format pipe | instead of 2 spaces
Test configuration files suite initialize files external variable files,${var}:single value,@{var}:var contains a list of diff values,uppercase resource files