what is the criteria for selecting automation testing ?
Answers were Sorted based on User's Feedback
Answer / kshipra singh
Criteria for automating
There are two sets of questions to determine whether
automation is right for your test case:
Is this test scenario automatable?
a. Yes, and it will cost a little
b. Yes, but it will cost a lot
c. No, it is no possible to automate
How important is this test scenario?
a. I must absolutely test this scenario whenever possible
b. I need to test this scenario regularly
c. I only need to test this scenario once in a while
If you answered "a" to both questions ? definitely automate
that test
If you answered "a" or "b" to both questions ? you should
automate that test
If you answered "b" to both questions ? you need to
consider if it is really worth the investment to automate
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / mudaseer
when the software is stable we go for automation testing
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / guest
The Criteria for selecting an automation testing when the
project having some complexity in the application.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / kanth
it is a process in which all the drawbacks of manual
testing are addressed properly and provides speed and
accuracy to existing of testing process.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / k.chandra sekhar
a) When the application is develop the fast this time
b) When the application is reliable this time
c) When the test cases repeatable
d) When the same operation use multiple times
e) When the application wanted the scripts
f) When the application is comprehensive
g) The above times maximum go to the automation
My name is k.chandra sekhar,
My phone no is 09246540049,
Hyderabad.
My mail id is ndra_143@yahoo.co.in
If any body want full explain send that mail
| Is This Answer Correct ? | 1 Yes | 1 No |
how many levels of software testing?
Is Software Testing categorized as a technical or Non-technical job???
what is Latent Bug?
if u r only person in the office and client asked u for some changes and u didn,t get what the client asked for what will u do?
What are the Major Functionality for a ATM machine ??
what is mean by defect resolution and its use??
What are the different types of testing u r doing in ur project
how u will do the load,stress and performance testing manually ?
How do i write a test condition to test the following simple program with the intention of 100% Condition coverage testing Print “Hello World” If Date $ = ‘01-01-2000’ AND Time $ = “00:00:00” THEN Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $. Could anyone please clarify in detail. Would really appreciate it....
what are the contents we have to cover in manual testing to get the job
What skills needed to be a good test maual?
Explain the Flow of V-Model