please can anybody tell me, how to indentify the test cases
which can be automated from a given set of test cases, say
20.
Answers were Sorted based on User's Feedback
Answer / santosh pampatwar
To automate or identify the test cases for automation,
these are three simple steps.
1.First identify the functional and nonfunctional test
cases.
2.select only functional test cases for automation.
3.Identify the test cases in such a way that which are very
complex and basic in terms of functinality so for such a
complex functionality test cases we can go for automation.
Regards,
Santosh Pampatwar
Sr Quality Engineer
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / saurabh
Hi,
Very nice question to a very simple ans. U will get ur
ans once you ask yourself 1 question.
'Why is Automated testing required mainly?'
Simple ans dude - Regression testing.
Test cases which have the basic functionality.
| Is This Answer Correct ? | 1 Yes | 0 No |
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
Can someone please explain me the life cycle of DAtabase testing,iam pretty good at SQL but i dont know anything about how to start the testing(backend especially),how and where to write test cases for backend testing?how to take snapshots?how to report the bugs....as simple i know SQL and i know working on quality center but how to work on both together?Please help me!!!
Test Case for Text Editor!
In a log in page what will be test procedure, test scenario, test description & test steps?
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print "Large" ENDIF If P > 50 THEN Print "P Large" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage, 1 for branch coverage D. 2 tests for statement coverage, 3 for branch coverage E. 2 tests for statement coverage, 2 for branch coverage
How to write test cases for payment gateway.
how many checkpoint u have to used
how to execute test cases manually
Smoke Test Checklist for Gmail please someone help!
how to write system test cases for a pen
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?