Posts

User Story Example !!

Examples (for the list account balances user story) A. Given the customer has one credit account and one savings account  i) When they have logged in successfully  ii) Then the two accounts will be listed in account number order (Account no, Name,           Balance, Available Funds) B. Given the customer has no accounts      i) When they have logged in successfully      ii) Then a message indicating that there are no accounts to show will be displayed C. Given the customer has twenty one accounts         i) When they have logged in successfully       ii) Then the first twenty accounts will be listed in account number order       iii) And a Next Page option will be enabled D. Given the customer has twenty five accounts         i) And they have logged in successfully       ii) And they are on the first page of the list   ...

Agile ! how does it work ?

Image

Introduction to Software Testing

What is Software Testing? Software testing is a process of executing a program or application with the intent of finding the software bugs. Authors Rex Black, Erik Van Veenendaal & Dorothy Graham in book “Foundations of Software Testing, ISTQB Certification ” have defined testing as “Testing is a process that consists of all lifecycle activities, both static and dynamic, concerned with planning, preparation and evaluation of software products and related work products to determine that they satisfy specified requirements, to demonstrate that they are fit for purpose and detect defects.” --Foundations of Software Testing, ISTQB Certification Based on the above definition software testing can be explained as the process of validating and verifying a software program or application or product that: -  Meets the business and technical requirements that guided the expected design and development  Functionalities of every modules work as expected  Deliver the best possible software pr...