Selenium WebDriver

Selenium WebDriver Is open source software testing tool which supports many different browsers. It Is also supporting many different software programming languages like Python, Ruby, C#, Java, PHP and Perl so that you can create your test cases using your preferred language. Current days, Most popular language Is Java to prepare your software application automation test cases with selenium webdriver.
selenium webdriver tutorial

I have written different posts on many different topics for selenium webdriver with java. Bellow given links will take you to webdriver tutorials links pages. I tried to describe each and every point on selenium webdriver with detailed description. Start learning selenium webdriver from Part 1. These tutorials will prepare you to face any Interview, Prepare you to create test cases for your software web applications, Prepare you to create your own framework and takes you to advanced level In selenium very easily. Start your selenium webdriver learning journey now to learn software automation testing and be master In selenium webdriver within few months.

Selenium WebDriver

  • 3300+ Students has enrolled this video tutorials.
  • 300+ Students gives 5 Star reviews to this tutorials. 
  • 50+ Students gives 4 Star reviews to this tutorials.
  • LIFE TIME Access.
  • Over 183 lectures and 30 hours of content!

Appium


52 comments:

  1. Mr Aravind,


    Your blog is very haelpful to me man ...cant say enough thanks to u..would like to have some suggestions from u

    please drop ur email adress

    Swathi

    ReplyDelete
  2. thanks man,,,ur tutorials helps a lot....thank u so much....

    ReplyDelete
  3. how to use encrypt password in selenium web driver

    Regards
    Giridhar

    ReplyDelete
  4. Hi please post Keyword driven and Hybrid framework with examples and screenshots. I need your help>
    Thanks
    krishna

    ReplyDelete
  5. Very Helpful ....Thanks for your Valuabel information..

    ReplyDelete
  6. This comment has been removed by the author.

    ReplyDelete
  7. We will always be thankful to you for all the hard work and efforts you have put in, for educating us.

    ReplyDelete
  8. Your blog is so comprehensive...Almost everything at one place...You have that real PASSION...! Thanks a ton..!!!

    ReplyDelete
  9. The best!!!!!!! keep up the great blog !!!!!

    ReplyDelete
  10. please specify the code , how to click on chosen container first? and how to click on li element.
    my code is


    div id="category_chosen" class="chosen-container chosen-container-single" style="width: 228px;" title=""
    a class="chosen-single chosen-default" tabindex="-1"
    span Select an Option span
    div
    bb
    /div
    a
    div class="chosen-drop"
    div class="chosen-search"
    input type="text" autocomplete="off"
    div
    ul class="chosen-results"
    li class="active-result" style="" data-option-array-index="1"Europe/li
    li class="active-result" style="" data-option-array-index="2"Mahindra Europe S.R.L.li
    li class="active-result" style="" data-option-array-index="3"Mahindra Heavy Engines Pvt.\

    i have removed tag signs<>

    ReplyDelete
  11. Thanks for your valuable information.We are also providing SELENIUM online training.

    ReplyDelete
  12. Very Nice...Contains A to Z concepts...Thanks a lot..

    ReplyDelete
  13. Arvind
    Best blog on selenium webdriver.The interview questions and answers and supportive material to them are really enlightening to us.You effort to help QA people is estimable.Keep posting updates.

    ReplyDelete
  14. Hi Aravind,
    This is best blog ever on selenium webdriver material.Your interview questions on this topic is really enlightening.
    You effort to help QA people like us is estimable.

    Thanks a lot.Keep posting the updates

    ReplyDelete
  15. Hi Sir,
    I am selenium beginner. This blog is really helpful to me. Thank you so much Sir.

    ReplyDelete
  16. Hi,
    Like Data Driven Framework, Can you help us in Page Object Model or Hybrid Framework as these are most popularly used these days.

    ReplyDelete
  17. Hi mates,

    1) I am able to execute selenium class file when Run as TestNG but not able to execute the same class file in XML when placed in XML and Run as XML
    2) I am able to execute the class file mostly when I keep Thread.Sleep where people say as a bad way to do and not able to execute when I place Implicit wait in place of Thread.Sleep
    please help me regarding above problems.
    Thanks in Advance

    ReplyDelete
  18. what is diffrence between single slaash(/) or double slash(//)?some body explain me with example

    ReplyDelete
  19. Please I need help on how to work with calendar and time

    ReplyDelete
  20. Would be great if you could make another tutorial with WebDriver parallel execution.

    Thanks

    ReplyDelete
  21. Hi Sir,

    When i run java selenium script in Windows 10, m getting below error. please help on this

    org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:
    in app-profile
    1455385406385 addons.xpi DEBUG getModTime: Recursive scan of {82AF8DCA-6DE9-405D-BD5E-43525BDAD38A}
    1455385406386 addons.xpi DEBUG Existing add-on {82AF8DCA-6DE9-405D-BD5E-43525BDAD38A} in app-global
    1455385406386 addons.xpi DEBUG getModTime: Recursive scan of {972ce4c6-7e08-4474-a285-3208198ce6fd}
    1455385406387 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global
    1455385406387 addons.xpi DEBUG Existing add-on fassoxpcom@sensiblevision.com in winreg-app-global
    1455385406387 addons.xpi DEBUG Existing add-on {4ED1F68A-5463-4931-9384-8FFF5ED91D92} in winreg-app-global
    1455385406388 addons.xpi DEBUG getInstallState changed: false, state: {"app-

    this is not complete error. bcz of limitation characters i paste here only some part of error

    ReplyDelete
  22. Hi,
    could you please provide a tutorial for REST API automation testing
    Thanks

    ReplyDelete
  23. This is awesome. Thanks a lot.

    ReplyDelete
  24. We should be really thankful for this very informative things on Selenium. I really appreciate you for this valuable thing.

    ReplyDelete
  25. we should appreciate you hard-work comprising all concepts in single window page.
    Thank so much aravind, your blog helps lot lot lot...

    ReplyDelete
  26. The best Selenium blogs ever. :) Appreciate your work. You are truly passionate about it. Thanks for inspiring us :)

    ReplyDelete
  27. How to do API automation in selenium web driver? Please guide me.

    ReplyDelete
  28. This comment has been removed by the author.

    ReplyDelete
  29. Hi Arvind,
    Your blog is very good. Thanks a lot.

    ReplyDelete
  30. Hi Arvind,
    Your blog is very good. Thanks a lot.

    ReplyDelete
  31. Hi sir,

    I have got an issue in selenium.

    Driver commands are not executing in TestNg and after method.Though i have installed TestNg and testNG is add externally thourgh the configure build path.

    Initially troughs an error null exception but i try with try catch block

    No error shown in console but driver commands are not executed

    ReplyDelete
  32. Hi,

    Can you please help us give explanation about following topics with examples
    - statement coverage
    - branch coverage
    - decision coverage

    I faced this question in many interviews
    Please help
    Thanks in advance

    ReplyDelete
  33. Hi.
    Can you pls. upload an example where the code is not having any error but will find so in the test case?

    ReplyDelete
  34. hi
    learning beauty course of a selenium

    ReplyDelete
  35. Hi there,
    I have been trying to find an answer "why import segment is not showing when I am writing any code"? like if i write "webDriver driver = new FirefoxDriver();" and for this error the import is not showing in the fix list which is so weird.
    Please guide me in this. I am clueless .

    Thanks
    Paramita

    ReplyDelete
  36. Hi Admin,

    The posts are very useful. It would be appreciated if you Could add courses for Infostretch framework.

    ReplyDelete
  37. Thanks for the Useful resourse Information. i am greatful seleium

    ReplyDelete
  38. That's Imperative and helpful! Keep sharing such easy to learn tutorial as they somewhere not only help beginners, experts can also get beneficial from them, at some points where they get stuck in resolving out some critical issues.

    ReplyDelete
  39. Hi,

    Thank you for sharing SELENIUM post.It’s very attractive and impressive.I like it your blog……

    Thank you
    priya

    ReplyDelete
  40. Hi, I am starting learning Tutorials and came across your website. I found it very useful but they are posted from 2015. Are they relevant now especially in selenium 4 ? Kindly guide. What change is needed. Thanks

    ReplyDelete
  41. Hi,
    I am new learner in Selenium and came across your website for practice. I found is very useful but they are posted in 2015. Are they relevant today ? especially in Selenium 4 version. Kindly guide what needs to be change. Thanks.

    ReplyDelete