Create data driven framework in selenium webdriver

Data driven framework in selenium webdriver

this framework depends on data and data source can be anything like Excel file,CSV File, database.

In data driven framework script will be separated from Data part, it means so if any changes happen we do not have to modify cases.

Example-

I have to create 40 Gmail accounts so I have ..........

Read More
Posted by qaguides Training

All about SDLC Models

SDLC Models

The software development models are the various processes or methodologies that are being selected for the development of the project depending on the project’s aims and goals. There are many development life cycle models that have been developed in order to achieve different required objectives. The models specify the various stages of the process and the order in which they are carried out.

The software development models are the various processes or methodologies that are being selected for the development of the project depending on the project’s aims and goals. There are many development life cycle models that have been developed in order to achieve different required objectives. The models specify the various stages of the process and the order..........

Read More
Posted by qaguides Training

Manual Testing Introduction

Software testing is an process to check whether the actual results match the expected results and to make sure that the system is defect free.

Software testing helps us identify issues, missing requirements as compare to the actual requirements. It can be done manually or using automated tools.

Importance of software testing

Bugs in software's can be very expensive and could be very dangerous to:-

There are few examples which we can see in our data today scenarios like:
  1. Ariane 5 Explosion:
    The Ariane 5 was a European rocket which was used to launch commercial payloads to orbital earth. It was built as a successor to the Ariane 4 launchers which were successful in their launches but the Ariane 5 could carry a heavier payload. The
........
Read More
Posted by qaguides Training