What testing activities you may want to automate in a project?

Answers were Sorted based on User's Feedback



What testing activities you may want to automate in a project?..

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

What testing activities you may want to automate in a project?..

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

What testing activities you may want to automate in a project?..

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

What testing activities you may want to automate in a project?..

Answer / sai

anything that can be automated and that dosent require your
attention all the time...

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Automation Testing AllOther Interview Questions

Tell us what is junit? And what is junit annotation?

0 Answers  


hi i would like to know is there any training institue for Calabash,robotium and ui automator in hyderabad...urgent

0 Answers  


I was asked these questions during a job interview question. I totally stumbled on # 1 and for # 2 even though I answered but not a very convincing way. I would appreciate a concise and well phrased asnwers: 1) During SDLC, when would you be asked to take it "offline" 2) Throughout SDLC process, where would you implement test automation and why?

0 Answers  


Describe some problem that you had with automating test tool?

1 Answers  


What is junit annotation?

0 Answers  






What is the deference between automation tools and management tools?

0 Answers  


What is a ‘test plan’? What is a ‘test case’?

0 Answers  


What are the main attributes of test automation?

3 Answers   ATS, HCL,


What generally is the structure of a framework?

0 Answers  


Highlight attributes of good framework?

0 Answers  


Explain what sikuli is?

0 Answers  


Can anyone tell me the correct answer of below question....it is about Bugzilla tool. When bug will find out at the time of executio where it will save or what is the location of bug??

0 Answers   Diya,


Categories