can any one give the format of writing test cases in excel
sheet.
Answer Posted / satishkumar
1)test case title
2)test case id
3)purpose
4)scenario
5)pre-requisite
6)input data
7)steps
8)expected result
9)post condition
10)actual result
11)verdict pass/fail
12) remarks
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain the sanity testing?
Please guide me for Add new user test cases
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
What is the state testing?
Write a test case for telephone?
I want 100 test scenario for gmail
Pls tell me test cases for pepper grinder
Explain the scalability testing?
What is the syntax testing?
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
how many test cases do u need to ship a product?
"search"test cases on Linkedin website and how will you write test cases on it?
How can we write a good test case?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu