Skip to content

✨Maintenance Release 1.0.1

Latest

Choose a tag to compare

@Snooz82 Snooz82 released this 22 Nov 14:02
· 6 commits to main since this release

🎉 Release Notes

This release contains no major content updates — only one small change related to the new Robot Framework release.


✨ New Features

🚀 Example Exam (First 10 Questions) Now Available

You can now try out an example exam directly in the syllabus!

👉 Example Exam

Big thanks to the exam committee for preparing these questions.
Additional thanks to imbus for sponsoring the adaptation of the example-exam technology quizdown-js so it can support our more complex requirements.


📄 PDF Download of the Syllabus

A downloadable PDF version of the syllabus is now available on the welcome page.


📝 Content Change

🔧 Keywords (Library & User Keywords) Now Support Types

Robot Framework 7.3 introduces the ability for User Keywords to define argument types.

In 2.5.2.8 Argument Types:

- Library Keywords may define the expected types of their argument values.
+ Keywords may define the expected types of their argument values.

In 3.3.5 User Keyword Arguments:

- Unlike Library Keywords, User Keywords cannot define argument types like string, number, etc.
+ Since Robot Framework 7.3, User Keywords can define argument types like string, number, etc.


🛠️ Fixes

We resolved numerous community-reported issues, including typos, grammar corrections, and improvements to unclear or ambiguous explanations.

🙏 Thanks to everyone who contributed feedback and helped make this release better!