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 a user interface?
What is the meaning and purpose of each of: 1) Test Strategy 2) Test Plan #) Test Case? What is an example of each?
In real time how you do the soak testing?
Daily howmany bugs will you find and what types are they?
What is flowchart?
What is test plan and explain its contents?
IN integration testing tester should knowledge of code or not?
Explain ad hoc testing?
What is a system administrator?
kya aurat ko taleem dena islam men jaez hi
Hi can anyone pls let me know, how many test case can be written to this C question (Unit testing) *funame (Int x, Long b) { x=b; x < 5 } Note: - Return type is boolean - Input type is unsigned char
What is typically the most important reason to use risk to drive testing efforts?