Selenium Tutorial For Beginners using Javascript | What Is Selenium? | NodeJS | Web Automation |

preview_player
Показать описание
Selenium Tutorials for Beginners :
In this video, I have discussed web automation testing using selenium. This video is for anyone who doesn't have prior experience in automation testing. And those people who have experience in selenium but use another programming language(like Java, C#, etc) because I have used javascript(NodeJS) as a programming language to write code for selenium.

Topic Covered :
What is automation testing?
Overview of Selenium
How does selenium work?
Step to start your selenium journey

Step to start the journey with selenium
Optional Step : Add nodejs and NPM path to environment variable.
3. Create a folder
4. Open the command line from the newly created folder
5. Run command ‘npm init’ - It will add npm package to your project
6. Install selenium-webdriver using command ‘npm install selenium-webdriver’
7. Download browser driver – ChormeDriver -
9. Write code to launch browser
10. Identify Elements
11. Automate One Simple Flow

******** Please like, share, and subscribe. ********
#appium #automationtesting #selenium #testing #testautomation #automationtester
Рекомендации по теме
Комментарии
Автор

NodeJS is the one that i need for tutorial selenium. Thank you so much sir

AdnanErlansyah-nxxp
Автор

Thank you so much, I just looked for a tutorial that is new, because most Selenium Tutorials won't work with the old syntax.
But I got it to work now.

trusthd
Автор

sir can you make more videos on this if possible please make

vinaymishra
Автор

hi bro
do you know how to do the data driven testing by using javas Script with selenium

ManjunathaAnagondi
Автор

Please tell how to take screenshot using javascrpit salenium

vighneshbhat
Автор

we need to take the data from excel by using java script with selenium, can you suggest me bro how to

ManjunathaAnagondi