OneStopTesting - Quality Testing Jobs, eBooks, Articles, FAQs, Training Institutes, Testing Software, Testing downloads, testing news, testing tools, learn testing, manual testing, automated testing, load runner, winrunner, test director, silk test, STLC

Forum| Contact Us| Testimonials| Sitemap| Employee Referrals| News| Articles| Feedback| Enquiry
 
Testing Resources
 
  • Testing Articles
  • Testing Books
  • Testing Certification
  • Testing FAQs
  • Testing Downloads
  • Testing Interview Questions
  • Career In Software Testing
  • Testing Jobs
  • Testing Job Consultants
  • Testing News
  • Testing Training Institutes
  •  
    Fundamentals
     
  • 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
  •  
    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
  •  
    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
  •  
    Test Plan
     
  • Introduction
  • Test Plan Development
  • Test Plan Template
  • Regional Differences
  • Criticism
  • Hardware Development
  • IEEE 829-1998
  • Testing Without a TestPlan
  •  
    Code Coverage
     
  • Introduction
  • Measures
  • Working
  • Statement Coverage
  • Branch Coverage
  • Path Coverage
  • Coverage criteria
  • Code coverage in practice
  • Tools
  • Features
  •  
    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
  •  
    Performance Testing Tools
     
  • Apache JMeter
  • Rational Performance Tester
  • LoadRunner
  • NeoLoad
  • WAPT
  • WebLOAD
  • Loadster
  • OpenSTA
  • LoadUI
  • Appvance
  • Loadstorm
  • LoadImpact
  • QEngine
  • Httperf
  • CloudTest
  •  
    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
  •    
     
    Home » Testing Articles » Manual Testing Articles » Making Your Testing Technologies Work for You

    Making Your Testing Technologies Work for You

    A D V E R T I S E M E N T


    Testing technologies are tools that support and automate the best practices (unit testing, coding standard compliance, integration testing, load testing, functional testing, security penetration testing and static analysis, and so on) that your team has decided to implement. The nature of the technology depends on what practices you need to automate and the nature of the code you need to test (Java, C++, Web, etc.). Every testing technology should automate the related practice as much as possible. The developer should perform only tasks that are impossible to automate.

    To get the most out of your testing technologies, apply the following policies, which are designed to ensure that all team members can perform each practice correctly, efficiently, and uniformly.

    Have at least one technology that automates and supports each practice you plan to implement

    Though highly respected, best practices, such as unit testing and coding standard compliance, are commonly neglected. The main reason: insufficient resources. Rapidly changing market and business demands are driving development teams to constantly update applications to add more functionality, and these updates are expected at faster and faster rates. At the same time, financial concerns are forcing them to do more with less. Consequently, development organizations need to overextend themselves to deliver the required code on deadline, and no additional resources are available for performing best practices that are not required.

    Automation makes it possible and practical to apply industry best practices in the increasingly aggressive development schedules that software development organizations face. Without automation, most practices are simply too time-consuming, difficult, and tedious to perform as thoroughly and frequently as is necessary. When best practices are automated, organizations can ensure that they are performed thoroughly and precisely, with minimal disruption to existing processes and projects. As a result, best practices can become a practical, enduring part of a team's development process rather than an idea that is appreciated in principle, but never truly embraced and implemented.

    Have a mechanism to standardize test settings across the team and share applicable files

    To reap the full benefits from these practices, the entire team must perform them consistently and uniformly. Inconsistently applying software development standards and best practices across a software project is like wiring a new building's electrical system with multiple voltages and incompatible outlets. In both cases, different components will interact to form a single system. Consequently, any hazards, problems, or even quirks introduced as a result of inconsistent application can make the entire system unsafe, unreliable, or difficult to maintain and upgrade.

    For instance, if the team decides to enforce coding standards, the entire development team must check the designated set of rules consistently. Consistency is required because even a slight variation in tool settings among team members could allow non-compliant code to enter the team's shared code base. If the team has carefully selected a set of meaningful development rules to comply with, just one overlooked rule violation could cause serious problems.

    To ensure the necessary uniformity, the architect defines the settings for each testing technology that the team decides to use, then all instances of the testing technology � from the versions installed on developer workstations to the version that runs batch mode tests of the team's shared code base � must use those same settings. This standardization and related file sharing should be managed automatically so team members do not need to constantly download and update setting files each time that the architect needs to modify the standard settings.

    Each technology must operate in three different contexts: It must run in interactive mode on the developer desktop, run in batch mode on a server machine, and automate file and settings sharing to ensure that the entire team is performing the required practices in a uniform, standardized manner

    First, the technology must help developers apply the given practice as they are working on code on their workstations. Ideally, it should be fully integrated into the developers' IDE so that the practice can be performed as quickly and unobtrusively as possible.

    Second, the technology must be capable of operating in batch mode to apply the practice to all code available in the source control system. This batch-mode processing is required to conduct the automated verification, which occurs during the automated build process.

    Finally, the technology must ensure that all team members are applying the practice in a standardized manner. If a practice is required for a team, each and every team member must implement that practice in the manner the architect prescribed. If different developers are performing the practice using different settings, under different assumptions, and so on, then that practice is not being correctly implemented.



    More Manual Testing Articles



    discussionDiscussion Center
    Discuss
    Discuss

    Query

    Feedback
    Yahoo Groups
    Y! Group
    Sirfdosti Groups
    Sirfdosti
    Contact Us
    Contact

    Looking for Software Testing eBooks and Interview Questions? Join now and get it FREE!
     
    A D V E R T I S E M E N T
       
       

    Members Login


    Email ID:
    Password:


    Forgot Password
    New User
       
       
    Testing Interview Questions
  • General Testing
  • Automation Testing
  • Manual Testing
  • Software Development Life Cycle
  • Software Testing Life Cycle
  • Testing Models
  • Automated Testing Tools
  • Silk Test
  • Win Runner
  •    
       
    Testing Highlights

  • Software Testing Ebooks
  • Testing Jobs
  • Testing Frequently Asked Questions
  • Testing News
  • Testing Interview Questions
  • Testing Jobs
  • Testing Companies
  • Testing Job Consultants
  • ISTQB Certification Questions
  •    
       
    Interview Questions

  • WinRunner
  • LoadRunner
  • SilkTest
  • TestDirector
  • General Testing Questions
  •    
       
    Resources

  • Testing Forum
  • Downloads
  • E-Books
  • Testing Jobs
  • Testing Interview Questions
  • Testing Tools Questions
  • Testing Jobs
  • A-Z Knowledge
  •    
    Planning
    for
    Study ABROAD ?


    Study Abroad


    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 | Free SAP Training
    Privacy Policy | Terms and Conditions
    Sitemap | Sitemap (XML)
    Job Interview Questions | Placement Papers | SMS Jokes | C++ Interview Questions | C Interview Questions | Web Hosting
    German | French | Portugese | Italian