logo.gif

Click here to join OneStopTesting Group
Click to join OneStopTesting Group
German | French | Portugese | Italian
Saturday, July 05, 2008          Home| Forum| Contact Us| Testimonials| Sitemap| Employee Referrals| News| Articles| Feedback| Enquiry| Advertising



 
Software Testing
 
  • Testing Forum
  • Introduction
  • Testing Start Process
  • Testing Stop Process
  • Testing Strategy
  • Risk Analysis
  • Software Listings
  • Test Metrics
  • Release Life Cycle
  • Interoperability Testing
  • Extreme Programming
  • Cyclomatic Complexity
  • Equivalence Partitioning
  • Error Guessing
  • Boundary Value Analysis
  • Traceability Matrix
  •  
    SDLC Models
     
  • Introduction
  • Waterfall Model
  • Iterative Model
  • V-Model
  • Spiral Model
  • Big Bang Model
  • RAD Model
  • Prototyping Model
  •  
    Code Coverage
     
  • Introduction
  • Measures
  • Working
  • Statement Coverage
  • Branch Coverage
  • Path Coverage
  • Coverage criteria
  • Code coverage in practice
  • Tools
  • Features
  •  
    Software Testing Types
     
  • Static Testing
  • Dynamic Testing
  • Blackbox Testing
  • Whitebox Testing
  • Unit Testing
  • Requirements Testing
  • Regression Testing
  • Error Handling Testing
  • Manual support Testing
  • Intersystem Testing
  • Control Testing
  • Parallel Testing
  • Volume Testing
  • Stress Testing
  • Performance Testing
  • Agile Testing
  • Localization Testing
  • Globalization Testing
  • Internationalization Testing
  •  
    Deliverables
     
  • Introduction
  • Designing Test Cases
  • Developing Test Cases
  • Writing Test Cases
  • Test Case Templates
  • Purpose
  • What Is a Good Test Case?
  • Test Specifications
  • UML
  • Scenario Testing
  • Test Script
  • Test Summary Report
  • Test Data
  • Defect Tracking
  •  
    Test Plan
     
  • Introduction
  • Test Plan Development
  • Test Plan Template
  • Regional Differences
  • Criticism
  • Hardware Development
  • IEEE 829-1998
  • Testing Without a TestPlan
  •  
    Quality Management
     
  • Introduction
  • Components
  • Capability Maturity Model
  • CMMI
  • Six Sigma
  •  
    Project Management
     
  • Introduction
  • PM Activities
  • Project Control Variables
  • PM Methodology
  • PM Phases
  • PM Templates
  • Agile PM
  •  
    Automated Testing Tools
     
  • Quick Test Professional
  • WinRunner
  • LoadRunner
  • Test Director
  • Silk Test
  • Test Partner
  • Rational Robot
  •  
    Languages
     
  • Perl Testing
  • Python Testing
  • JUnit Testing
  • Unix Shell Scripting
  •  
    Automation Framework
     
  • Introduction
  • Keyword-driven Testing
  • Data-driven Testing
  •  
    Configuration Management
     
  • History
  • What is CM?
  • Meaning of CM
  • Graphically Representation
  • Traditional CM
  • CM Activities
  • Tools
  •  
    Articles
     
  • What Is Software Testing?
  • Effective Defect Reports
  • Software Security
  • Tracking Defects
  • Bug Report
  • Web Testing
  • Exploratory Testing
  • Good Test Case
  • Write a Test
  • Code Coverage
  • WinRunner vs. QuickTest
  • Web Testing Tools
  • Automated Testing
  • Testing Estimation Process
  • Quality Assurance
  • The Interview Guide
  • Upgrade Path Testing
  • Priority and Severity of Bug
  • Three Questions About Bug
  •  
    Interview Questions
     
  • WinRunner
  • LoadRunner
  • SilkTest
  • TestDirector
  • General Testing Questions
  •  
    Resources
     
  • Testing Forum
  • Downloads
  • E-Books
  • Testing Jobs
  • Testing Interview Questions
  • Testing Tools Questions
  • A-Z Knowledge
  •    
     

    A-Z Knowledge


    Want free Oracle Magazine? Apply here now!
    A D V E R T I S E M E N T


    Click here to join Vyom-Jobs Click to join OneStopTesting Group
    A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

    Item Description
    ROI The return on investment (ROI) is usually computed as the benefits derived divided by the investments made.
    If we are starting a fresh project, we might compute the value of testing and divide by the cost of the testing to compute the return.
    Random testing A black box test design technique where test cases are selected, possibly using a pseudo-random generation algorithm, to match an operational profile.
    This technique can be used for testing non-functional attributes such as reliability and performance.
    Re-testing Testing that runs test cases that failed the last time they were run, in order to verify the success of corrective actions.
    Recoverability The capability of the software product to re-establish a specified level of performance and recover the data directly affected in case of failure.
    Regression testing Testing of a previously tested program following modification to ensure that defects have not been introduced or uncovered in unchanged areas of the software, as a result of the changes made.
    It is performed when the software or its environment is changed.
    Relational operator Conditions such as is equal to or is less than that link an attribute name with an attribute value in a rule's premise to form logical expressions that can be evaluated as true or false.
    Release note A document identifying test items, their configuration, current status and other delivery information delivered by development to testing, and possibly other stakeholders, at the start of a test execution phase.
    Reliability Is the probability that software will not cause the failure of a system for a specified time under specified conditions
    Repeatability An attribute of a test indicating whether the same results are produced each time the test is executed.
    Replaceability The capability of the software product to be used in place of another specified software product for the same purpose in the same environment.
    Requirements The degree to which a requirement is stated in terms that permit establishment of test designs (and subsequently test cases) and execution of tests to determine whether the requirements have been met.
    Requirements-based testing An approach to testing in which test cases are designed based on test objectives and test conditions derived from requirements.
    e.g. tests that exercise specific functions or probe non-functional attributes such as reliability or usability.
    Resource utilization The capability of the software product to use appropriate amounts and types of resources.
    For example the amounts of main and secondary memory used by the program and the sizes of required temporary or overflow files, when the software performs its function under stated conditions.
    Result The consequence/outcome of the execution of a test. It includes outputs to screens, changes to data, reports, and communication messages sent out.
    Resumption criteria The testing activities that must be repeated when testing is re-started after a suspension.
    Review A detailed check of the test basis to determine whether the test basis is at an adequate quality level to act as an input document for the test process.
    Reviewer The person involved in the review who shall identify and describe anomalies in the product or project under review. Reviewers can be chosen to represent different viewpoints and roles in the review process.
    Risk A factor that could result in future negative consequences; usually expressed as impact and likelihood.
    Risk management Systematic application of procedures and practices to the tasks of identifying, analyzing, prioritizing, and controlling risk.
    See The Risk Management Guide.
    Robustness The degree to which a component or system can function correctly in the presence of invalid inputs or stressful environmental conditions.
    Roll in roll out (RIRO) Used on some systems to describe swapping.
    Root cause An underlying factor that caused a non-conformance and possibly should be permanently eliminated through process improvement.
    Rule A statement of the form: if X then Y else Z. The if part is the rule premise, and the then part is the consequent. The else component of the consequent is optional.
    The rule fires when the if part is determined to be true or false.
    Rule Base The encoded knowledge for an expert system. In a rule-based expert system, a knowledge base typically incorporates definitions of attributes and rules along with control information.


    discussionDiscussion Center
    Discuss
    Discuss

    Query

    Feedback
    Yahoo Groups
    Y! Group
    Sirfdosti Groups
    Sirfdosti
    Contact Us
    Contact
    Recommended Resources
    • Testing Interview Questions - http://www.coolinterview.com/type.asp
    • Testing Tools Interview Questions - http://www.coolinterview.com/type.asp
    • What is Software Testing?- http://en.wikipedia.org/wiki/Software_testing
    • Software QA & Testing Resource Center- http://www.softwareqatest.com/
    • Testing Faqs- http://www.testingfaqs.org/

    Get Free Software Testing eBook when you join One Stop Testing!
     

     

     

       

    Members Login


    EmailId:    
    Password:


      Forgot Password?
      New User? Register!
       
       
    A D V E R T I S E M E N T

       
       
    Testing Resources

  • Testing Training Institutes
  • Testing Frequently Asked Questions
  • Testing Books
  • Testing Interview Questions
  • Testing Jobs
  • Testing Companies
  • Testing Job Consultants
  •    


    Vyom Network : Free SMS, GRE, GMAT, MBA | Online Exams | Freshers Jobs | Software Downloads | Programming & Source Codes | Free eBooks | Job Interview Questions | Free Tutorials | Jokes, Songs, Fun | Free Classifieds | Free Recipes | Bangalore Info | GATE Preparation | MBA Preparation | SAP Info
    Sitemap | Sitemap (XML)

    The site is maintained by Vyom Technosoft Pvt. Ltd.
    Job Interview Questions | Placement Papers | SMS Jokes | C++ Interview Questions | C Interview Questions