29 Oct 2013

Group Session 3: Manual testing tools for web applications

Even when you test something manually you might get some help from tools. And now we are not talking about test management tools or similar. Scope also pure note-taking tools out. We are talking about browser add ons, small utility programs, services available in Internet. Be creative, pick your favourites and bring your knowledge into the session:

  • open a browser, hit a web page and start browsing
  • try to think about areas where a tool might help you if you would have to tell someone what is working and what not while your browsing
  • if you have trouble in finding any, ask for help
  • pick some of the tools and learn to use them
  • demonstrate them in the session (you can for example demo 3-5 in detail and only list the rest of your findings)
  • bring two laptops with your selection of tools installed

1 comment:

  1. Test tools for manual testing

    Analyze:
    - Firefox Firebug / Chrome DevTools / Web Developer toolbar ( lots of useful tools. resolution switcher, page validation, .. )
    https://addons.mozilla.org/fi/firefox/addon/web-developer/
    https://chrome.google.com/webstore/detail/web-developer/bfbameneiokkgbdmiekhjnmfkcnldhhm

    - YSlow

    - Wappalyzer
    https://addons.mozilla.org/en-us/firefox/addon/wappalyzer/?src=collection&collection_id=6fa2752d-f181-3d1d-bccf-508f5ff7c939

    - PageSpeed Insights
    https://chrome.google.com/webstore/detail/pagespeed-insights-by-goo/gplegfbjlmmehdoakndmohflojccocli

    - SEO & Website Analysis (SEO analyze and more)
    https://chrome.google.com/webstore/detail/seo-website-analysis/hlngmmdolgbdnnimbmblfhhndibdipaf

    Reporting:
    - Webpage Screenshot in Firefox (demotaan)
    https://addons.mozilla.org/en-us/firefox/addon/fireshot/?src=collection&collection_id=6fa2752d-f181-3d1d-bccf-508f5ff7c939

    http://www.screencast-o-matic.com/

    Helper tools:


    - http://jigsaw.w3.org/css-validator/
    - Selenium IDE (helper tool for example to create test data)
    http://www.seleniumhq.org/projects/ide/

    - User agent switcher
    (https://addons.mozilla.org/en-us/firefox/addon/user-agent-switcher/?src=collection&collection_id=6fa2752d-f181-3d1d-bccf-508f5ff7c939)

    - Tamper Data
    https://addons.mozilla.org/fi/firefox/addon/tamper-data/

    - View Dependencies ( view page dependencies )
    https://addons.mozilla.org/fi/firefox/addon/view-dependencies/
    - Quick Restart
    https://addons.mozilla.org/en-US/firefox/addon/quickrestart/
    - Firesizer ( resolution changer)
    https://addons.mozilla.org/fi/firefox/addon/firesizer/

    - IE Tab ( check how page looks in IE using Firefox or Chrome )
    https://addons.mozilla.org/en-US/firefox/addon/ie-tab/
    https://chrome.google.com/webstore/detail/ie-tab/hehijbfgiekmjfkfjpbkbammjbdenadd
    - Cache Killer (Chrome)
    https://chrome.google.com/webstore/detail/cache-killer/jpfbieopdmepaolggioebjmedmclkbap?hl=en
    - Cookie Editors

    - Mobile/RWD Tester (Testing web pages on mobile devices)
    https://chrome.google.com/webstore/detail/mobilerwd-tester/elmekokodcohlommfikpmojheggnbelo

    - iMacros for Chrome (Creating macros for automating typing, clicks etc.)
    https://chrome.google.com/webstore/detail/imacros-for-chrome/cplklnmnlbnpmjogncfgfijoopmnlemp

    - Form Filler (Filling all forms on a page with dummy text)
    https://chrome.google.com/webstore/detail/form-filler/bnjjngeaknajbdcgpfkgnonkmififhfo

    - Awesome Screenshot: Capture & Annotate (Screenshot tool for Chrome)
    https://chrome.google.com/webstore/detail/awesome-screenshot-captur/alelhddbbhepgpmgidjdcjakblofbmce

    - MultiSwitch (Switch between different hosts (ttest, development etc.) with one click
    https://chrome.google.com/webstore/detail/multiswitch/dbiakbiifcdomaapbogfmdolieadfolp


    Performance tools:
    WAPT (http://www.loadtestingtool.com/download.shtml)



    Links to tool listings (some may be outdated)
    http://www.testinggeek.com/twenty-essential-firefox-addons-for-testing
    http://sixrevisions.com/tools/chrome-extensions-developers-designers/
    http://resources.infosecinstitute.com/19-extensions-to-turn-google-chrome-into-penetration-testing-tool/
    http://performance-testing.org/
    http://www.useragentstring.com/pages/useragentstring.php
    http://whatsmyuseragent.com/

    ReplyDelete