Startup(s) Are Creating A New Platform Of The World For IT
It remains that, from the same principles, I now demonstrate the frame of the System of the World. – Isaac Newton The practice of IT reminds me a lot of the practice of science before Isaac Newton. Aristotelianism was dead, but there was nothing to replace it. Then Newton came along, created a scientific revolution with [...]
Read MoreFuture of Software Testing
We don’t know the future. Nobody does. However, I have been involved with software testing since 2008 and I have seen changes taking place. It used to be simple earlier. We received the requirements and designed simple test cases based on these requirements. Then we received the latest build of the application, execute our test cases [...]
Read MoreOpenERP Functional Requirements Specification (FRS)
A Functional Requirements Specification (FRS) can be derived from the SRS. This document describes the processes that users employ when interacting with the system. It describes inputs (what a user does) and outputs (how the application responds to user input). This document is often used by members of a test team to create test cases. It’s having all the information [...]
Read MoreOpenERP Requirements Specification (SRS)
Business requirement specification (BRS) : It’s having all the business rules , it will prepared by Business analyst/Client, but we are unable to understand that business rules , so our domain experts will create FRS or SRS, so that we can easily understand. It contains brief description about the application. It is the 1st process that should befollowed by every Organization [...]
Read MoreSoftware Localization testing
Localization testing is part of software testing focused on internationalization and localization aspects of software. Localization Test is the process of adapting globalized application to a particular culture/locale. Localizing the application requires a basic understanding of the sets of character commonly employed in modern software development and an apprehension of the risks associated with them. Localisation testing checks how well [...]
Read MoreSoftware Testing Methods and Software Testing Types
1. Unit Testing Unit Testing is primarily carried out by the developers themselves Deals functional correctness and the completeness of individualprogram units White box testing methods are employed 2. Integration Testing Integration Testing: Deals with testing when several programunits are integrated Regression testing: Change of behavior due to modification or addition is called ‘Regression’. Used to bring changes from worst to least [...]
Read MoreA/B Testing or Bucket Testing
A/B Testing (Bucket Testing) is mostly used to study the impact of various product designs in website metrics, two simultaneous versions were run in a single or set of web pages to measure the difference in click rates, interface and traffic. A/B testing or bucket testing is a method of marketing testing by which a baseline control sample is compared to a variety [...]
Read MoreMultivariate Testing or Multivariable Testing
Multivariate testing or Multivariable testing is a technique for testing hypotheses on complex multi-variable systems, especially used in testing market perceptions. In internet marketing, multivariate testing is a process by which more than one component of a website may be tested in a live environment. It can be thought of in simple terms as numerous A/B tests performed on one page at the [...]
Read MoreUML Use Case wiki
What is a Use Case? A Use case is a description of how a system’s behavior in response to a request from a stakeholder known as an actor. The actor could be a person or an external system that interacts with the system being described. The actor initiates an action with the system with the [...]
Read More