Using Data Driven Coded UI Tests

preview_player
Показать описание
Shows you have to record and data drive a coded ui test.
Рекомендации по теме
Комментарии
Автор

Very Good Video. I normally don't like videos because they are too slow to watch and have too much trivial information to validate watching. This video is the correct link with good information and doesn't bore me to death. Thank You

UFeaster
Автор

Hi,

For beginers like me, this is the best video for learning the modification of code in CodedUI. Very simple and useful flow. Thanks a ton and please keep on uploading similar videos on CodedUI. Thanks again.

rimidas
Автор

Being a software developer your have to appreciate the to the point approach.  Thanks for the video!

CollapsedMass
Автор

Well done Donovan, Very well explained. 5 stars from England.

MrRonawaz
Автор

Awesome video....you have really cleared all the complicated things in very simplistic manner....

Arjunwow
Автор

Great job on the video Donovan! Hope to see more Coded UI videos and others from you. Thanks!

MrAnjarue
Автор

Wow, simply awesome way to demo.
The test with 10 is excellent.

saidevakumar
Автор

This is one of best tutorial on CodedUI. Thank U

touchinfo
Автор

Absolutely perfect video! Thanks so much man!

kobavadim
Автор

Yup, best video I have seen yet on Data Driving CodedUI. Can you PLEASE update it for VS2013 though? They did away with Test View and the Data Binding Wizard. To DataBind a CSV in VS2013 you have to add the file to your project and hard code the DataSource to your CS file. To me this is a step backwards for VS and I wish they had checked with the users before they pulled this out.
Also, even though you show how to "clean up on error" I have found with Visual Studio 2013 that this is done automatically and you don't have to change the Playback settings. I ran this code without making the continue on error changes, and it closes the application without issues.

digikiwam
Автор

Great video, I have the 2012 Version, so I had to stop and change a few things around in order for it to get what I wanted. But everything worked in the end!! 5 stars!!

RamsayPowerlifting
Автор

Are you looking for a row or rows in the CSV? If it is a single row I would just have an Admin csv file that only has the single row in it. A bit of overkill for data driven but it would allow you to control the password from outside the test. I am not aware of an out of the box solution to filter or select the data source.
Glad the video was easy to follow.

DLBrown
Автор

Hey Donovan, your video is by far the easiest to understand and more informative than others... What I'm trying to figure out now is how to use only a certain row in my CSV file. I have a file with a list of users, their passwords and roles. I want to specify to use a row that has e.g. 'admin' for role. PS. there is only one user per each role.. Not asking you to answer me as I will eventually figure it out, but wouldn't mind some help! Thanks!

ixibittherus
Автор

Nice Job!  You're a natural born teacher.  This helped me a lot!  Thanks!

CotBySloths
Автор

Great video! Thanks for putting it together. Are there plans to update it for the VS 2013 UI?

rmblack
Автор

Hi Donovan, during the video, I see you you a shortcut to switch between classes and methods such as UIMap.cs, CodedUITest.cs, etc...Which keys you use? If anyone knows, please let me know. Thanks

rat-tvdt
Автор

Any chance of doing a tutorial on WPF datagrids where cells have multiple properties assigned to them?

acidrain
Автор

Hey Don that was one of the really informative videos on codedui i have seen, Thanks so much. Do you mind putting something on test management tool connection from codedui. for instance we are using rallydev for test case/defect management and we want to plus in codedui test results directly into rally. could you provide some insights on same. Once again thanks and I am subscribing it to ur channel for sure. Good Luck !!

sneh
Автор

Good afternoon, I would like to validate commands entered at the shell prompt (Xshell, Kitty, etc.)? I want to validate the response of the commands sent to the prompt, have more than 5000 commands to enter and validate the answers, would also like to use Excel as a database

Valentierro
Автор

How do you use ClassInitialize and ClassCleanup so the calculator only has to open 1 time instead of opening and closing for each test?

hom-sha-bom