Solution is very Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
I greatly benefitted from this video. The tutorial was paced brilliantly. With a bit more English, you will be one of the most sought after instructors. You are amazing and very generous at heart to share this information for free. God bless you. Thank you
Mr. Bakkappa, you are awesome. This helped me a lot to get complete knowledge and hands on of the Nunit. Appreciate your time and good work on this. Keep it up
Excellent series Sir !! Very well explained . You Only thing, it would have been great if you could have explained the Automation framework in detail (including the code, the control flow). : Can you please make video(s) with Selenium version 3.11.0 (or latest) where Page Factory is deprecated. This way, everyone will get benefitted on how to create Automation Framework with latest change. Also, please cover BDD, Cucumber using C#.
Awesome tutorial!. I liked your video and subscribed your channel.Can you please make a video on selenium c# framework structure for real time project?
Hi Sir, Your video is helped me for understanding Selenium concepts. Currently i am doing Automation using Specflow 3.1. I want to ask one question her If i have three feature file Launchapplcation.feature Login.feature Application_Form.feature I want to execute Launchapplcation.feature first then Application_Form.feature How i can achieve this. In Cucumber+Java we have Runner class so we can provide execution order. Please assist me. Thanks, Mahendra
I have done the same steps that you have done but I am getting a warning on the declaration public IWebDriver driver; statement. It says Non-nullable field driver must contain a non - null value when exiting constructor and the test is being skipped. Please assist.
Solution is very Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
Solution is: Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
Hi Backkapa I added the "Author Attribute" to my test methods but this is not being reflected in the "Test Explorer" section of Visual Studio 2022, here I selected "traits" as a filter for the view, currently test explorer is displaying "No Traits" instead of the author name attribute, can you tell me what I can do, thanks
Solution is: Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
Solution is: Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
Solution is: Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
Solution is: Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
Description attribute will not show up for me at all, I've tried everything. Also, all tests want to run even though I only pick one test and Parallelizable/LevelOfParallelism is commented out.
Best tutorial, thanks sir! very well taught! Can you please share source code for the Automation project that you showed in the last part of this video just where you fetch input from Excel file through TestCaseSource attribute. I just wanted to learn that part properly. Thanks in advance! :)
Solution is: Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
It is very simple add the reference the write extent report code then run code. Extent report must be generated. There might some file path issues. please cross check it
An exception occured while test discoverer "Nunit3Test discoverer' was loading tests. Exception:Object reference not set to an instance of the object. Please help me out to handle this exception.
Solution is: Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
In the 2nd tutorial, I cant group the test by category hence its nowt working. I am using 2019 community edition. Let me know any other approach can be possible!!!
Hello Sir, When a field has clearly specified the Id and its unique for that page ,why you use Xpath ? any specific reason or its safe to use xpath? I am new to this topic, so please let me know. thank you.
Thanks for your view and comment, It is better to maintain one standard across project, If you are using xpath all the page elements can be identified... Keep visiting my channel..
This tutorial is really helpful. I have tried the exact step to build my page object but I am getting this error message "System.NullReferenceException : Object reference not set to an instance of an object when trying to run the test. Please help..
yes thats why you creating in public void open new instance IWebDriver but this instance you give it to local variable driver.. change it from IWebDriver driver = new ChromeDriver to driver = new ChromeDriver(); :) hope it helps
for parallel execution, I need to add changes to Properties file. what if I don't have this file in the solution tree. Is that the wrong project type or what? why I don't have it there? thanks
Hi i have download the Visual Studio 2019 because there is no way to download 2017 and alot of thing is different that i couldn't able to create the nunit project when i try to create project. there is no option for Nunit templete while creating project.
Solution is very Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
Extent Report: using version 3.13...I am getting the following error when running the code which contains the Extent Report test as per Tutorial05. The error I am getting is: OneTimeSetUp: System.IO.FileNotFoundException : Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
Solution is very Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
same code as your but i am facing this problem...... Message: System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ----> OpenQA.Selenium.ElementNotInteractableException : Element is not reachable by keyboard Stack Trace: RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) WebDriverObjectProxy.InvokeMethod(IMethodCallMessage msg, Object representedValue) WebElementProxy.Invoke(IMessage msg) RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) IWebElement.SendKeys(String text) SearchPage.NavigateToResultPage() line 26 Module1.TestMethode1() line 20 --ElementNotInteractableException RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse) RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) RemoteWebElement.SendKeys(String text)
Explanation is not Good,How the Chrome Driver will Open ,can we Install Selenium.ChromeDriver from Nuget package or not ? Properly Not Explained the Video.
I can't find NUnit VS Template.... did it change?
Solution is very Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
Yes it is changed. For Visual Studio 2022, can be found with "NUnit Test Generator VS2022"
I greatly benefitted from this video. The tutorial was paced brilliantly. With a bit more English, you will be one of the most sought after instructors. You are amazing and very generous at heart to share this information for free. God bless you. Thank you
It might be free to us but its saturated with adds that he gets money from, so lets hold off on the your the man talk LOL
You are welcome, Keep visiting this channel
Mr. Bakkappa, you are awesome. This helped me a lot to get complete knowledge and hands on of the Nunit. Appreciate your time and good work on this. Keep it up
Thanks Kishore, keep visiting this channel to learn more
@@testerstalk Add spec flow as well pls.
very useful video for beginners
Glad to hear that
Awesome video, thank you very much to share this knowledge!!! Please, keep going.
Thanks, will do!
Hey Bakkappa, pelase upload more selenium c# videos...
subscribed
Sure, keep visiting my channel
Thank you very much for tutorial
Glad it was helpful!
Bakkappa Ur explaining good.
Good to hear
A very well paced and enjoyable course. I learnt a great deal from this. Thank you!
Great!! Keep sharing my channel videos
Really helpful..gives confidence to automate test..👍
Thanks a lot for your time. keep on visiting my channel
bakkapa you are best man
Thank you, Keep visiting my channel for more updates
Bakkappa, a very Big Thank You Appa!! I’m an experienced developer thanks for reaching me how testing is done 👏
Good to see you here. Thanks
Good Tutorial ..
Sir you are awesome sir, the way you teaching is next level learned a lot sirrr.....
Glad to hear that.
Excellent series Sir !! Very well explained .
You Only thing, it would have been great if you could have explained the Automation framework in detail (including the code, the control flow).
: Can you please make video(s) with Selenium version 3.11.0 (or latest) where Page Factory is deprecated. This way, everyone will get benefitted on how to create Automation Framework with latest change. Also, please cover BDD, Cucumber using C#.
Okay, sure. Keep visiting this channel.
You have helped me so much, you have gained a sub!
Thank you very for watching this video, keep on visiting my channel & share with your friends and colleagues.
very useful video
Glad to hear that
80,954 people mistitled their projects! 😆
Thank you!
I don't think so
Thanks a lot. Thank you.
You are welcom!
Which extemsion & packages need to be installed in visual studio 2022. And how to select which version is the best to install.
Informative.
Super!
Hi nice video, Please make video on Listeners in C# . How to take screenshot of failed test cases
You need to use Nunit attributes to achieve this in Selenium C#
Awesome tutorial!. I liked your video and subscribed your channel.Can you please make a video on selenium c# framework structure for real time project?
Sample Selenium C# Framework Demo is here :- ruclips.net/video/Wrriub4JSzU/видео.html
Lots of ADs in this video, can't watch it properly, but it is informative.
Keep visiting this channel.
Nice and comprehensive tutorial. I can get the source code of this tutorial?
Please visit here - github.com/BakkappaN/SeleniumCSharpByBakkappaN
Nice explanation much appreciated if you go a little bit faster while writing and importing classes
Noted
is this cover full course with frameworks
Yes it is covered as full course with Nunit framework
Can u please help me about attach existing chrom browser session for WhatsApp application
The most interesting part: 2:49:20
Great observation!!!
what about allowing camera to capture image
An exception occurred while test discoverer 'NUnit3TestDiscoverer' was loading tests. Exception: Object reference not set to an instance of an object.
Thank you, sir
You are welcome!
Thanks
Welcome
gitignore is not working, while uploading the azure, is there any solution for that
Hello Sir, Please share the complete source code of data driven testing with frame work. It was very good tutorial and nicely done and helped! Thanks
Here is the github link - github.com/BakkappaN/SeleniumCSharpByBakkappaN
Hi Sir,
Your video is helped me for understanding Selenium concepts. Currently i am doing Automation using Specflow 3.1.
I want to ask one question her
If i have three feature file
Launchapplcation.feature
Login.feature
Application_Form.feature
I want to execute Launchapplcation.feature first then Application_Form.feature
How i can achieve this. In Cucumber+Java we have Runner class so we can provide execution order.
Please assist me.
Thanks,
Mahendra
Hi Bro please do a C# .Net Tutorial Full Video
How to use undetected selenium chromedriver?
Awesome tutorial! May I ask how I can attach Extent-Report as an output attachment to the test run?
You need to generate extent report so that you can trace every test scripts
The tutorial is awesome!! source code, please
Here is github code - github.com/BakkappaN/SeleniumCSharpByBakkappaN
post video to read excel with Run tests Yes or No
I need help, how to create the framework from the scratch.
In my channel there is real time framework, have that as reference Link -ruclips.net/video/Wrriub4JSzU/видео.html
I am looking for online training/recorded training for selenium with C sharp. Thanks and regards
Hi Bakkappa in my Visual Studio 2022 TestCaseSource Attribute is not showing what to do?
You mean you unable to declare TestCaseSource attribute?
Pls make video connect local SQL server selenium c#
In java there is way to insert pause between two actions of action class but in c# how we can achieve same
I have done the same steps that you have done but I am getting a warning on the declaration public IWebDriver driver; statement. It says Non-nullable field driver must contain a non - null value when exiting constructor and the test is being skipped. Please assist.
Not getting NUnit vs template in the search, am doing something wrong
same any soln?
Solution is very Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
Do I need ASP.NET?
Default in windows .net framework will installed, no need of extra software apart from VS
Sir,
Nice video
Can you share the link of these VS sample ?
Solution is: Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
Hi Bakkappa, need full framework with code ..
Where shall I get this?
Even excel thing as well
It is a paid framework, please let me know if you are interested buy it.
Can you please share the source code of this C#, Selenium framework which you covered in this vidoe, it will be really helpful .
It is a paid framework, To discuss further on this. Please drop email to bakkappac@gmail.com
Please add timestamps for each lesson. It would be really helpful
Sure! Buddy 👍
Hi Backkapa I added the "Author Attribute" to my test methods but this is not being reflected in the "Test Explorer" section of Visual Studio 2022, here I selected "traits" as a filter for the view, currently test explorer is displaying "No Traits" instead of the author name attribute, can you tell me what I can do, thanks
Sir make series of specflow pls
Sure, this is my upcoming video series
Hi Sir, I am planning to learn selenium and c# in detail. Do you provide any training please?
Why you didn't use "Katalon Recorder" or any other recorder to record test cases.
I can't find the NUnit vs template. Could you please help? I am using VS 2022 RC
same here any soln?
Solution is: Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
Solution is: Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
Nunit vs templates extension i am not getting...in vs studio 2019
Solution is: Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
Hi sir i am unable to install this nunit vs template at starting in visual Studio 2022 how to get it sir
Solution is: Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
Description attribute will not show up for me at all, I've tried everything. Also, all tests want to run even though I only pick one test and Parallelizable/LevelOfParallelism is commented out.
Check if you have imported correct classes w.r.t to Nunit or other frameworks
Please help me ! how can i get data inside canvas by selenuim c# ????????
i do not have a properties section in solution explorer
Try creating Class Library project
Bakkappa,
How to work on windows dialog box for save or upload or download windows? because these belongs to ms windows and not browser
Microsoft provide some .dll using that you handle windows applications
Hi Sir
I have interview on Selenium C# . Please provide me interview questions guide and what i can expect please.
No one tell exact interview questions, be good with basics & confident that's it. work on your areas where you will feel not confident.
I am not able to get PageObject during this time using OpenQA.Selenium.Support.I am using .net 5 framework and Nunit 3.13.Please help
How do we generate AssemblyInfo.cs file?
AssemblyInfo.cs file generates automatically after project created successfully
Best tutorial, thanks sir! very well taught!
Can you please share source code for the Automation project that you showed in the last part of this video just where you fetch input from Excel file through TestCaseSource attribute. I just wanted to learn that part properly.
Thanks in advance! :)
Thanks, Keep visiting this channel & share with you friends. That is a paid framework, to discuss further drop email to - bakkappac@gmail.com
is there in this course how to run a chrome browser with a profile?
It is very simple, you can create ChromeOptions then add the arguments finally pass this object to ChromeDriver(chromeOptions)
Hi In VS2022 i am not able to find Nunit vs Template. Could you pls share how to search for this in 2022
Solution is: Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
Extent Report not getting generated for me. I followed your steps in tutorial but no luck getting the report generated.
It is very simple add the reference the write extent report code then run code. Extent report must be generated. There might some file path issues. please cross check it
In base class when I add IWebDriver as public- I’m getting error messages when I give - driver and not able to execute - can you help me
What was the objective of the first example, and what's exactly is the expected outcome ?
Thanks for the great course. I am getting error as access to path --- chromedeivee exe is denied... Please help me with it
Try with latest version otherwise check if anything with respect network if issues example - VPN etc.
If I had a dollar for everytime you say "particular".
JK bro, your tutorial is great! Keep it up! 😊✌
Thanks a lot for visiting my channel, Keep on visitng my channel. Keep on sharing with friends and colleagues.
Hi I followed your instructions, but I can't see grouped test by category as you explained in lesson 02
Solved... I had to change the visualization type on the testing window
Anyone working as c# selenium tester, while this video is good I feel like industrial standard is different, please help
Refer this video for real time framework - ruclips.net/video/Wrriub4JSzU/видео.html
Can I get ppt
Visit here - github.com/BakkappaN/SeleniumCSharpByBakkappaN
how to get job in automation sir?
Formual is very simple - Learn, Practice & learn from mistakes every day. and be consistent
An exception occured while test discoverer "Nunit3Test discoverer' was loading tests. Exception:Object reference not set to an instance of the object. Please help me out to handle this exception.
Solution is: Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
In the 2nd tutorial, I cant group the test by category hence its nowt working. I am using 2019 community edition. Let me know any other approach can be possible!!!
These options are available in every version visual studio, please connect with me if it is not working.
Hello Sir, When a field has clearly specified the Id and its unique for that page ,why you use Xpath ? any specific reason or its safe to use xpath?
I am new to this topic, so please let me know.
thank you.
Thanks for your view and comment, It is better to maintain one standard across project, If you are using xpath all the page elements can be identified... Keep visiting my channel..
Hi Sir.. Please share complete code with frame work
Here is the code - github.com/BakkappaN/SeleniumCSharpByBakkappaN
This tutorial is really helpful. I have tried the exact step to build my page object but I am getting this error message "System.NullReferenceException : Object reference not set to an instance of an object when trying to run the test. Please help..
yes thats why you creating in public void open new instance IWebDriver but this instance you give it to local variable driver.. change it from IWebDriver driver = new ChromeDriver to driver = new ChromeDriver(); :) hope it helps
the AttachReporter and Flush are not working, even after following every step you asked me to do.
for parallel execution, I need to add changes to Properties file. what if I don't have this file in the solution tree. Is that the wrong project type or what? why I don't have it there? thanks
You need to create Class Library project
I am getting null exception while running page object model framework
hello sir my 2nd test case is not run
hello sir please rply
May i know how you are running test?
Are you running via groups?
working sir but sir author attributes is not coming in test explore thats is showing in
Hi i have download the Visual Studio 2019 because there is no way to download 2017 and alot of thing is different that i couldn't able to create the nunit project when i try to create project. there is no option for Nunit templete while creating project.
Solution is very Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
how to click the element after the element is available and if there is then click directly on it..
thanks
Yes you can use explicit wait and perform whatever the action click, sendKeys("str")....etc.
Unable to drag and drop item in C#
Try using Action class otherwise just are you able locate element properly. there might be s etc
Can someone please tell me where is the main method here?
Here every attribute Test represents like main method.
Where is the Main method?
I am using Unit framework so here Every test method is nothing but main
Extent Report: using version 3.13...I am getting the following error when running the code which contains the Extent Report test as per Tutorial05. The error I am getting is: OneTimeSetUp: System.IO.FileNotFoundException : Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
I resolved this by downloading 'System.Configuration.ConfigurationManager'.
However when I ran the test no Extent Report got generated.
@@maahmed3472 hey How exactly you solved the issue? can you tell all the steps involved... also any alternate way for generating reports you know?
As i requested you Month back pl as share us GitHub URL. We don't get url yet brother.
I was quite busy in other stuffs, that is paid Selenium C# Automation framework, are you interested to buy it?
How much course fees ?
@@pandudamera7211 Hey i didn't mentioned any where course fees, I might have mentioned framework charge if you would need complete framework.
Can you please give me your contact number
I am also interested to take framework with step by step videos
i am not getting property inside solution explorer
Please try creating Class Library project
you could have edited your system issues out of your video
Thanks, that's good suggestion.
Hi sir,Unable instal NUnit VS Temple.can you please help me for this
Go to tools and click on update and click on online and enter nunits
Solution is very Simple create Class Library project then add NUnit3TestAdapter, selenium webdriver, selenium support then write a script that will work fine.
send keys isn't working. Any solutions?
Okay, you can other ways how you do it in selenium c#
same code as your but i am facing this problem......
Message:
System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
----> OpenQA.Selenium.ElementNotInteractableException : Element is not reachable by keyboard
Stack Trace:
RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
WebDriverObjectProxy.InvokeMethod(IMethodCallMessage msg, Object representedValue)
WebElementProxy.Invoke(IMessage msg)
RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
IWebElement.SendKeys(String text)
SearchPage.NavigateToResultPage() line 26
Module1.TestMethode1() line 20
--ElementNotInteractableException
RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
RemoteWebElement.SendKeys(String text)
There might be changes in DOM, so you are getting that error.
Explanation is not Good,How the Chrome Driver will Open ,can we Install Selenium.ChromeDriver from Nuget package or not ?
Properly Not Explained the Video.
I think you didn't watch the tutorial properly. It is already covered. Please re-watch this tutorial