Selenium with C# 65 - Selenium Data Driven Testing using XML file in MS Test | What is an XML file?

  Рет қаралды 4,478

Ankpro Training

Ankpro Training

Күн бұрын

Selenium Data Driven Testing using XML file in MS Test
#Selenium #WebDriver #Automation #datadriventesting
0:47 What is a XML file
1:12 XML file sample
1:50 Code demo - XML file creation
3:45 Code demo - Creation of test method
5:00 Test method execution
5:52 Possible interview questions on data driven testing using csv file
Data driven testing using csv file
What is an XML file?
1. XML stands for eXtensible Markup Language
2. XML is a markup language much like HTML
3. XML is used to store and transport data
4. XML is self-descriptive
5. Easy to read
Possible Interview Questions
1. How to achieve the data driven testing using XML file
Code :
[DataSource("Microsoft.VisualStudio.TestTools.DataSource.XML","|DataDirectory|\\data.xml", "user", DataAccessMethod.Sequential)]
[TestMethod]
public void DataDrivenTestingUsingXMLFile()
{
IWebDriver driver = new ChromeDriver();
driver.Manage().Window.Maximize();
driver.Url = "uitestpractice....";
driver.FindElement(By.Id("FirstName")).SendKeys(TestContext.DataRow[0].ToString());
driver.FindElement(By.Id("LastName")).SendKeys(TestContext.DataRow[1].ToString());
driver.FindElement(By.Id("EnrollmentDate")).SendKeys(TestContext.DataRow[2].ToString());
driver.FindElement(By.XPath("//input[@type='submit']")).Click();
Thread.Sleep(2000);
driver.Quit();
}

Пікірлер: 12
@AnkproTraining
@AnkproTraining 4 жыл бұрын
Thank you for watching. Cheers! would you mind hitting *_like_* button and *_subscribe_* to our channel! That will be awesome. We would be grateful to you. And also share this video in your circle via whatsapp, facebook and twitter.
@mustafa4377
@mustafa4377 4 жыл бұрын
Hi, could you please tell me how you did solve the '"TestContext' does not contain a definition for 'DataRow'" issue ? Thanks
@AnkproTraining
@AnkproTraining 4 жыл бұрын
@@mustafa4377 include system.data namespace from references of the project.
@mustafa4377
@mustafa4377 4 жыл бұрын
@@AnkproTraining Hi again, I added System.Data but it is still giving error-CS1061. Which framework are you using? .Net or .Net Core ?
@AnkproTraining
@AnkproTraining 4 жыл бұрын
@@mustafa4377 .Net framework
@tomasrussell6594
@tomasrussell6594 3 жыл бұрын
A trick : you can watch movies at kaldroStream. Me and my gf have been using them for watching lots of of movies lately.
@abeerafazal6700
@abeerafazal6700 2 жыл бұрын
thank u sooo much for saving me
@AnkproTraining
@AnkproTraining 2 жыл бұрын
Thank you for watching this video. Don't forget to *_like , subscribe_* and hit that *_notification_* bell 🔔. And also share this video in your circle via *WhatsApp* , *Facebook* and *Twitter* . Link to subscribe the channel goo.gl/hFueBi
@웹도구
@웹도구 4 жыл бұрын
Thank you
@AnkproTraining
@AnkproTraining 4 жыл бұрын
Thank you for watching this video and commenting. Cheers! would you mind hitting *_like_* button and *_subscribe_* to our channel! That will be awesome. We would be grateful to you. And also share this video in your circle via whatsapp, facebook and twitter.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
Selenium Framework Tutorial #9 - Data Driven Testing with TestNG DataProvider
17:35
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 304 М.
Part 1 - API Testing Interview Questions & Answers
1:04:39
Naveen AutomationLabs
Рет қаралды 226 М.
Katalon Automation Lesson - 28 | Data-Driven Testing using Database & Excel Sheets
29:50
Ravikanth FicusRoot - Tech Videos
Рет қаралды 1,8 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН