Selenium C# Page Object Model by Bakkappa N

  Рет қаралды 34,720

Testers Talk

Testers Talk

Күн бұрын

Пікірлер: 44
@vaibhavtanpure1206
@vaibhavtanpure1206 2 жыл бұрын
Thanks a lot for this video.. It helped me a lot to understand the POM. God bless
@testerstalk
@testerstalk 2 жыл бұрын
You are most welcome
@youtubevideos5363
@youtubevideos5363 6 жыл бұрын
It is very helpfull for me, Thanks for posting this tutorial.
@testerstalk
@testerstalk 6 жыл бұрын
Thanks for watching this tutorial. Please visit to other tutorials in the same channel. kzbin.info_SoftwareTesting_Videos
@mohanraj929
@mohanraj929 5 жыл бұрын
thanks Bakkappa . you made simple example and its clear understandable.
@testerstalk
@testerstalk 5 жыл бұрын
Thanks Mohan for watching tutorial. Keep on visiting my channel.
@pratikdash1390
@pratikdash1390 2 жыл бұрын
Thank You ! these videos are super helpful
@testerstalk
@testerstalk 2 жыл бұрын
Thanks a lot, keep visiting my channel!
@ChiragPatel-lk1vl
@ChiragPatel-lk1vl 6 жыл бұрын
Nice video Brilliant job
@testerstalk
@testerstalk 6 жыл бұрын
Hi Chirag, Thanks for visiting this selenium tutorial. Please visit to other videos in the channel. kzbin.info_SoftwareTesting_Videos
@SureshK-jt3id
@SureshK-jt3id 6 жыл бұрын
super video frnd
@testerstalk
@testerstalk 6 жыл бұрын
Thanks Suresh!. For visiting this selenium tutorial.
@shushmakunduru9086
@shushmakunduru9086 4 жыл бұрын
Hi Bakkappa Garu, Thank you for providing videos on C# selenium. These are very clear . I need one help. I have interview on C# selenium. Can you provide me interview questions on C# Selenium and Framework . Please...I prepared with your videos but i am not getting confidence on interview prospective. If you provide those it will helps my career. One more question: Method and constructor are almost same right than what are the benefits with constructor. Please please help me.
@jonestako4721
@jonestako4721 3 жыл бұрын
please more videos :)
@pooja7472
@pooja7472 Жыл бұрын
Hi Bakkappa Guru, I saw your video tutorials for framework setup using C# language and I need framework source file from scratch. I need to setup framework for my Project.
@testerstalk
@testerstalk Жыл бұрын
Thanks for watching this tutorial, it is paid framework. Please let me know if you want buy it
@manasatweets3994
@manasatweets3994 3 жыл бұрын
Super explained sir,can u do using specflow for cucumber,so that it covers the bdd can u do it for us
@testerstalk
@testerstalk 2 жыл бұрын
Very soon full course i am publishing it
@deep17
@deep17 6 жыл бұрын
Great Job man I have one request can you please make a video series of a framework creation from scratch
@testerstalk
@testerstalk 6 жыл бұрын
Hi Deep, Yes sure, Very soon i will prepare it, Keep on visiting to my channel. kzbin.info_SoftwareTesting_Videos
@jaxxonjason8664
@jaxxonjason8664 3 жыл бұрын
i realize it's kinda randomly asking but does anyone know a good website to stream new tv shows online?
@eddiecorbin2773
@eddiecorbin2773 3 жыл бұрын
@Jaxxon Jason Flixportal :)
@jaxxonjason8664
@jaxxonjason8664 3 жыл бұрын
@Eddie Corbin Thank you, I signed up and it seems like a nice service =) I appreciate it !
@eddiecorbin2773
@eddiecorbin2773 3 жыл бұрын
@Jaxxon Jason You are welcome =)
@phaniraja9104
@phaniraja9104 3 жыл бұрын
hi sir your videos are very resourceful .why we are using {get;set;}even when the web element is public why?
@michealscarn8283
@michealscarn8283 2 жыл бұрын
why are you using var while creating objects ?
@testerstalk
@testerstalk 2 жыл бұрын
It is upto you if in case you don't the value return. always good to store in var type.
@sanjayerram3008
@sanjayerram3008 Жыл бұрын
Hello Bakappa, I am not able to use PageObjects Classs. Could you Pls help me
@testerstalk
@testerstalk Жыл бұрын
What is the error you are getting?
@sanjayerram3008
@sanjayerram3008 Жыл бұрын
@@testerstalk yes Bakkappa, I am trying to add openqa.selenium.support.pageobjects, here VS 22 is not identifying pageobjects class. Is I have to add any other component in nugget package.
@testerstalk
@testerstalk Жыл бұрын
@@sanjayerram3008 It is just adding simple classes otherwise you can refer my latest 2023 specflow selenium c# full course there i have used VS 2022 & created page object model design pattern.
@jirorounin8091
@jirorounin8091 3 жыл бұрын
It there a reason you use "how" instead of driver.findby?
@testerstalk
@testerstalk 3 жыл бұрын
This is how POM design pattern with POM works.
@shivaprasad1193
@shivaprasad1193 3 жыл бұрын
When i type PageFactory I do not see InitElements method. Could someone let me know what I am missing
@priyankakor7589
@priyankakor7589 2 жыл бұрын
Hello, im getting error at pagefactory.initElement
@testerstalk
@testerstalk 2 жыл бұрын
If you are proper attribute the no need to use try and catch blocks
@deep17
@deep17 6 жыл бұрын
Hi bakkappa I created same test script according to this video but when I'm going to execute the module.cs I'm getting an error "CS5001: exe does not contain a static'Main' method suitable for an entry point." How we can fix it
@testerstalk
@testerstalk 6 жыл бұрын
Hi Deep, I think you have not created it as NUnit Test Project,Please try create NUnit Test Project. Refer this below selenium tutorial to create NUnit Test Project. kzbin.info/www/bejne/jpjKZqavm51oZsk&lc=z23qhzrwnlzih5vk5acdp432b5psle3npe2cuuet201w03c010c.1537907561517908
@deep17
@deep17 6 жыл бұрын
@@testerstalk i did the same but same error is displaying.I wanna know that I'm using VS 2017 community version so is there any restriction as compared to Enterprise & professional version and which version you are using...
@kethusandhya7868
@kethusandhya7868 4 жыл бұрын
When i build this code i am getting 'PageFactory' does not exist in the current context.. But i don't know how ur code is executing and not mine
@traintomorrow
@traintomorrow 4 жыл бұрын
its part of the selenium support but is depreciated, you can define the web elements yourself in the functions and call them directly like he is doing
@KarthiKeyan-bh1ti
@KarthiKeyan-bh1ti 3 жыл бұрын
DotNetSeleniumExtras.PageObjects.Core -> Add this from NuGet packages and it will work
@manikandanthangaraj8596
@manikandanthangaraj8596 2 жыл бұрын
Plz put a source code on git
@testerstalk
@testerstalk 2 жыл бұрын
Refer this github link - github.com/BakkappaN/SeleniumCSharpByBakkappaN
Selenium C# How to Generate Extent Reports by Bakkappa N
36:58
Testers Talk
Рет қаралды 26 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
#11 - Writing Page Object Model code for Selenium with C# .NET
12:32
Execute Automation
Рет қаралды 8 М.
Page Object Model in Selenium with C# -- Part8 (Selenium automation with C#)
14:18
Selenium C# .NET NUnit Tutorial-01 by Bakkappa N
40:44
Testers Talk
Рет қаралды 41 М.
Selenium C# Full Course by Bakkappa N
4:58:34
Testers Talk
Рет қаралды 188 М.
Selenium C# Automation Testing from scratch for beginners.
1:07:24
Test Automation 101
Рет қаралды 12 М.
Selenium WebDriver Tutorials with C#
24:22
Mukesh otwani
Рет қаралды 114 М.
Part 8 - Page Object Model in Selenium C# with .NET Core (Part 1)
17:40
Execute Automation
Рет қаралды 15 М.