Robot Framework Beginner Tutorial 8 | Variables

preview_player
Показать описание
Hi, I am Raghav & today we will learn:

How to create & use Variables
in Robot Framework
Eclipse (RED robot editor)

Variables are elements that are used to store values which can be referred by other elements.

name=Raghav

SCALAR
${variable_name}

LIST
@{variable_name} item1 item2 ….

DICTIONARY
&{variable_name} K1=V1 K2=V2 …..

ENVIRONMENT

BUILT-IN

#robotframeworkwithselenium

HIT SUBSCRIBE & BELL TO GET NEW VIDEOS

JOIN me on this educational journey as a member and get exclusive perks - Click the JOIN button

ONLINE COURSES TO LEARN

------------ UI TESTING ------------

------------ API TESTING ------------

------------ MOBILE TESTING ------------

------------ CI | CD | DEVOPS ------------

------------ VERSION CONTROL SYSTEM ------------

------------ PERFORMANCE TESTING ------------

------------ JAVA ------------

------------ MAVEN ------------

------------ OTHERS ------------

Keep Learning,
Raghav

You can support my mission for education here:
Рекомендации по теме
Комментарии
Автор

Nicely Presented Sessions without wasting time. Very Helpful!

goldenjeeva
Автор

One of the best tutorials and explained in the easiest step-by-step way. Love your tutorials. Good going.

pavang
Автор

Hats off to Raghav Sir for this concise video

akshayjindia
Автор

Explained very well, understood the concept easily .
ಧನ್ಯವಾದಗಳು Thank you

LakshmiNATRAJ
Автор

Hi Raghav,
I was looking for script based robot learning which is here. Very helpful.
Can you pls explain scope of variables it will be helpful.
Also please let me know what is source documents you are referring to. I loose time searching right information.
Thanks in advance

nikithargowda
Автор

Hi Raghav,

You're uploading really awesome videos and sharing a great knowledge to people..!!! If possible could you please one video for For loop?

sriharinaidu
Автор

Hi Raghav, How can we validate test case in Robot FrameWork like Asserts in TestNG.

rajeshbe
Автор

Is it possible to integrate postman and run collections using robot framework?

franklin
Автор

From where to download these all notes sir?

pgcreation
Автор

Hi, I tried the same code for variables as you wrote. But in username section, it is taking the whole thing "@{CREDENTIAL} [0]" like this. Please let me know if there is any settings I need to perform for mapping the variables.

shreyasisamanta
Автор

It says lists and dictionary variables are deprecated. What is the alternative?

apekshajoshi
Автор

How do read data from Excel file by using reboot frame work(RED) with POM? Could please make one video sir.

dhruvivaghasiya
Автор

Hi Raghav,

the videos were very helpful. Thank you.
but echo commands not working for me. Examp: Log %{username}

Bktsoglu
Автор

Hi Raghav, If i mentioned @{Creditials}[0] Showing an error

shanmugapriya
Автор

Access to list/dictionary using index/key in '&{logindata}[password]' is deprecated since RF 3.2. Use scalar notation instead i.e: ${collection}[id/key]

Im getting this error for version 3.2.2 for RF, do you know whats the syntax for using list or dictionary is for these versions of RF

ssha
Автор

Please help me in editing excel using robot framework

manasranjanbehera
Автор

Hi Sir,
Had done as per our guidance but I have got the error, see below for more details sir,
FirstRobotframeworkTest | FAIL |
TypeError: 'module' object is not callable
Please give some needful Guidance sir.
TnX!

anbuazhagan