what is agile testing?
Answers were Sorted based on User's Feedback
Answer / priya
Agile testing involves testing from the customer perspective
as early as possible, testing early and often as code
becomes available and stable enough from module/unit level
testing.
Testing is no more a phase; it integrates closely with
Development. Continuous testing is the only way to ensure
continuous progress.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / radhika
Well, As agile itself means 'quick' all the processes ie
development of each feature, getting approval from the
customer and testing that particular feature all will
happen as early as possible.
This will needs good communication among all the three
(developer, customer, tester) Usually when customer wants
the product very soon or when he is not clear about his
requirements this technic would be preferrable....
Please let me know that have I understood correctly or
not....
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mfsi_chinmayb`
Hi
Agile testing is an iterative life cycle model where our
main focus is on costumer feedback on the module of the product.
In this Case we design a possible small module of the
product and then deliver for the use of the user and
accumulate the feedback from the user .
Then we modify the module according to that and integrate
with other built modules and regression testing is done
The above process is iterated unless we get the complete
product.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / thiraviyam
A testing practice done from the customer's perspective
and does't follow the test procedure and delivery would
happen as soon as possible.
delivery would happen in a week rather than month .
interaction among the Tester , developer and Business
Analyst is happening frequently .communication take through
directly rather than documents and all .
Agile testing is required whenever customer change the
requirements frequently .
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ramprasad.s
HI
Agile Testing is a Method Like Black Box Testing.
sun_ramprasad@yahoo.com
Is This Answer Correct ? | 2 Yes | 4 No |
Answer / jagdish
Agile testing is follows the agile manifesto and titrated
developer as customer that is called agile testing
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / manish
Well It seems to me that agile testing is more about keeping
the bugs out than finding the ones that are in there :)The
testsss that we write are more about showing that the
software works the way we expect than about finding where it
breaks.
Testing happens closer to the development team in space and
in time. Testers design tests to show that the software
works as expected. The develop't and testers work together
to expand the set of cases that works. The bugs should never
get introduced in the first place.
Is This Answer Correct ? | 1 Yes | 4 No |
Answer / bishwajit.rk
Agile Testing is the early stage testing in the customer's
propective. Testing early and as the code became available,
the product is stable enough for the unit or module
testing.
Is This Answer Correct ? | 2 Yes | 6 No |
Answer / deepa
Hi chandrashekar i want some banking domain projects.where
will i can get this projects.plz help me.
Is This Answer Correct ? | 0 Yes | 6 No |
Answer / k.chandra sekhar
a) The agile testing is nothing but very very past
testing
b) They are smoke test, monkey test, ad-hoc test,
regression testing and so an
c) Which is very past total build test is done that
type of test agile testing
My name is k.chandra sekhar,
My phone no are 9246540049 65880049 ,Hyderabad.
My mail id is ndra_143@yahoo.co.in
I am take the class for projects if you interst contact
If any body want full explain send the mail
Is This Answer Correct ? | 0 Yes | 11 No |
How do we review test specification document?
How do you scope ,Organize and execute a test project?
what is the of testing in sdlc
test templet for GUI UNIT testing?
Hi friends I am kranti completed my IT diploma in 2005 & after that complete my software testing course. Now I am working in small software form as software tester. I have 2 + year experience in manual testing. Now I wan to change company. Plz told me is there any effect that I can not have any degree although I have 2 + experience ?
What is Version Control?
What is the final stage of integration testing
What is the difference between unit testing and smoke testing
in which Software Life cycle phase does testing occur?
What is Environment Requirement?
They showed me a Web page containing 3 text boxes labeled as Name, D.O.B & Blood Group.It also have 3 Buttons as OK, CANCEL,Reset. They told me that 1) when you click on OK it'll route you to the next page and save the data in the database. 2) When you click on CANCEL it'll route you to the previous page. 3) When you click on Reset it'll clears all the entries made by you. Now they asked me to write Test cases to test the functionality of that web page & asked me to write 1 critical test case after which they will give final go ahead to test the rest of the application... I wasn't able to write the critical test case. Plz answer.
What is smoke testing and when it will be done?