WHAT IS THE BEST WAY TO CHOOSE AUTOMATION TOOL?
Answers were Sorted based on User's Feedback
Answer / anil
Hi All,
When we test any script or module in particular
environment for functional and regression testing then we
use these automation tools. for example in regression
testing if we found any bug and reported to developer for
fixing it. after fixing it we have to see that this fixed
bug doesn't affect any other function or module..... for
that we don hv much time to check whole application, so for
saving our time due to repeatable testing we need automation
tools. and these tools also create Vusers(virtual users)
like 1000 and more...
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sathish
1. Repeatable
2. Reliable
3. Cost effectiveness
4. Time effective
5. Less resource
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / padmas
The best way to choose automation tool is,
Going through the feature list of both automation tool and
application under test.
Then evaluating the tool over the testing process over the
manual testing effort.
Manual test effort reports vs cost.and scope of the testing
vs human resources effort.Schedule vs.Complexity involved in
training the automation tool.etc.will help in choosing the
appropriate automation tool .
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / uday kumar. a
We use automation only for version wised projects, means if
the project comes up with different versions. Once we write
the scripts for one version, we can use these scripts with
mulitple versions with minor chages.
So the main advantage of automation is:
1. Saves the time.
2. Saves money.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / prashanthgv
The best way for using automation is
- Can be repeatable.
- Reliable
- Less time consumed.
- Recording machines can be used.
- Less people required....etc
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / lia
We choose an automation tool based on
*versions
*cost
*environment in which we are working
*resources available
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sandeep
Keeping reliability, reusability,generic if an architecture
is made which robust yet flexible then implementation of
automation of product can be easily achieved
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / raghu
Say for example we have an application where the versions
may be changing...In this case we can have a script that
can be reused and repeatble inorder to test the application.
We can reduce the time,cost efectiveness...
| Is This Answer Correct ? | 0 Yes | 3 No |
What are the points that are covered while planning phase of automation ?
On what factors can you map the success of automation testing?
I want to test a mobile software by an automation tool which is a IP telephony based software designed for both ios and android phone, basically this apps is develop for make call though few low cost audio codecs from Aircraft to Ground and Ground to Aircraft so anyone can suggest me which testing tool we can use for it
How do we Test the C++ and Unix Application Using Automated Tool.
What is in-house tool?
Bug report formate in bugzilla
hi to all, if we open a browser(for ex. yahoomail.com) using navigate command. the cursor by default focussing on the 'yahoo id' html edit box. how to get the label(ie.,yahoo id) of that html edit box using descriptive program. here we should not use identify tool to get the property,thtml editbox method. by tracing the cursor position we have to get the label name. is it possible? please let me know.
How did you use automating testing tools in your job?
If testing is done using white box testing,then what is the need of using Black box testing again? I mean when unit testing and Integration testing is done at Coding level, what is the need of testing again at testing level?
Describe some problem that you had with automating testing tool.
What automating testing tools are you familiar with?
Do you know what is a data-driven framework?