Hoodstars

Hoodstars Weblog Tags » softwaretestinginstitut

 Find:
  • Tools Available - 1

    from crestechbloge@xanga - 9/20/2008
    Tools Available - 1 IeUnit - IeUnit is an open-source simple framework to test logical behaviors of web pages, released under IBM's Common Public License. It helps users to create, organize and execute functional unit t...
  • The Goals of Bug Writing

    from crestechbloge@xanga - 9/20/2008
    The Goals of Bug Writing As with all other forms of writing, it‘s important to remember who your audience is. Usually, the bug will be written for developers and for other QA engineers. Know also that other departments...
  • Test Management System

    from crestechbloge@xanga - 9/20/2008
    Test Management System Test design and procedure development At the test design stage, testers will create a description of each test, document its scope and objective, and include any information that helps illustrat...
  • Bug Logging / Writing / Reporting

    from crestechbloge@xanga - 9/20/2008
    Bug Logging / Writing / Reporting The first aim of a bug report is to let the programmer see the failure with their own eyes. If you can't be with them to make it fail in front of them, give them detailed instructions ...
  • Automated Testing - Manual Vs Automation

    from crestechbloge@xanga - 9/20/2008
    Automated Testing - Manual Vs Automation If you‘re only going to run the test one or two times or the test is really expensive to automation, it is most likely a manual test. But then again, what good is saying ―use com...
  • Automated Testing

    from crestechbloge@xanga - 9/20/2008
    Automated Testing Test automation is used to replace or supplement traditional manual software testing with a suite of test programs. Benefits to QA Engineers include increased software quality, repeatable test procedur...
  • White Box Testing Techniques

    from crestechbloge@xanga - 9/19/2008
    White Box Testing Techniques 1. Basis Path Testing a. Flow Graph Notation b. Cyclomatic Complexity c. Deriving Test Cases d. Graph Matrices 2. Control Structure testing a. Conditions Testing b. Data Flow Testing c. Loop Testing ...
  • Usability Testing

    from crestechbloge@xanga - 9/19/2008
    Usability testing is a special form of testing that looks for bugs not in the functionality of the program, but in the layout and utility of the user interface. This step is often performed on a prototype before the actu...
  • Types of Black Box Testing

    from crestechbloge@xanga - 9/19/2008
    Acceptance Testing / User Acceptance Testing - UAT Formal tests (often performed by a customer) to determine whether or not a system has satisfied predetermined acceptance criteria. These tests are often used to enable t...
  • Testing Documents

    from crestechbloge@xanga - 9/19/2008
    a. User Requirements Specification - URS The User Requirements Specification is a document produced by, or on behalf of your organisation, which documents the purposes for which a system is required - its functional re...