You are on page 1of 3

code Review :

It is a phase in the software development process in which the authors of code, peer reviewers, and
perhaps quality assurance (QA) testers get together to review code.

Code Inspection Walkthrough


Formal Informal
Initiated by the project team Initiated by the author
Planned meeting with fixed roles assigned to all
Unplanned.
the members involved
Reader reads the product code. Everyone inspects Author reads the product code and his team mate
it and comes up with defects. comes up with defects or suggestions
Author makes a note of defects and suggestions
Recorder records the defects
offered by team mate
Moderator has a role in making sure that the
Informal, so there is no moderator
discussions proceed on the productive lines
Functional testing is the type of testing done against the business requirements of application.

Non - functional Testing is the type of testing done under a great influence on customer and user
satisfaction with the product.

Data Conversion testing


Testing of programs or procedures used to convert data from existing systems for use in
replacement systems.
Usability testing
It is a type of testing done from an end-user’s perspective to determine if the system is easily
usable.
Compatibility Testing
It is a type of Software testing to check whether your software is capable of running on different
hardware, operating systems, applications
Security Testing
It is a type of software testing that’s done to check whether the application or the product is secured
or not.
Performance testing
It is a type of software testing that intends to determine how a system performs in terms of
responsiveness and stability under a certain load.

You might also like