Teste de Software

  • Software Testing Fundamentals
    The basics of software testing for amateurs, professionals, novices, and experts. Basics, Levels, Methods, Types, Artifacts, Defects, Metrics, Career, Resources.
  • Wikipedia: Software testing
    From Wikipedia, the free encyclopedia.
  • Verbete: Teste de software [Em Português]
    Origem: Wikipédia, a enciclopédia livre.
  • Sem Bugs - Teste e Qualidade de Software [Em português]
    Blog por Elias Nogueira - engenheiro de testes, programador Java e Java.net Global Education and Learning Community Assistant.
  • Teste de Software [Em português]
    Blog por Fernando Fernandez Palma.
  • ISTQB Exam Certification
    ISTQB Certification Exam Study Material. The site author is an ISTQB certified tester, who had to refer to content from various books, websites etc to understand some of the concepts and prepare for the exam. This site is a one stop study guide for anyone preparing for ISTQB certification exam or the ASTQB certification exam. All areas of the certification have been covered and explained in detail. Note: This website is NOT the official website of ISTQB nor affiliated with ISTQB.
  • Software QA and Testing Resource Center
    By Rick Hower. FAQ 1, FAQ 2, LFAQ, Resources, Tools, Web Tools, Jobs, Bookstore.
  • Software Testing Help
    By Vijay Shinde.
  • Software Testing Dictionary
    By TutorialsPoint.

Certificações em Teste e Garantia da Qualidade de Software

NívelInstituiçãoCertificação
FundamentalISTQB (BSTQB)CTFL
QAICAST e CASQ
ALATSCBTS
IBTQSATC-NF
IISTCSTP-A
SofTestCST
Avançado /
Profissional
ISTQB (BSTQB)CTAL -TTA e -TA
QAICSTE e CSQA
IBTQSATC-NA
IISTCSTP-P e CASTP-P
SofTestCSTA
EXIN TMap NEXTTMPTE
EspecialistaISTQB (BSTQB)CTEL -ST e -TA
IBTQSATC-NE
IISTCSTP-M, CASTP-M e CSTAS
GerencialISTQB (BSTQB)CTAL-TM CTEL-TM
QAICMST e CMSQ
IISTCTM e CSQM
EXIN TMap NEXTTMPTM

Testes Estruturais - Ferramentas de Teste Unitário e de Integração

  • JUnit
    JUnit is a simple framework to write repeatable tests in/for Java. It is an instance of the xUnit architecture for unit testing frameworks.
    • JUnit.org
      The site is dedicated to software developers using JUnit or one of the other XUnit testing frameworks.
    • JUnit Primer
      Artigo por Mike Clark, Clarkware Consulting, 2000-10-07. Este artigo demonstra como escrever e executar casos de teste simples e conjuntos de teste usando o framework para testes JUnit.
  • JUnitPerf
    JUnitPerf is a collection of JUnit test decorators used to measure the performance and scalability of functionality contained within existing JUnit tests. Por Mike Clark, Clarkware Consulting.
  • TestNG
    TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use.
  • JSFUnit
    JSFUnit is a test framework for JSF applications, by JBoss. It is designed to allow complete integration testing and unit testing of JSF applications using a simplified API. JSFUnit tests run inside the container, which provides the developer full access to managed beans, the FacesContext, EL Expressions, and the internal JSF component tree. At the same time, you also have access to parsed HTML output of each client request.
  • NUnit
    NUnit é um framework de teste unitário para todas as linguagens .Net.
  • PHPUnit
    Framework de teste unitário para PHP.
  • unittest - Unit testing framework
    Unit test framework for Python. Documentação disponível para várias versões.
  • MiniTest
    minitest/{unit,spec,mock,benchmark}: Minimal (mostly drop-in) replacement for test-unit. minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking for Ruby. minitest/unit is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable.
  • Test::Unit
    Test::Unit is an implementation of the xUnit testing framework for Ruby. Se você está escrevendo novo código de teste, use MiniTest ao invés de Test::Unit. Test::Unit foi mantido na biblioteca padrão por compatibilidade retroativa, para suportar suites de teste legados.
  • DUnit
    An Xtreme testing framework for Borland/Embarcadero Delphi programs.
  • Embarcadero Delphi XE7 - Testing Applications
    DUnit Overview, Unit Testing Overview, Developing Tests. RAD Studio integra um framework open-source de testes, DUnit, para desenvolvimento e execução de casos de teste automatizados em suas aplicações.
    Outras versões de RAD Studio (Delphi and C++Builder) disponíveis em Embarcadero Technologies Product Documentation.
    Veja também Delphi Unit Testing, vídeo por Michael Findling com Mike Rozlog, em EDN.

Testes de Aceitação - Ferramentas de Teste Funcional de Cliente

  • Selenium
    Selenium is a test tool for web applications. Selenium tests run directly in a browser, just as real users do. And they run in Internet Explorer, Mozilla and Firefox on Windows, Linux, and Macintosh. Originalmente por OpenQA.
    Veja em especial Selenium WebDriver.
  • Watir - Web Application Testing in Ruby
  • HttpUnit
    J2EE functional testing framework.
  • HtmlUnit
    HtmlUnit is a "browser for Java programs". It models the HTML documents and provides an API that allows you to invoke pages, fill forms, click links, etc. just like you do in your "normal" browser.
    HtmlUnit is used as the underlying "browser" by the Open Source testing tools Canoo WebTest and JWebUnit.
  • Canoo WebTest
    Canoo WebTest is a free Open Source tool for automated testing of web applications in a very effective way.
  • JWebUnit
    JWebUnit is a Java framework that facilitates creation of acceptance tests for web applications.

Ferramentas de Testes de Carga

  • Apache JMeter
    Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. Por Apache Jakarta Project.