0% found this document useful (0 votes)
31 views3 pages

Basic of Testing

Code review is a phase in the software development process where developers and testers meet to review code. There are two main types of code reviews: code inspections and walkthroughs. Code inspections are more formal, planned meetings with assigned roles, while walkthroughs are less formal and unplanned where the author reads their code to teammates to get feedback on defects or suggestions for improvement. The goal of code reviews is to find and fix defects in code through collaborative discussion.

Uploaded by

pbpsc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views3 pages

Basic of Testing

Code review is a phase in the software development process where developers and testers meet to review code. There are two main types of code reviews: code inspections and walkthroughs. Code inspections are more formal, planned meetings with assigned roles, while walkthroughs are less formal and unplanned where the author reads their code to teammates to get feedback on defects or suggestions for improvement. The goal of code reviews is to find and fix defects in code through collaborative discussion.

Uploaded by

pbpsc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd

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