How to use Robot Framework with Java using Eclipse as an IDE

I installed the Robot Framework-EclipseIDE plugin by following the instructions at the following URL:

https://github.com/NitorCreations/RobotFramework-EclipseIDE/wiki/Installation

Installation completed successfully. Now I want to write some test cases using Java in the Robot Framework. I am very new to Robot Framework and I don’t know how to start writing TS in Robot Framework using Java in Eclipse.

Please help me get started.

+5
source share
1 answer

Robot Framework Java, RF . Robot Framework text, html, TSV reStructured. , .

Robot Framework - , .

Robot Framework , .

. . . Selenium Library.

.

Search with DuckDuckGo
  Open Browser  https://duckduckgo.com/
  Input Text  search_form_input_homepage  ATDD
  Submit Form  search_form_homepage
  Page Should Contain  Using Robot Framework for ATDD
+4

All Articles