what is the purpose of writing testcases
Answers were Sorted based on User's Feedback
Answer / srikar.k
In software engineering, a test case is a set of conditions
or variables under which a tester will determine if a
requirement upon an application is partially or fully satisfied.
| Is This Answer Correct ? | 2 Yes | 3 No |
What is STATEMENT COVERAGE testing
If I have written test cases for any application:there are 70-80 test cases and steps for writing test cases are common in some TCases.then May I have to write the repeated steps or May I write Repeat the steps of TC id so and so
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.
Please can any one tel how to write the test cases for these Requirements:- 1.The applications sends the periodic data 2.The applications sends the alarm data 3.The Application stores the Periodic data and alarm data if it is unable to send 4.the application having the configure through GPRS or SMS
Can anybody help me out to write test cases for booking train ticket online???
Give me a sample test case for an online purchasing system?What testings u do for the same ?
8 Answers Flipkart, NIIT, Polaris, SQTL, TCS,
how to write the test case for time and date like TIME : 09:34:32AM DATE : 12 MAY 1987
write test cases for test cases...?
difference between scenario and testcases?
5 Answers CarrizalSoft Technologies, Satyam,
int a, int b, int c= (a+b); Write the test cases for c.
Consider the following: Pick up and read the newspaper Look at what is on television If there is a program that you are interested in watching then switch the the television on and watch the program Otherwise Continue reading the newspaper If there is a crossword in the newspaper then try and complete the crossword A. SC = 1 and DC = 1 B. SC = 1 and DC = 2 C. SC = 1 and DC = 3 D. SC = 2 and DC = 2 E. SC = 2 and DC = 3