Ensure customer satisfaction with Development model Extreme Programming
Extreme Programming (XP)
A software development methodology which helps improve software quality and responsiveness to changing customer requirements.
Being a part of agile software development, it promotes frequent releases .Development cycles which are very short, sometimes 2 weeks, intends to improve productivity and customer satisfaction at the same time.
Pair Programming
Work items are produced by pairs of individuals working together. Pairs change frequently whilst the responsibility stays with the owner.Programming in pairs or doing extensive code review, unit testing of all code.
A flat management structure, simplicity and clarity in code, expecting changes in the customer's requirements as time passes and the problem is better understood, and frequent communication with the customer, programmers and testers leads to a value for money to the customer.
Test Driven Development
TDD marks this methodology in a way that, test cases and test cases are written before the coding begins.
Continuous Integration is an integral part of this methodology. The whole system is built and tested end-to-end several times a day. While new tests are made should pass, no previously passing tests are allowed to break. System must be in a deployable state all times.
Mainly followed to cater to frequently changing customer requirements, it can have a few drawbacks, if not done correctly, like unstable requirements, absence of requirement and design specification might sometimes lead to user conflicts.
- Some useful Links:
Abstraction Method Overriding Method Overloading Instance Variables Java Applets Pop ups and Alerts Absolute path Relative path Annotations Selenium Webdriver Browser Commands Absolute path Vs Relative path Selenium Webdriver Pop ups and Alerts Testng Annotations - part 1 Object Models in QTP - Part 1Agile Testing Methodology Extreme Programming and customer satisfaction, Mobile testing - What are the Challenges in mobile testing & Strategies we can follow to deal with them , Crowdsource testing - Crowdtesting, Model-based testing (MBT), Big Data Testing, Cloud Testing, TDD Test Driven DevelopmentVerification vs Validation, Software Testing Interview Questions - Mock Test CSTE / ISTQB, Software testing types , Risk Management
Comments