What testing activities you may want to automate in a project?
Answers were Sorted based on User's Feedback
Answer / mrinalini
Below is the list of activies you may want to automate
1)Tests that need to be run for every build of the
application or website(sanity testing)
2)Tests that use multiple data for the same set of actions
(data driven testing)
3)Identical tests that needs to be executed using different
browser
4)Mission critical pages
5)Transaction with pages which do not change in short term
the bottom line is you should automate tests which are of
repeatative nature
Below is the list of activites which are poor candiates for
automation
1)Usabiltiy testing
2)One time testing
3)Adhoc/Random testing based on the knowledge of the
application or website
Lemme know if this helps
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / aniruddha
Executing the test cases.Coz it is imp to write test case
manually.
correct me if i m wrong........
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / suneel reddy
We can automate Test scenario's depends upon the requirement
1.generally we automate our test cases whereever fields
requires input
we can auomate test case for field which acceps input
1. Test cases that needs to run on every build
2. Test cases that runs with multiple sets of data for the
same action Function overloading
3. Test cases needes for browser compatibility
we can not automate Ui Test cases Because UI chnages from
screen to screen
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sai
anything that can be automated and that dosent require your
attention all the time...
| Is This Answer Correct ? | 0 Yes | 3 No |
Tell us how to login into any site if it's showing any authentication pop-up for username and password?
How to check if an element is visible on the page?
Hi friends, can anybody tell me what all the testing tools that persistant uses and what is the selection process for an fellow having 2yrs workexp on testing. Can anybody also help me out what is the minimum package that persistant is providing for 2yr workexp guy.
hi, I want to study TIA portla V11. where can I get online courses?
Which is the best testing institute for Selenium training in Hyderabad.
Tell me how can we find the value of different attributes like name, class, value of an element?
How to find that tools work well with your existing system?
why should I automate mysoftware testing?
How can u enter text in one particular text box? if one webpage contain multiple text boxes, all text boxes with same properties there in no index and Location properties
Which testing tool can be used for a window base application. My application is a WPF window application, which testing tool i can use to test this application?
What is open source tool and give example?
Tell me the fundamental difference between xpath and css selector?