Suppose one project is given to u.How do u know whether
this project is suitable for manual testing or automation.
Answers were Sorted based on User's Feedback
Answer / anshuman
Few Parameters need to be considered while selecting for
Manual or Automation testing.
1. Project Length
Decission for manual/automation purely depends on the
Project length. Short term project is not suggestable for
automation as automation needs time and cost
2. Product Stability
If the behavior/functional changes are so frequent of
the project, it would be better to go for Manual testing
rather than automation
3. Costs
If the above two are saisfied but with limited buget,
the manual testing would be a good solution, cause
automation testing needs more buget and time, its a one
time activity
4. Technology and KnowlwdgeBase
Thanks
~Anshu
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / vedha_sathya
In that project if there are no versions are maximum and
there is need for more regression testing we go 4 automation
| Is This Answer Correct ? | 1 Yes | 2 No |
In that project more reusable components , repetable
modules and more need regression test you can select
automatio.
| Is This Answer Correct ? | 1 Yes | 2 No |
How you will assure client that the number of test cases written by you is sufficient or can complete the test coverage completion criteria?
How to write negative testcase?
What is the difference between Use Case and test case?
write four steps for writting scenario ?
plz tell me the difference b/w PB/MF based appl.with examples. Thanks
What are the different servers and difference between them?
Expain Equivalence Class Partion with an Example?
what is the of testing in sdlc
What is defect life cycle/
What do u do if a bug logged by u is not reproducible in developers environment (developers environment is same as urs)
Login page contains, Username , Password ,OK Button and CANCEL Button.If i click on OK button,cancel functionality is working and if i click on CANCEL Button,OK Functionality is working.In this case what is the level of priority (HIGH/MEDIUM/LOW) and level of SEVERIOTY (HIGH/MEDIUM/LOW)? Give the reason ,explain clearly?
Why testing Web Applications is different?