documentation testing in software testing

Documentation testing is a non-functional type of software testing. It is a type of non-functional testing. Any written or pictorial information describing, defining, specifying, reporting, or certifying activities, requirements, procedures, or results’. Documentation is as important to a product’s success as the product itself. If the documentation is poor, non-existent, or wrong, it reflects on the quality … Read more

Compliance testing in software testing

It is a type of non-functional software testing. It is related with the IT standards followed by the company and it is the testing done to find the deviations from the company prescribed standards. It determines,whether we are implementing and meeting the defined standards. We should take care while doing this testing,Is there any drawbacks in … Read more

Baseline testing in software

It is one of the type of non-functional testing. It refers to the validation of documents and specifications on which test cases would be designed. The requirement specification validation is baseline testing. Generally a baseline is defined as a line that forms the base for any construction or for measurement, comparisons or calculations. Baseline testing also … Read more

Portability testing in software

It refers to the process of testing the ease with which a computer software component or application can be moved from one environment to another, e.g. moving of any application from Windows 2000 to Windows 10. This is usually measured in terms of the maximum amount of effort permitted. Results are measured in terms of … Read more

Waterfall model

The Waterfall Model was first Process Model to be introduced. It is also referred to as a linear-sequential life cycle model.  It is very simple to understand and use.  In a waterfall model, each phase must be completed fully before the next phase can begin. This type of software development model is basically used for the project which … Read more

Software Quality

Quality software is reasonably bug or defect free, delivered on time and within budget, meets requirements and/or expectations, and is maintainable. Key aspects of quality for the customer include: Good design – looks and style Good functionality – it does the job well Reliable – acceptable level of breakdowns or failure Consistency Durable – lasts as long … Read more

smoke testing

Smoke testing is a type of software testing which ensures that the major functionalities of the application are working fine. This testing is also known as ‘Build Verification testing’. It is a non-exhaustive testing with very limited test cases to ensure that the important features are working fine and we are good to proceed with the detailed testing. … Read more

SOFTWARE DEVELOPMENT DESIGN STAGE

-Identify the Feasible Designs Design the user interfaces (input and output) Design the procedures Design the data Design the interfaces with other systems Design the system controls Design the software -Evaluate the Feasible Designs -Conduct JAD Sessions to Confirm Designs and Evaluations -Select the Best Design