Why we go for automated tesing?
Answers were Sorted based on User's Feedback
Answer / roshini
Conducting repetative tasks on the same applcation is
tedious process to over come this we go for automation
testing and it is more reliable.
Here we can record the test scripts once and run these test
scripts on each build of the application.Once regression
testing is done and application is stable then only we go
for automation testing.
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / raghu ram
here v go for automation testing ,to overcome the drawbacks
of manual testing like time consumtion,man power etc
| Is This Answer Correct ? | 11 Yes | 3 No |
Automation testing is used when
1. Application needs a set of tests to be executed very
regularly due to a software change or defect fix.
2. Application undergoes constant changes and needs
regression tests to be reexecuted
3. Test expected results are clearly identified and
documented and is not expected to change every now and then
4. Performance and load tests needs to be done with large
volumes of data and user hits which are impossible to be
addressed by the number of available testers
4. Data driven testing is needed regularly . for eg: if the
same test requires to be executed 10 times with different
input data sets, it is better to automate
| Is This Answer Correct ? | 9 Yes | 1 No |
we can go for the automation
1.when we want to consume the time
2.when application has so many repeatable functionalities
3.when there are so many functionalities with tedious
processes
4.when we can expect the no of verssions of that software
5.when the application has enough time to testing with
enough budjet
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / nimesh
as we know that time is very precious during any
development...
we need to utilise it in best possible manner.
we also need to produce a bugfree solutions to the client.
so
overall
to increase the productivity with best quility is possible
throght only automation......
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / pavithra
In manual testing it is difficult to find errors, and it is
time consuming, needs man Power.To Overcome all these
factors automated testing is used.Automated testing is used
only once the application is stable then only we can go for
automated testing.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / srilatha
automation is happened when the application is stable .
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shweta
we can go for automationonly for save money&time.In
automation our work complet very fast .it's save time &
money
| Is This Answer Correct ? | 1 Yes | 2 No |
What is coverage analysis?
What are the Difficulties you found while testing your module ? plese give the possible difficulties.
How to gain experience as a fresher in manual testing ???I know every employer asks for experience and people just add some experience to get jobs. But my problem is how to prepare for the interview when we add experience ??? I wonder how people get jobs by this way??? I would be very thankful if you answer me, as it can help me to land me in job soon. Thank you all...
hi i m priya i m a new commer to this,this is good life of every one.i m surching job now so,i want project detail for NET BANKING and HELTH CARE pls send me quickly.thanks for every body. i m waiting for...........
What is system test?
difference between various black box testing techniques and which test technique is used where????
We r developing one Web Site for construction company. In that Web site we have different option like About Us,Contact Us,Home,Sites,Site Map,Search Etc........ and front page of that web application contains 6 different pictures means single page contain 6 pics etc... write Test plan ,Test Scenarios,Test Case ....
write a querry .if 10 records in a table.i want only 1 record and 3 reocrd and 10 record. how to write a querry.
Could reviews or inspections be considered part of testing?
there is a function called changevalues(x,y)inside this function x=x+y/2 y=y+x+5 end so i am calling function in one program as changevalues(y,x) what is the output if x=2 and y=10(ignore exact programatic statements) please can any one provide me answer for this immediately
What is impact analysis? As a tester how will you do impact analysis in your project?
Why we use decision tables?