Hoodstars

Hoodstars Weblog Tags » softwaretraininginstitu

 Find:
  • The Goals of Bug Writing

    from crestech@xanga - 12/29/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 - test design and procedure development

    from crestech@xanga - 12/29/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 crestech@xanga - 12/29/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 crestech@xanga - 12/29/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...
  • Control Structure testing

    from crestech@xanga - 12/17/2008
    a. Conditions Testing Condition testing aims to exercise all logical conditions in a program module. Errors in expressions can be due to: 1. Boolean operator error 2. Boolean variable error 3. Boolean parenthesis error ...
  • Bug

    from crestech@xanga - 12/17/2008
    Bug A programming error that causes a program to work poorly, produce incorrect results, or crash. (As an interesting aside, the term "bug" was coined when a real insect damaged one of the circuits of the first electro...
  • Tools Available - 5

    from crestechbloge@xanga - 9/20/2008
    Tools Available - 5 eValid - Web test tool from Software Research, Inc that uses a 'Test Enabled Web Browser' test engine that provides browser-based client side quality checking, dynamic testing, content validation, pa...
  • Tools Available - 4

    from crestechbloge@xanga - 9/20/2008
    Tools Available - 4 HTTP-WebTest - A Perl module which runs tests on remote URLs or local Web files containing Perl/JSP/HTML/JavaScript/etc., and generates a detailed test report. This module can be used "as-is" or its ...
  • Tools Available - 3

    from crestechbloge@xanga - 9/20/2008
    Tools Available - 3 TestAgent - Capture/playback tool for user acceptance testing from Strenuus, LLC. Key features besides capture/playback include automatically detecting and capturing standard and custom content error...
  • Tools Available - 2

    from crestechbloge@xanga - 9/20/2008
    Tools Available - 2 WebInject - Open source tool in PERL for automated testing of web applications and services. Can be used to unit test any individual component with an HTTP interface (JSP, ASP, CGI, PHP, servlets, HT...