Sunday, October 21, 2012

Agile Testing

Agile as the name refers something to do very quickly. Agile approach is like dynamic approach.

Now days most of the company following agile methodology. Because it really useful to delivered the project short period of the time.

The advantage of Agile methodology is saving time, money and less documentation required.

Face to face conversation which really best form of communication.

Agile approach is iterative form – Daily meeting, feedback , discussion which help to determine the issue well in advance and work on it accordingly.

In Agile testing tester can influence to developer to think about testability in their code.

Tester can talk directly to PM regarding new requirement, clarification about requirements.

An agile tester must be able to communicate with all roles and levels of an organization in order to gather information from all available sources.

Tester need to be active in planning meeting, regular discussion. If you find a bug talk directly with developer.

There are so many agile method out there Like:
1.Scrum
2.Extreme programming
3.Agile modelling

Wednesday, October 3, 2012

Benefits of Automation Testing

There is no comparison between manual testing and automation testing.

Each one has their own benefit. There is some circumstance where manual fails to do , then automation come in picture.

Automation testing tool test Website , Apps significantly faster than human user.

There are web site, products, apps which comes in version, so using automation testing tool we can reuse the same test again and again on different version. Which reduce your time and work too:)

Some of Automation testing tool like QTP, Selenium reliable;because Test perform the same operation each time tool run;so therefore eliminate human error.

Performing same test on particular application you can test how the application react to doing repeated execution of same operation.

Even you can program test, which can bring out hidden information.

So reduce your burden of same work using automation tool. Or else start writing test program using automation tool..