Tuesday, November 29, 2016

Test Automation Introduction

As a career of software tester, we all need to know the basic understanding of software test automation. There are good numbers of tools (Selenium, Telerik Test Studio, Robotium, QTP, TestComplete) to do the automation and there are multiple language (Java, C-Sharp, Python, Ruby) support.

Here, I will go further with Selenium and the language is Java. Selenium is a software testing framework for web applications. There are multiple components (Selenium IDE, Selenium RC, Selenium WebDriver, Selenium Grid) of Selenium. First one, Selenium IDE which is implemented as a Firefox Add-On, and it allows recording, editing, and debugging tests. The work around of Selenium IDE is not vast. It is less maintained and is only compatible with Selenium RC, which is deprecated product right now.

Selenium WebDriver (Selenium 2.0) implemented as a successor of Selenium RC. It has browser-specific browser driver, which launch the browser, sends commands, and retrieves results from browser application. Selenium 2.0 is supported in Python, Ruby, Java, and C#. So, we can write code according to our familiar languages.

Happy Coding! :)

9 comments:

  1. The blog gave us idea about the test automation my sincere thanks for sharing this post and please continue to share this kind of post
    Software Testing Training in Chennai

    ReplyDelete
  2. really you had been shared very informative blog. it will be really helpful to many peoples. so keep on sharing such kind of an interesting blogs.
    software testing training in chennai

    ReplyDelete
  3. I wish I had your creative writing skills, progressive talent and self discipline to produce a blog like you did. Your blog really does deserve an honest compliment.
    Selenium Training in Chennai | Software Testing Training in Chennai

    ReplyDelete
  4. This support content blog is very beneficial, I was watching for explanation about views and landscape groups from quiet a long time
    Software Testing Training in Chennai | Software Testing Training Institute in Chennai

    ReplyDelete
  5. Good and interesting article. Thanks for sharing your information.. keep rocks and updating...

    Software Testing Training in chennai | Software Testing Training institute in chennai

    ReplyDelete
  6. great article... This is very impotent information for us. I like your blog and information. I have read it. You know more about this please visit again.


    Software Testing Training in Bangalore


    Software Testing Training in BTM Layout


    Software Testing Training in Marathahalli


    ReplyDelete
  7. It is really a great work and the way in which you are sharing the knowledge is excellent.Thanks for your informative article

    Software Testing Training in Marathahalli|

    Software Testing Training in Bangalore|

    ReplyDelete
  8. Thanks for one marvelous posting! I enjoyed reading it; you are a great author. I will make sure to bookmark your blog and may come back someday. I want to encourage that you continue your great posts, have a nice weekend!

    java Training in Bangalore

    ReplyDelete

What’s the Max Number of Users You Can Test on JMeter?

Actually doesn’t have an exact answer - what’s the maximum number of users you can test on. Limits usually depend on many factors, and the...