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 |
Could someone answer the following testing Questions? 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word processor program which crashes when the contents of 89th column is been sorted in assending order. 3)write test 10 cases for program which has a table with 2 fields of NAME od char type and CLASS of INT type.NAME fields is truncated after 26 charaters and CLASS takes value between 1 to 9 both included. There are 3 possible opearations program can perform a)When a new student joins the class the program adds a new field b)When student leaves the class the field get deleted c)when student gets promoted then program incremts the class by 1 Write 5 test cases for the scenario. 4)write 10 test cases for a program that takes date in dd/mm/yyyy format and prints it out with a increment of 1. for dates (dd) can be given in the range 1<=dd>=30 for months (mm) can be given in the range 1<=mm>=12 for years(yyyy) can be given in the range 1600<=yyyy>=9999 5)Give 5 bugs that could cause a program to crash when it printed the 999999 th pages 1000001th line.
can someone tell me the test cases for following scenario of password: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consists of 1 uppercase letter. 3. Password should consists of 1 numeric. 4. Password should consists of 1 special character.
How should I maintain the test cases and Test Log for different versions/builds of the application.
1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.
what are the possible test cases for sending an sms from mobile
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.
Explain the concurrency testing?
write the testcases for migrating data from one database to another database?
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Create (Local Only),
how to write test cases for online restaurant table booking system?
wht are the possible test cases for save button in notepad?
What is business validation test case?