All Downloads are FREE. Search and download functionalities are using the official Maven repository.

robotframework-2.7.7.proto.testgen.test.template.tsv Maven / Gradle / Ivy

The newest version!
* Settings *
Meta: Foo	Bar
Library	OperatingSystem
Resource	resource.tsv
Variables	vars.py

* Variables *
${SCALAR}	foo
@{LIST}	1	2	3	4

* Test Cases *

Test
	[ Documentation ]	This is test doc 
	[ Setup ]	Log	Bar
	Keyword 1	${arg2}
	Keyword 2	${arg1}
	[ Teardown ]	My TD

* keywords *

Keyword 1	[Arguments]	${arg1}	${arg2}=foo
	Log	${arg1}
	[ Return ]	${arg2}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy