Robot Framework Tutorial #41 - How to do Data Driven Testing using CSV File

preview_player
Показать описание
In this Robot Framework Tutorial we will understand How to do Data Driven Testing using CSV File. You can have your data externally stored in CSV file and read it using DataDriver package.

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
Рекомендации по теме
Комментарии
Автор

Thanks for tutorial. I have a doubt like when we want execute multiple test cases then how we can store our test data. Here in demo its shown with login scenario how can we store test data for different scenarios.

One more, how to store test data for different users . Say user 1 executes 3 test cases and user 2 executes 4 test cases and we want to run those test cases in a batch then how can we consolidate these test datas in a single .robot class.

Please help me in this regard . Thanks.

lalithamalavikam
Автор

thanks for tutorial. Can you show the RF API testing? eg. JSON

kajetanmellerowicz
Автор

the csv file unable to read the input data's and also the format of CSV file changed now, so please make this video with new CSV file, because this is the older version CSV you have explained, now with arguments the CSV file not reading data, please make new video again for data driven testing with CSV file again

space-rp
Автор

is tagging possible for the testcases individually. does someone have solution?

BhanuPrakashVuppula
Автор

I'm seeing an error - Keyword name cannot be empty. can anyone please help me resolve this issue?

aishwarya
Автор

How to create different testcase name when we use CSV data

krishnamoorthymuniyandi
Автор

I can't library Datadriver after install ???

anpham
Автор

Hi community, i'm getting a weird error message that doesnt allow me to launch the test run. the line of code in the ***testcases*** section is getting redlined saying that the variables are used but not defined. can anyone help, below my code *** Settings ***
Library SeleniumLibrary
Library DataDriver
Resource ../Resources/Common.robot

Test Setup Start TestCase
Test Teardown Finish Test Case
Test Template Login validation


*** Test Cases ***
Try logging with csv inputs ${user} ${password} ${expectedError}


*** Keywords ***
Login validation
[Arguments] ${user} ${password} ${expectedError}

Input Text ${text_username} ${user}
Input Text ${text_password} ${password}
Click Button ${button_logind}
Element Should Contain ${errormessage} ${expectedError}
Sleep 5S

nizar
visit shbcf.ru