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 News » Software lifecycle: Pay early attention to cloud performance

    Software lifecycle: Pay early attention to cloud performance

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


    It's an all-too-familiar software lifecycle story: Teams don't pay attention to app performance until it's almost too late. Waiting to fix performance issues until failures occur is a problem no matter where the application is deployed. But when the app is hosted on the cloud, the likelihood of performance problems is even greater.

    "As soon as you deploy to the cloud, you lose close control of that infrastructure," said Todd DeCapua, vice president of channel operations for Shunra Software, which sells virtualization tools for software testing. Cloud applications typically include three tiers: the front end, the middle tier and the database. "They can move at any time, anywhere, for any period of time," DeCapua noted, adding that "move" refers to the way cloud service providers automatically provision new instances to meet demand.

    Stephen Pierzchala, CompuwareStephen Pierzchala

    The best way to prevent performance problems is to take cloud issues into account early in the software lifecycle. That is notoriously difficult to accomplish, said Stephen Pierzchala, a technology strategist for Detroit-based Compuware Corp., which sells application performance management software. "Getting developers to factor in performance before they [write a line of code] is challenging," he said. "It's the biggest fight."   

    In this article, cloud performance experts offer best practices for addressing cloud application performance issues early in the software lifecycle.

    Understand the complexity of the cloud infrastructure

    Clouds apps are very complex. In addition to constant provisioning and deprovisioning of cloud instances, most of today's business applications rely on services delivered by the third parties, such as Google Analytics, said Pierzchala. "Any one of these services can impact performance. If your partner suffers a problem, you can't just flip a switch and make it better."

    DeCapua said he is familiar with cloud-based banking applications that rely on hundreds of different services to deal with financial tasks such accessing credit scores, processing payments and others. "The cloud-hosted environment -- in New Jersey, for example -- makes calls to all of the distributed services at different locations and then back to the cloud in New Jersey." That has a huge impact on performance, he said.

    When customers or employees who depend on the application can't get what they need, they don't care which service is causing the problem, Pierzchala said. "They are thinking, 'This thing is so slow. Why didn't I get my data?'"

    That makes the company behind the application -- not the partner that caused the problem -- look bad, said voke analyst Theresa Lanowitz. "Application performance can make or break your brand."

    Build resiliency into the application from the start of the software lifecycle

    There is no magic bullet for gaining control over third-party services that applications call. But developers can architect apps in a way that makes it possible for application managers to turn off a service that causes a problem, Pierzchala said. "You need a fallback position -- you can turn off analytics, turn off ads, for example." Building in resiliency is not a perfect solution, but it's better than allowing the application to slow to a crawl or shut down completely, he said. Another proactive strategy is to use more than one cloud for the same application. "We choose Amazon because they're the big name." Spreading the application across several providers can be a way to hedge cloud performance bets, he said.

    Get business executives to buy into cloud performance

    The most effective strategy for boosting cloud performance involves defining application performance requirements early in the application lifecycle -- at the outset of a development project. Pierzchala admits that it's difficult to get software teams and business stakeholders to do this.

    Nonetheless, he recommends establishing application performance as a nonfunctional requirement, where the software team specifies criteria by which performance can be measured. Pierzchala offered an example: "Our current app performance is X, based on these scenarios. This application must perform as at least as well as X -- ideally, 20% more."

    The real challenge of this approach is getting the business stakeholders involved in the project to understand performance expectations for the cloud application. This means it's essential to educate all parties on the trade-offs required to meet those expectations. "If we add this new feature, it will impact performance," Pierzchala said. "Don't come to me in six months and say the app is too slow."

    Factor performance into unit tests

    DeCapua recommends that Agile development team members develop unit tests that factor in cloud performance. He offered an example -- a cloud application that relies on a credit check service (among others): "You have 1,000 concurrent users, a five-second response time at 40 transactions per second." As team members write stories -- that is, application requirements -- on cards, they should identify the performance piece on the back of the card, he said. Teams can use test virtualization services to simulate the cloud performance conditions specified by the unit test, he added.

    Don't rely too heavily on service-level agreements

    DeCapua noted that service-level agreements (SLA) are not an effective way to ensure acceptable performance for cloud applications because they don't address the root causes of cloud performance problems. He said executives have become increasingly skeptical of their value: "They have been burned by cloud SLAs." SLAs are about production monitoring, he said. When you're monitoring cloud applications in production, it's too late. "SLAs are not going to get back lost revenue, lost reputation."



    More Testing News
    1 2 3 4 5 6 >> Next



    Looking for Software Testing eBooks and Interview Questions? Join now and get it FREE!
    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/
     
    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