How to setup Maven Project in Visual Studio Code | Using VSCode for Java Maven Project|Maven Project

  Рет қаралды 60,317

Krishna Sakinala (Automation Testing)

Krishna Sakinala (Automation Testing)

Күн бұрын

Пікірлер
@mohpish
@mohpish 3 жыл бұрын
Thank you for the great tutorial... for those who might try this for the first time like me... to save you from some frustration, please note that all the dependencies shown in this video must be copied into the first 'dependencies' tag inside 'pom.xml' file otherwise they won't work (there is another 'dependencies' tag at the end of the file that i copied dependencies in there by mistake).... hope it helps
@dineshsthanki5203
@dineshsthanki5203 4 жыл бұрын
Thanks for the video. In order to grasp the workflow of creating a java project in vs code. It would be helpful to see an actual simple example, of a small project. For instance, creating a math library with add, subtract functions, then referring these in a main application. I am a C# programmer coming from Visual Studio, new to Java. There is a paradigm shift in the way VS Code does projects
@jineshghost2000
@jineshghost2000 4 жыл бұрын
Thank you. You saved me man. I was doing this on my personal mac using Eclipse. It goes so quick and fast in Eclipse but could not using my office mac due to proxy issues from home using Eclipse. This helped me using Visual Studio Code.
@KrishnaSakinala
@KrishnaSakinala 4 жыл бұрын
Glad it helped... Please subscribe to the channel and keep visiting ... :)
@zainabumar6716
@zainabumar6716 4 жыл бұрын
Thanks for this video. I get an error for connection timeout when I create a new Maven Project from VS code. How to correct that any clues?
@MrMohammedyousuf
@MrMohammedyousuf 2 жыл бұрын
Thanks for this much needed video. The only reason to run selenium Web driver on Visual studio is due to proxy issues on my office laptop. I am used to eclipse IDE, but I could not install eclipse on my Office MAC laptop.
@apoorvsinha5193
@apoorvsinha5193 3 жыл бұрын
what if I want to run whole suite or run as Junit test or testng suite?
@theone8730
@theone8730 Жыл бұрын
For me,Mavren Project option is not coming
@shakib_04
@shakib_04 4 жыл бұрын
Error: JAVA_HOME not found in your environment. "how to solve? plz help?"
@demshano7690
@demshano7690 4 жыл бұрын
Me too bro same error
@ishmailqasim155
@ishmailqasim155 3 жыл бұрын
Might have missed the explanation but why are you replacing JUnit with TestNG?
@ayeshamohsin3433
@ayeshamohsin3433 3 жыл бұрын
I need some help video was awesom i followed the steps but I dnt know am facing Error 403 related to driverManager, help needed
@jayasrikommana5733
@jayasrikommana5733 3 жыл бұрын
Hi, Thank you for share this kid of stuff to users. I found and error while creating source file for maven. It is " Failed to create the project, check terminal output for more details." in windows 7. So, please give me the solution.
@ayeshamohsin3433
@ayeshamohsin3433 3 жыл бұрын
Am facing driver manager issue something
@shashank5025
@shashank5025 4 жыл бұрын
Even after installing java extension pack, M not able to see that test option and maven projects options in the left side can anyone help?
@abyanfernandez9931
@abyanfernandez9931 3 жыл бұрын
yea me too, I dont have the Test button on the sub menu. I think he skiped some steps
@shashank5025
@shashank5025 3 жыл бұрын
@@abyanfernandez9931 ya he has skipped some content
@dmash2767
@dmash2767 3 жыл бұрын
Just right click on the explorer. There is an option "create maven project"
@notyourtype8596
@notyourtype8596 Жыл бұрын
Yes , Same problem with me as well ..can anyone help me with this?
@AkAk-bw8ie
@AkAk-bw8ie 3 жыл бұрын
Sir Vs code is an editor or IDE. If I Google, it says Visual studio is IDE and VS code is editor. Can we create a full automation framework using VS code.
@KrishnaSakinala
@KrishnaSakinala 3 жыл бұрын
It's not an IDE but more than an Editor 😀... Yes we can create full automation framework...
@AkAk-bw8ie
@AkAk-bw8ie 3 жыл бұрын
@@KrishnaSakinala thank u sir
@sergebyusajabo2138
@sergebyusajabo2138 3 жыл бұрын
Good job, thank you for this video
@ness3963
@ness3963 3 жыл бұрын
it says 'plugin execution not covered by lifecycle configuration'
@sahin8780
@sahin8780 3 жыл бұрын
perfect video, thanks
@digitallova
@digitallova Жыл бұрын
Hello can you please show us how to setup cucumber on vscode and to create a cucumber runner thanks
@KrishnaSakinala
@KrishnaSakinala Жыл бұрын
Thanks *Youssef Ben Rekaya* for your comment on how to setup maven project in vs code. Will try to make a video on how to setup cucumber project in vscode. Please like, share the video and subscribe to the channel for interesting updates.
@Felix-wh8pz
@Felix-wh8pz 4 жыл бұрын
Excellent content. Can’t find this until now
@abbinenivenkatesh6450
@abbinenivenkatesh6450 3 жыл бұрын
using visual studio compulsory we should sign in git/microsoft account
@lilianahuszcza7681
@lilianahuszcza7681 3 жыл бұрын
superb!
@shashank5025
@shashank5025 4 жыл бұрын
Nice video!👌 So we cannot add external jars in VS code?
@allanpgf
@allanpgf 4 жыл бұрын
Very good thanks for share.
@PrahaMurali
@PrahaMurali 4 жыл бұрын
Awesome. Thank u so much sir.. can u pls help on how to add external jars ?
@KrishnaSakinala
@KrishnaSakinala 4 жыл бұрын
Not possible.. So I showed you maven setup. this way we can manage the jars as dependencies. Please subscribe to the channel and keep visiting ... :)
@Felix-wh8pz
@Felix-wh8pz 4 жыл бұрын
Keep up w/ good work
@cloudybrains
@cloudybrains 3 жыл бұрын
"JAVA_HOME not found in your environment" **proceeds to spend an hour figuring out how to properly setup the JAVA_HOME env variable and does it** "JAVA_HOME is set to an invalid directory" VS Code really is pure garbage huh?
@knodel4328
@knodel4328 4 жыл бұрын
thank you very much!
@catbautista5417
@catbautista5417 4 жыл бұрын
thanks for this video. comprehensive and easy to follow. I'm a newbie in qa automation and was amazed about the WebDriverManager dependency existence! I've been manually loading the drivers' exe files! >.< will try to use that in creating a framework.
@KrishnaSakinala
@KrishnaSakinala 4 жыл бұрын
Great to hear! Please subscribe to the channel and keep visiting ... :)
@jugnu361
@jugnu361 2 жыл бұрын
project handling is more difficult than language and business logic HaHaHaHa
@shakib_04
@shakib_04 4 жыл бұрын
thanks vai
Setup Maven Java Project in Visual Studio Code || Run & Debug in VSC
25:08
Naveen AutomationLabs
Рет қаралды 34 М.
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
How to create a Spring Boot Project in Visual Studio Code
16:20
Google’s Quantum Chip: Did We Just Tap Into Parallel Universes?
9:34
Simple Explanation of Maven and pom.xml
17:37
Brandan Jones
Рет қаралды 232 М.
How to Become Genius in XPath in Selenium  - Session -18
39:48
Naveen AutomationLabs
Рет қаралды 729 М.
Getting started with Maven on Visual Studio Code
10:15
Microsoft for Java Developers
Рет қаралды 25 М.
20. OAuth2 Authentication in Rest Assured: Step-by-Step Tutorial | API Testing Tutorial
34:39
Krishna Sakinala (Automation Testing)
Рет қаралды 1,5 М.
Step by Step Guide - VS Code for Spring Boot Java Development
39:57