Posts

Showing posts from February, 2021

What is Agile?

Image
                              Recently I did a presentation after almost 20 years at a Bootcamp showcase on Agile. As Agile celebrated its 20th anniversary this year I decided to talk on what Agile is? Below are the few drops from Agile's ocean which I managed to pour during my showcase. What is Agile Software Development? Agile is a time boxed, iterative approach to software delivery that builds software incrementally from the start of the project, instead of trying to deliver it all at once near the end. It works by breaking projects down into little bits of user functionality called user stories, prioritizing them, and then continuously delivering them in short time cycles called iterations.                In iterative development, feature code is designed, developed and tested in repeated cycles. With each iteration, additional features can be designed, developed and tested until there is a fully functional software application ready to be deployed to customers. Agile Manifesto

Day 14 Check out #ecommerce on Twitter and see if you can generate some test ideas from this feed

Image
Searching #ecommerce on Twitter gives you a huge amount of information. I tried to filter & assemble some test ideas from it. Internationalization Internationalization testing is the process of verifying the application under test to work uniformly across multiple regions and cultures. The main purpose of internationalization is to check if the code can handle all international support without breaking functionality that might cause data loss or data integrity issues.  Verify if the product works across language settings and currency settings.                                     Localization  Localization is a process of adapting internationalized software for a specific region or language by adding local specific components and translating text. In localization testing the tester checks Date and time formats (including numeric formats) Currency used, Keyboard usage  ,Colors schemes, symbols, and icons, Text and graphics (which, in a given culture, may be viewed as sensi