How To Integrate Framework With Git and Github

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • In this video, we will discuss how to Integrate Framework With Git and Github.
    ~-~~-~~~-~~-~
    Please watch: "How To Create Maven build For Selenium Framework"
    • How To Create Maven bu...
    ~-~~-~~~-~~-~

КОМЕНТАРІ • 83

  • @rahulraghuwanshi20
    @rahulraghuwanshi20 5 років тому +4

    Nice tutorial. Well delivered knowledge of GitHub for those who are already working on framework but legs in this reusability. thanks you so much.

    • @Mukeshotwani
      @Mukeshotwani  5 років тому

      Thank you Rahul for such a nice feedback.

  • @LifeinSoBo
    @LifeinSoBo 4 роки тому +1

    Never thought it could be that easy..tons of thanks.

    • @Mukeshotwani
      @Mukeshotwani  4 роки тому

      Hi Soma, thank you so much. I guess you are the first person who is watching each and every single video on my channel. I am very thankful for that.

    • @LifeinSoBo
      @LifeinSoBo 4 роки тому +1

      Mukesh otwani well those are worth of watching..!! You’ve put so much effort to make those videos and I’m pretty sure there are many other people watching them like me.

  • @shardakhati
    @shardakhati 5 років тому +4

    it is a really wonderful tutorial! Thank you for your effort and support to the
    public!

    • @Mukeshotwani
      @Mukeshotwani  5 років тому

      Thank you Sharda :) I am happy to read your comment.

  • @vsu1225
    @vsu1225 5 років тому

    Nice Tutorial ...Very detailed way ..need waiting for some videos on Jenkins also. A big bow to you Mukesh

  • @shaiksameer2776
    @shaiksameer2776 5 років тому +1

    Hi Mukesh bhai a lot thanks to you for the videos. I need more about branches like master branch, slave branch and how we are following the exact cycle in real time in pushing and pulling the data from local to remote repository.
    A big Thanks 👍👍

    • @Mukeshotwani
      @Mukeshotwani  5 років тому +1

      Sure Sameer for branch I will make separate video

    • @shaiksameer2776
      @shaiksameer2776 5 років тому

      Ok thanks, Waiting for the video!

  • @thivyabalasubramanian7357
    @thivyabalasubramanian7357 2 роки тому

    Hello Mukesh, The explanation for Git commit, push and pull is very good 👍 Thanks for the clear explanation. Could you please upload a video on “Merge” using git? It will be very helpful.

  • @tanunjoyroy799
    @tanunjoyroy799 3 роки тому +1

    This is a very helpful video!! Thanks a lot Mukesh

  • @vijaykanth568
    @vijaykanth568 5 років тому +2

    Hi Mukhesh! Thank you very much for this video.

  • @prashantht.v8289
    @prashantht.v8289 5 років тому +3

    Superb Video Mukesh..Very detailed. Can you please make a video on how to use Git using "GitBash" and through command line as well.

    • @Mukeshotwani
      @Mukeshotwani  5 років тому +1

      Sure Prashanth I have planned already will upload soon. It is just some commands and rest logic will remain same.

    • @myharsh271
      @myharsh271 4 роки тому

      www.pluralsight.com/guides/using-git-and-github-on-windows

  • @Imran-M-
    @Imran-M- 3 роки тому +1

    Excellent tutorial Mukesh, very nicely showcased 😊
    May I request you to post a similar one for Intellij IDEA as well, that will greatly help.

    • @Mukeshotwani
      @Mukeshotwani  3 роки тому

      Thanks Imran, sure I will try with Intellij as well.

  • @pratiksontakke1704
    @pratiksontakke1704 4 роки тому

    Hey man very nice work you are doing, it helped me to develop my own repo and framework. This is very helpful.

  • @spandanavemuganti8899
    @spandanavemuganti8899 4 роки тому

    i really understood the functionality well. thanks for sharing.

  • @DanieleXY
    @DanieleXY 5 років тому +1

    Hi Mukesh , great video for beginners (like me)! Thanks!

  • @shankarmedhi8074
    @shankarmedhi8074 4 роки тому +1

    U have made my life so easy

  • @sureshbabu-er1yy
    @sureshbabu-er1yy Рік тому

    Superb..

  • @adithyamurthy6723
    @adithyamurthy6723 3 роки тому

    thanks for the videos Mukesh. I need your help on below issue
    password pop up is displaying continuously while pushing the code from eclipse to Github even after providing valid credentials. its working fine with command prompt. unable to connect to github even after providing valid credentials because of continuous password pop up. Please help me in this regard

  • @amirdas5204
    @amirdas5204 5 років тому +1

    Hi Mukesh sir, thanks for video. I want to know more about repositories branches & how it work. Make a video....

  • @arjunshivsharan1507
    @arjunshivsharan1507 3 роки тому

    Sir I have commit and push the code but now when I am trying to run my converted project in Java perspective, it throwing error..so how to run my project in eclipse now

  • @user-wo6yo9ub3o
    @user-wo6yo9ub3o Рік тому

    Hi Mukesh,
    Can you please share the link to clone repository. there no Github link in description

  • @ckrishnaduddela2703
    @ckrishnaduddela2703 5 років тому +2

    Thank you Mukesh

  • @VikashKumar-sg9uy
    @VikashKumar-sg9uy 3 роки тому +1

    superb video but i m having a confusion , is it a good practice to work on master ???? How to create branch in eclipse ?????

    • @Mukeshotwani
      @Mukeshotwani  3 роки тому

      When we are work within team then we use local master but final test in master branch.

  • @abraham2961
    @abraham2961 5 років тому +1

    Mukesh please complete your framework video in which you are creating custom library etc please complete soon

    • @Mukeshotwani
      @Mukeshotwani  5 років тому +1

      Hi Rehan, Let me complete the full flow of framework then I will also continue with library and test case creation

    • @abraham2961
      @abraham2961 5 років тому

      @@Mukeshotwani ok but please complete asap in need of your framework

  • @chetanpaliwal6021
    @chetanpaliwal6021 5 років тому +1

    Nice Video
    Hi Mukesh, Can I know difference bw git/github/gitlab? Thanks

  • @kdkvai
    @kdkvai 4 роки тому

    Hi Mukesh , For example 2 resources working on a same class but implementing 2 different method. User 1 completed method implementation and committed code to hub. But as soon as user -2 commit changes will that throw any error ? In this case how Github make changes to central rep.

  • @prabodhghosh662
    @prabodhghosh662 5 років тому +1

    Hi Mukesh, thanks for the videos. Are you planning to create video how to run the Regression Suite from Jenkins so that we do not have to run selenium test cases manually? This is very important and common question as most of the companies are moving to CI/CD.

    • @Mukeshotwani
      @Mukeshotwani  5 років тому

      Hi Prabodh, yes in coming session we are connecting git repo with Jenkins and we will execute our Selenium test via Jenkins.

    • @prabodhghosh662
      @prabodhghosh662 5 років тому

      @@Mukeshotwani Thanks again. Please consider adding the feature of sending email from Jenkins along with the test report so that it becomes end to end framework.

  • @Jesnish_Hans_R
    @Jesnish_Hans_R 4 роки тому +1

    Good explanation ...excellent..keep it up

    • @Mukeshotwani
      @Mukeshotwani  4 роки тому

      Thank you Dan 🙏

    • @Jesnish_Hans_R
      @Jesnish_Hans_R 4 роки тому +1

      @@Mukeshotwani please discuss on merge and more regular usage commands

    • @Mukeshotwani
      @Mukeshotwani  4 роки тому

      yes Dan for git I am preparing.

  • @Bullseye007
    @Bullseye007 10 місяців тому

    Can anyone share the previous session’s video name please ??

  • @iftekerahmed
    @iftekerahmed 4 роки тому

    hi ,
    Mukesh otwani thanks a lot. how to do branching if i want to create new branch and push all code to new branch then how to marge with master. can I do same with eclips ?

  • @karunakaranh5572
    @karunakaranh5572 5 років тому

    Amazing description Mukesh...
    How to get the code download to other system where push is not happened?

  • @DiptiJoshi2415rjdj
    @DiptiJoshi2415rjdj 5 років тому +1

    Hi Mukesh ,
    Hope you are great,
    Please could you upload a video on Continues integration in selenuim with tfs and also angular js and its structure is and how to write a custom xpath 🙏please .
    Thanks for uploading great videos which are helping to grow and rock in automation testing.

    • @Mukeshotwani
      @Mukeshotwani  5 років тому

      Sure @Deepti TFS I might take time but for Angular JS I will plan soon.

    • @DiptiJoshi2415rjdj
      @DiptiJoshi2415rjdj 5 років тому +1

      @@Mukeshotwani Thanks Mukesh will be a great help

    • @umangsharma7447
      @umangsharma7447 5 років тому

      Thanks you for your videos Mukesh !!

    • @rahulraghuwanshi20
      @rahulraghuwanshi20 5 років тому

      Yes I too want how to integrate with tfs

  • @shramanaroy7179
    @shramanaroy7179 4 роки тому

    Hi mukesh...I am not getting share project option in eclipse...can u tell me how to solve it?

  • @arunpondhe904
    @arunpondhe904 5 років тому +1

    Thank you, sir, very helpful video

  • @SachinPraveen
    @SachinPraveen 4 роки тому

    Hi Mukesh,
    Thank you for a wonderful sharing of knowledge. Please clarify, if we cannot push just a single file into GitHub. I have tried to push a whole project with the option share project, but how to upload just a single file into GitHub repository? Could you please post the steps for the same.

    • @shankarmedhi8074
      @shankarmedhi8074 4 роки тому

      just drag the single file to staging area and push..Hope it works

  • @KushalKumar-fn9vv
    @KushalKumar-fn9vv 2 роки тому

    Under Authentication...which user and password we need to give?

  • @conqrLife
    @conqrLife 5 років тому +1

    Very useful video. Thanks! :)

  • @svpradeep
    @svpradeep 5 років тому

    Very Helpful!Thanks much!

  • @gsraviteja565
    @gsraviteja565 5 років тому +1

    Sir can you please make videos on performance testing using jmeter

    • @Mukeshotwani
      @Mukeshotwani  5 років тому +1

      Sure Ravi I will make it soon.

  • @tonnyv2354
    @tonnyv2354 5 років тому +1

    Hi Mukesh ,Thanks for video . I have doubt , for new comer (having already GitHub account ) and eclipse is newly installed in his machine.please let me know how can he take complete Code/Framework from GitHub to his newly installed Eclipse

    • @9745754904
      @9745754904 5 років тому

      git pull repository url

    • @Mukeshotwani
      @Mukeshotwani  5 років тому

      Go to git perspective click on clone button enter url and proceed.
      I have showed the same in video as well

    • @tonnyv2354
      @tonnyv2354 5 років тому +1

      @@9745754904 Thanks Jino

    • @tonnyv2354
      @tonnyv2354 5 років тому +1

      @@Mukeshotwani Thanks Mukesh for your reply

    • @Mukeshotwani
      @Mukeshotwani  5 років тому

      Did it worked? Tonny

  • @saikiranpalugula802
    @saikiranpalugula802 4 роки тому +1

    Hi Mukesh, can you provide the Github url for this project so that I can clone. I followed till this video but unfortunately I deleted my entire project

    • @Mukeshotwani
      @Mukeshotwani  4 роки тому +1

      Here is the link github.com/MukeshOtwani/Framework

  • @shaiksameer2776
    @shaiksameer2776 5 років тому +1

    And also can we get the git option in mars edition of eclipse from open perspective. Currently I'm using oxygen2 version.!

  • @veerunani2168
    @veerunani2168 3 роки тому

    3233

  • @jagratsahoo6885
    @jagratsahoo6885 4 роки тому +1

    Thank You Mukesh