Author Topic: What is Agile Testing?  (Read 1105 times)

Offline roshnajoethaa

  • Full Member
  • ***
  • Posts: 11
  • Karma: +0/-0
    • View Profile
What is Agile Testing?
« on: November 15, 2011, 05:03:59 AM »
to perform agile testing in banking application what are the criteria we should check in testing point of view

Offline thebobblogs

  • Jr. Member
  • **
  • Posts: 9
  • Karma: +0/-0
    • View Profile
    • "Testing A Software" world
Re: What is Agile Testing?
« Reply #1 on: November 15, 2011, 08:03:16 AM »
Following my experience, the testing in agile model is based on Normal Flow in Use Case.
Nick Name: Bob
Role: Senior QA Engineer

My Blog: Testing A Software

advertisement

Offline roshnajoethaa

  • Full Member
  • ***
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: What is Agile Testing?
« Reply #2 on: November 17, 2011, 06:13:07 AM »
can you explain me in detail about it....

Offline thebobblogs

  • Jr. Member
  • **
  • Posts: 9
  • Karma: +0/-0
    • View Profile
    • "Testing A Software" world
Re: What is Agile Testing?
« Reply #3 on: November 17, 2011, 08:56:59 AM »
My company apply this model. We use the use case for requirement clarification.

The use case will contain Normal flow and alternate flow. (This one is the same thing as UML)

The key thing is that we have some activity to ensure that development will build software in production quality.

It means that the delivered software to tester is good enough. So,we do testing with the best case only.This major part is Normal Flow.

--------------------
This is what my team apply the agile mode. Let's listen other.
Nick Name: Bob
Role: Senior QA Engineer

My Blog: Testing A Software

Offline roshnajoethaa

  • Full Member
  • ***
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: What is Agile Testing?
« Reply #4 on: November 21, 2011, 09:35:40 PM »
Thank you Bob... and one more question... for database testing we are asked to follow agile method what are the main criteria i should follow before starting the database testing?

Offline thebobblogs

  • Jr. Member
  • **
  • Posts: 9
  • Karma: +0/-0
    • View Profile
    • "Testing A Software" world
Re: What is Agile Testing?
« Reply #5 on: November 22, 2011, 08:47:27 AM »
I think you should start by checking with development if they can split one big feature to many small features with low dependency. If yes, when they submit each small feature to tester, you can test it follows best case as I mentioned.

Regression test manually or automation should be done if they have released some features. It will help you to ensure that it really has no impact between released features.

Nick Name: Bob
Role: Senior QA Engineer

My Blog: Testing A Software

Offline roshnajoethaa

  • Full Member
  • ***
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: What is Agile Testing?
« Reply #6 on: November 22, 2011, 09:50:02 PM »
Thank you  :)