Skip to main content

Posts

Explain Role of Testing in SDLC? Why Testing is important in SDLC

Testing plays an important role in SDLC and it is very crucial because in SDLC, testing improve reliability, performance and some other factors that may require during this process. Here, I am writing post Role of Testing in SDLC with Importance so that apart from role, you can also learn why testing is important in SDLC. Role of Software Testing in SDLC – Software Development Below are given some important roles that are played by the testing in the development of software (SDLC) 1. One of the important role plays by testing in SDLC is that it, examines code/program for discovering problems and errors early in the system. 2. Another role is, testing always simulating a system/application to perform a program operation. 3. Software Testing always evaluates the capabilities of the code/program over entire products. 4. Another main role is that, testing always helps in reviewing of requirements and design as well as executing the code. 5. Testing is also im...
Recent posts

What is End-to-end Testing with Example

End to End Testing is the approach in which tester/developer always validate whether the flow of application/software from the starting point to the end point is working perfectly or not. End to End Testing Example - Real For Example we are testing the web page of application than the start point will be logging in to web page and the end point will be logout of the web page means logout from the application/software. So in this example of End to End Testing, tester/developer check whether the flow of application from starting to end point is working fine or not. So in the above example when we login to the web page than tester/developer check that after login flow is properly working or not like they check after login we get into home page or not, they also check after login we are able to do some work or not, and finally they check after doing some little bit work we are able to logout from the application or not. So this is the End to End testing of web page perf...

Back to Back Testing with Definition, Example and Steps

Back to Back Testing is a type of Software Testing in which two or more variants of a component are always tested with similar inputs and their corresponding outputs are compared and examine in case of any discrepancies that may exists in future. Back to Back Testing is a testing process in which events that are associated with it are defined and examined properly. This testing always involves cross-comparison of entire responses that are always obtained from functionally equivalent software components. In this testing whenever a difference is determined/observed it is measured and if essential a correction is applied too. Definition Somerville 1998 defined Back to Back Testing in his own way because he said this testing is always used when several/various versions of a system/application exist for testing. According to him in this testing all versions are tested with similar set of tests and then the results are always compared for some system/application problems...

System Testing Example - Complete Guide

System Testing Example  is very simple one because the name system itself gives the answer that in System Testing we have to test the complete system. In System Testing we test the both Functional as well as Non Functional parameters of Software Testing. Here I am showing you System Testing Example in a practical way and hope as a tester you did this Example every day in your company environment. Below is given the  Example of System Testing  and after seen the example definitely you do not have any issues left in your mind because example is completely relates to real world. System Testing Example – Step by Step Guide For example you are doing testing on a web application of a school and in this web application there are many modules like Teacher Module, Staff Module, Parent Module, Student Module, and Admin Module and so on. Now you have to do System Testing on a web application of a school, so your criteria for doing System Testing will be like that w...

Difference between Alpha Testing and Beta Testing

            Alpha Testing                 Beta Testing  1. It is always performed by the developers at the software development site. 1. It is always performed by the customers at their own site. 2. Sometimes it is also performed by Independent Testing Team. 2. It is not performed by Independent Testing Team. 3. Alpha Testing is not open to the market and public 3. Beta Testing is always open to the market and public. 4. It is conducted for the software application and project. 4. It is usually conducted for software product. 5. Alpha testing is always performed in Virtual Environment. 5. Beta testing is performed in Real Time Environment. 6. It is always performed within the organization. 6. It is always performed outside the organization. 8. Alpha Testing is definitely performed and carried out at the developing organizations location with the involvement ...

Top 14 Differences between QA and QC in Software Testing

Difference between QA and QC  is the heart of software testing. In software testing these two terms are majorly used in a product and project. Here I am writing the Distinction between QA (Quality Assurance) and QC (Quality Control) in tabular form so that everybody can learn it easily especially those who are new in field of Software Testing. Actually those who are new in testing field do not exactly know what is QA and QC that is the reason I am sharing with you the  Differences  in tabular form so that everybody can learn it easily whether they are new to testing field or even those who have some experienced on Testing field can also increase their knowledge by see the differences on QA and QC. Difference between QA and QC in Software Testing - Tabular Form          Quality Assurance           Quality Control 1. Quality Assurance helps us to build processes. 1. Quality ...

Top 11 Differences between Developer and Tester

Developer and Tester  relation is like a relation between brother and sister like you know both brother and sister are necessary to a complete family, similarly Developer and Tester are also necessary to a complete successful project. Here I am showing you the Difference between  Developer and Tester  in a complete order so that you learn the importance of both these person. I am writing the Differences in the form of table so that all of us can learn it easily and vastly. Simple and Best Difference between Developer and Tester           Software Developer              Software Tester 1. A good developer is one who is technically sound. 1. Tester may or may not be technically sound, because we need both black box and white box testers and in black box testing programming knowledge is not necessarily must. 2. He is one who develops the ap...