basicsofsoftwaretestingforfreshers

                              Understand the concept of Software Testing for fresher

Software testing is used to evaluate whether the newly or enhanced application or product is working as expected or not. It can be do via various process like by passing input to the application and get the expected output from application. Before delivering every applications to the client which we need to evaluate the quality of the output whether the requirement is fulfilled or not. It can be done after software development is completed.

SDLC of Testing:

1. Developer/Test Lead or Test Manager will do the Verification and validation from their end before hand over to Quality team.

2. Quality team will do the Verification and validation from their end before hand over to Client or 3rd party testing company.

3. During their Verification and validation process the defect in the application will be logged in HP test suite ALM. If any bug then it will be bring it to Developer to fix the issue.

4. If BA (Business Analyst) is involved in their project then they will check the requirement based on their traceability matrix.

What is Verification in Software testing?

To ensure whether the product satisfies the conditions imposed during start of the development phase. In other words, product should work what Client is expected.

EX: Black box testing

What is Validation in Software testing?

To ensure whether the product satisfies the specified requirements at the end of the development phase.
In other words, product is developed as per Client requirements.

EX:  White box testing

Basics of software testing

There are two basics of software testing:

a> Black box testing
b> White box testing.

                   
              In our next blog, We will see Black box testing, White box testing and Types of testing.

                                                        Keep support us to do our best !!!

Comments

Popular posts from this blog

Decode function in Oracle pl/sql

SUBSTR function in Oracle pl/sql 

StoredprocedureinOracleplsql