Thanks a lot for this video.. It helped me a lot to understand the POM. God bless
@testerstalk2 жыл бұрын
You are most welcome
@youtubevideos53636 жыл бұрын
It is very helpfull for me, Thanks for posting this tutorial.
@testerstalk6 жыл бұрын
Thanks for watching this tutorial. Please visit to other tutorials in the same channel. kzbin.info_SoftwareTesting_Videos
@mohanraj9295 жыл бұрын
thanks Bakkappa . you made simple example and its clear understandable.
@testerstalk5 жыл бұрын
Thanks Mohan for watching tutorial. Keep on visiting my channel.
@pratikdash13902 жыл бұрын
Thank You ! these videos are super helpful
@testerstalk2 жыл бұрын
Thanks a lot, keep visiting my channel!
@ChiragPatel-lk1vl6 жыл бұрын
Nice video Brilliant job
@testerstalk6 жыл бұрын
Hi Chirag, Thanks for visiting this selenium tutorial. Please visit to other videos in the channel. kzbin.info_SoftwareTesting_Videos
@SureshK-jt3id6 жыл бұрын
super video frnd
@testerstalk6 жыл бұрын
Thanks Suresh!. For visiting this selenium tutorial.
@shushmakunduru90864 жыл бұрын
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.
@jonestako47213 жыл бұрын
please more videos :)
@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 Жыл бұрын
Thanks for watching this tutorial, it is paid framework. Please let me know if you want buy it
@manasatweets39943 жыл бұрын
Super explained sir,can u do using specflow for cucumber,so that it covers the bdd can u do it for us
@testerstalk2 жыл бұрын
Very soon full course i am publishing it
@deep176 жыл бұрын
Great Job man I have one request can you please make a video series of a framework creation from scratch
@testerstalk6 жыл бұрын
Hi Deep, Yes sure, Very soon i will prepare it, Keep on visiting to my channel. kzbin.info_SoftwareTesting_Videos
@jaxxonjason86643 жыл бұрын
i realize it's kinda randomly asking but does anyone know a good website to stream new tv shows online?
@eddiecorbin27733 жыл бұрын
@Jaxxon Jason Flixportal :)
@jaxxonjason86643 жыл бұрын
@Eddie Corbin Thank you, I signed up and it seems like a nice service =) I appreciate it !
@eddiecorbin27733 жыл бұрын
@Jaxxon Jason You are welcome =)
@phaniraja91043 жыл бұрын
hi sir your videos are very resourceful .why we are using {get;set;}even when the web element is public why?
@michealscarn82832 жыл бұрын
why are you using var while creating objects ?
@testerstalk2 жыл бұрын
It is upto you if in case you don't the value return. always good to store in var type.
@sanjayerram3008 Жыл бұрын
Hello Bakappa, I am not able to use PageObjects Classs. Could you Pls help me
@testerstalk Жыл бұрын
What is the error you are getting?
@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 Жыл бұрын
@@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.
@jirorounin80913 жыл бұрын
It there a reason you use "how" instead of driver.findby?
@testerstalk3 жыл бұрын
This is how POM design pattern with POM works.
@shivaprasad11933 жыл бұрын
When i type PageFactory I do not see InitElements method. Could someone let me know what I am missing
@priyankakor75892 жыл бұрын
Hello, im getting error at pagefactory.initElement
@testerstalk2 жыл бұрын
If you are proper attribute the no need to use try and catch blocks
@deep176 жыл бұрын
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
@testerstalk6 жыл бұрын
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
@deep176 жыл бұрын
@@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...
@kethusandhya78684 жыл бұрын
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
@traintomorrow4 жыл бұрын
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-bh1ti3 жыл бұрын
DotNetSeleniumExtras.PageObjects.Core -> Add this from NuGet packages and it will work
@manikandanthangaraj85962 жыл бұрын
Plz put a source code on git
@testerstalk2 жыл бұрын
Refer this github link - github.com/BakkappaN/SeleniumCSharpByBakkappaN