which test cases are not to be automated
Answers were Sorted based on User's Feedback
Answer / pune tester
All the test cases which are related to a feature of the
product, that keeps on changing (there are always some or
the other enhancements in it). Frequent enhancements may
change the UI, add/remove few controls. Hence such cases,
if automated, would involve lot of maintenance
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / rajesh.pothina
The test cases which does not under go for more optional
uses then these test cases does not need to automate they
can be find by manually .
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ajay
First of all automation is done unless,until the
applicaiton is stable means if the application dont have
any added/new funtionalities u can go for automation..
and automation is very helpful incase of regression
testing for products...
| Is This Answer Correct ? | 2 Yes | 0 No |
5)which of the following is not the characteristics of well written Bug report? A)It describes a real defect in the product B)It describes the symptoms of the problem in terms of the behaviour of the system C)It contain a step by step procedure for reproducing the problem D)None
If there is a button called Edit button. 1) Editing can be done by double clicking the object 2) Editing can be done by pressing Edit button 3) Editing can be done by pressing Alt+E key Then Should I have to write 3 different test cases for editing object? What should I do so that I 'll not miss the any functionality while testing.
Generally which testing methodology we follow in software organizations. thanx in adv
What is a good test? Wy do we need testing write test steps for triangle write test steps for ATM How a tester should approach a devloper about non accepted defect? What is test coverage assurance and give an example Draw and expain V model and how it is helpfull in software development
What is the difference in b/w waterfall & V'model?
what is defect leakage?
As the software development process progresses, proper setup and maintenance of test traceability requires that the test process starts when?
i was testing a website for many months and everything was working fine from login to sign up and all the scenarios. but my boss asked me why login and sign up is not working?
What should be done after a bug is found?
What is review checklist?
How we will assign the severity n priority levels to the bug?
Could anybody tell me types of testing involved when the project is at maintenance.