Robot Framework Beginner Tutorial 4 - How to use VARIABLES

Robot Framework Beginner Tutorial 4 - How to use VARIABLES20:02

معلومات تحميل وتفاصيل الفيديو Robot Framework Beginner Tutorial 4 - How to use VARIABLES

المؤلف:

Automation Step by Step

تاريخ النشر:

23‏/1‏/2018

المشاهدات:

78.7K

الوصف:

In this tutorial, we learn about variables in Robot Framework, covering their types—scalar, list, dictionary, and environment variables—how to create them, and how to reference them in test cases. The video walks through opening RIDE, creating a test case for login, and demonstrates syntax for scalar (${VariableName}), list (@{VariableName}), and dictionary (&{VariableName}) variables, as well as best practices for naming and using built‑in variables.