what kind of test cases we can automated.how to divide
manual and automation test cases.
Answers were Sorted based on User's Feedback
Answer / madhu
The test cases which need to be execute repeatedly Eg:Smoke
test cases and regression test cases.Generally test lead is
the who will decide what to be Automated.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / sunanda
Actually we have to write test cases in manual only,in
automation we dont have to write test cases,we have to
write test scripts in automation.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / balakiranm
In general,there is no difference between automated test cases and manual test cases.
Test Cases are written by testers and executed by the tester in tools like jtrack,QC etc...
| Is This Answer Correct ? | 2 Yes | 4 No |
what is the difference between reference key and foreign key
what is meant by Priority nad severity?
You need to plan a test project to qualify an application composed of many individual components. Referring to the scenario above, which phases do you expect to take longer than usual?
Difference between Quality Assurance and Quality control? What does the QA ppl do?
What is the difference between Quality Plan and Test Plan Anybody can give answer..Thanks in advance...
What are the Defect Life Cycle?
when doing regression testing, how can we know that other screen or module are affected?
what is differance between smoke testing and sanity testing?
what is verification and validation?
34 Answers DRDL, Infosys, MBT,
Can you explain the pdca cycle and where testing fits in?
When you were testing an application, you found a strange pop up with a “500 internal error” and you thought to log it as a defect. Give description of the defect along with all the details you expect in the defect content
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form