What is the difference between Conventional Testing and Unconventional Testing?

Conventional Testing is done by Test Engineers to check whether the developed application is working fine as per the requirements.

Unconventional Testing is done by Quality Assurance team with the reference of each and every documents starting from initial stage of SDLC. This process involves verification through walkthrough and inspections to check whether the development happened as per the company process guidelines or not.

Explain Agile Testing.

Agile Testing is a testing practice done from the customer perspective, it doesn’t follow test procedures and the delivery would happen as early as possible.

Agile testing is useful whenever the customer requirements are changing frequently.

Define CVS.

CVS is Concurrent Versioning System which is a version control system, where the history of sources files can be recorded.

The main advantages of CVS are,

• You can save each file of every version.

• After modifications in source, if u detect a bug, you can easily retrieve the old version to check which change caused that bug.

• CVS can be used to merge the work done by all the developers.