Robot Framework Tutorial #42 - How to do Data Driven Testing using Excel File

preview_player
Показать описание
In this Robot Framework Tutorial we will understand How to do Data Driven Testing using Excel File using Data Driver library of Robot Framework.

Help me in spreading the knowledge, please hit LIKE, SHARE and SUBSCRIBE for latest tutorials. More tutorial playlists below:

❖ TRAININGS ON RCV ACADEMY PORTAL ❖

❖ FOLLOW US ON TWITTER ❖

❖ LIKE US ON FACEBOOK ❖

❖ OUR TUTORIAL WEBSITES ❖

❖ GET MY TRAININGS ON UDEMY ❖
#RobotFrameworkTutorial #RobotFramework #TestAutomation #SeleniumTutorial #SeleniumWebDriver #SoftwareTesting #RcvAcademy #SoftwareTestingMentor
Рекомендации по теме
Комментарии
Автор

Hello Sir, I tried csv test data driven approach.

My test template works fine but my testcase is not able to read variableName present in testdata.csv file . What I'm doing wrong here?

vishalggupta
Автор

Hi Sir, if I want to read from more than one sheet how can I do it ??? It is not accepting one more library datadriver #path and sheet 2

Divesh-divija
Автор

Hi Sir, Thank you so much for the tutorial

sonampandey
Автор

Hi Sir, Thank you for this tutorial. I have finish all the videos of Robot Framework Tutorial #1-#42, is there any more videos that is part of this tutorial?

ranieltupas
Автор

Can we store The extracted data from Excel into dictionary? If so pls explain

sunithach
Автор

Sir, how are u adding the xlsx sheet their sir can you please guide me

durgeshgautam
Автор

Can you please show common.robot file?

shraddhanachare
Автор

Hi,
Thanks for your tutorial.

I would like to know if I can put the keyword "Invalid login Scenerarios" in the resources file.
I tried it, but I have this error:
[ ERROR ] Calling method '_start_suite' of listener 'DataDriver' failed: AttributeError: No "Test Template" keyword found for first test case.



Please let me know whether we can call the keywords from other Resource file.

kiruthikasundararajan
Автор

How are u adding that excel sheet in left hand side under Testcases

durgeshgautam
Автор

Hi Sir,
Great videos.
I am stuck at one point. Please help me
I want to split the text and write the date in the excel file.
But I am not getting split function. It is throwing error as undefined function.
Please tell.me if I have to add any other library? And also want to know how to write the result to excel file.
Thanks in advance.

rashmis
Автор

Hi Sir, If I want to execute only few dataset rows, keeping rest of the dataset as it is, how to handle it?

sunitapyati
Автор

How to send generated report to my client as report only runs on my localhost ?

rishavsingh
Автор

Hi Sir,
I would like to know if there is a way that I can use all columns into a single argument. I'm trying to execute a whole end to end scenario and there are multiple keywords and more than 10 fields/columns

Thank you so much!

justinegarma
Автор

Thank you for such a detailed explanation. I have tried this and i got an error and to resolve that i need to install few more packages i.e. pip install -U

vivekgarg
Автор

Hi Manish,
Could you please share your knowledge on winapp driver with robotframework.. If you put some vdo for that.. It would be helpful for us a lot.

vigneshwaran
Автор

Hi Sir, can you make a video to encrypt the password in robot framework if you need to share your work with the team

alimcheik
Автор

how to add documentation for such test cases?

maximpobihun
Автор

Hi Sir, How To Write Excel File with Library Data Driven?

saifulfahmi
Автор

Hi Manish,
I am trying to access 2nd sheet from my xlsx sheet but it showing me this Error: "Calling method '_start_suite' of listener 'DataDriver' failed: XLRDError: No sheet named <'Sheet2'> ".
Where I have entered this line in my code "Library DataDriver ../Test_Data/TestData.xlsx sheet_name=Sheet2"
Can you please help me on this.
How to access the different sheet from same excel sheet(Xlsx)

dummys
Автор

Hi, thanks for your tutorial.

I would like to know if I can put the keyword "Invalid login Scenerarios" in the resources file.
I tried it, but I have this error:
[ ERROR ] Calling method '_start_suite' of listener 'DataDriver' failed: AttributeError: No "Test Template" keyword found for first test case.

DevTools listening on
LoginTestWithExcel using ${username} and ${password} error_msg ${e... | FAIL |
Test case contains no keywords.

I did the same with the example of the "Robot Framework Tutorial #40 - How to do Data Driven Testing" and it worked.

JoseABohorquezAguilar