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

robotframework-2.7.7.doc.python.example_tests.tsv Maven / Gradle / Ivy

The newest version!
***Settings***
Library	ExampleLibrary


***Test Cases***
Simple Test
	Simple Keyword
	Greet	Robot Framework
	Greet	World

Returning Value
	${result} =	Multiply By Two	4.1
	Numbers Should Be Equal	${result}	8.2

Failing Test
	Numbers Should Be Equal	2	2
	Numbers Should Be Equal	2	3




© 2015 - 2024 Weber Informatics LLC | Privacy Policy