What ResourcesDo You Use to Learn Testing Automation?

Home Forums Software Testing Discussions What ResourcesDo You Use to Learn Testing Automation?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #20311
    Nicola
    Member
    @nicolag

    Out of curiosity, do you have a preferred platform and/ or resources that you use to learn automation testing? 🙂 

    #20312
    Roman
    Participant
    @rpwheeler

    Automated checks (what is called “testing automation”) is vast area, one just can’t rely on any single resource or limited selection of them. I strongly advise to look for anything that helps instead of looking for selection of favorites.

    First, you need to learn algorithmic thinking, decomposing task in steps. That is almost general knowledge.
    Then you need to write those steps, and here you go into wilderness.

    • Unit tests: you definitely need to know programming language to write them (I had to learn a bit about Junit with Java,  XCUItests with Objective-C for iOS and a bit about unit tests with Python for my Python helper projects).
    • Coded tests: again, programming language and coding, maybe also some pattern-paradigms or frameworks (Python and Sikuli visual search / image recognition framework for my custom “monkey testing” implementation ; Selenim + Locators + Selenide for custom framework created in one company) .
    • Keyword-driven framework: you need to learn what libraries and code words available, how to work with them (like Robot Framework and Selenium 2 library for it, and some Python again on “a better level”).
    • Performance testing, done by special kind of scripts. Here goes a course from Udemy.
    • Custom framework: whatever it could be — coding, custom keywords, anything.

    With wilderness before you, you want to use anything that helps … and anything you can get for free or what your company is willing to pay for:  any website, any book, any tutorial, any examples from official help pages. There are a lot of free courses and resources, but why stick to one site? I take something here something there.

    • I took a some free courses on Coursera on HTML, CSS, Java, but this does not mean me or anyone should stick to it. The courses “upgraded” their status to paid, today I’d probably looked for some different.
    • I’ve read different books on Python
    • I googled out examples for Selenium (with both Python and Java) and Robot framework.
    • I think in 2012 there were no resources for Sikuli visual recognition / search framework other than its own documentation. Robot Framework also has quite good documentation for their libraries.
    • As I said, a course on Udemy for Jmeter

    Beware: any course, tutorial, article, post, example, book may be not good enough for you. My approach since school was “Stack of books” heuristic. You take stack of books on subject / problem (like mathematical problems). You open first and look if it applies to your problem, if it is written clear enough for you, if it maybe contains solved problems like yours. If it does not, you put that book away and take next from the stack. For more or less standard problems it should be somewhere. That worked for my mathematical problems in school, and it works for my IT / programming learning tasks.

    One more warning: automation pays off if done with skill, but it is not a playground, it is wilderness. You may be in need to solve problems and issues from the start, on installation / setup stage. So you better be prepared to go beyond any courses and tutorials, go, google and solve problems yourself.

    #21356
    Ken
    Participant
    @kenm

    Completely agree with Ramon,

    One thing to add, I’ve seen QAers who over emphasize on test automation without properly thinking out and defining a good complete actual test. I’ve had to adopt and maintain/rework automation that was incredibly poor value to start with and failing to catch defects etc.

     

    First piece of advice Id give would be to have a clear well defined picture of WHAT test you want to automate BEFORE you determine how to automate.

    I’ve always been a fan of learning from others skilled in the profession, pair programming, test script walkthroughs, demos and code reviews.

    Hope it helps

    [Typos edited by mod]

    #21362
    Sagar
    Participant
    @sagarleo1

    List of resources to learn Testing Automation

     

    • Selenium 2 WebDriver Basics with Java – Alan Richardson
    • Complete Selenium WebDriver with C# – Build A Framework
    • HP QTP/HP UFT Tutorials
    • Selenium WebDriver Framework – Ultimate QA
    • Automate The Planet Frameworks – Anton Angelov
    • SpecFlow BDD Automation
    • Golem Automated Testing Framework
    • Gauge – ThoughtWorks Test Automation

    [Formatted by mod]

    #24196
    UrbanPro
    Participant
    @ssamridhi336

    There are so many resources to learn Testing Automation

    Selenium WebDriver Framework – Ultimate QA

    Automate The Planet Frameworks – Anton Angelov

    SpecFlow BDD Automation

    Selenium 2 WebDriver Basics with Java – Alan Richardson

    [Commercial content removed by mod]

    #24610
    Jahnvi
    Participant
    @gosaijahnvi

    there are various resources to learn automation testing

    adventures with selenium

    udemy-selenium webdriver tutorial with java and cucumber BDD

    Appium-mobile automation testing from scratch

     

    ASP.Net Software Development

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.