what is the purpose of writing testcases
Answers were Sorted based on User's Feedback
Answer / sireesha
Test Cases is nothing but an action performed on the
application with some input to test the functionality, its
usually a step by step procedure.
The main purpose of test case is not to miss
Testing of any functionality and Requirement.As it is
performed in a sequential way,one step by step the second
step would be relevant to the previous one so there wont be
any chace for the tester to miss any requiremnt or
functionality.
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / kishore kumar.k
To ensure that the functionality is working according to
the requirements (i.e in desired manner).
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / ajay
very good answer by venkat and sireesha....
and i would like to share a little bit..
testcases is writen not only for the funtionality part and
also for the availability of the contents in the products...
it seems to be a very simple point but while answering in
the interview heilight the word availability...
hope u both agree with me
thank you
ajay.thomala@gmail.com
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / vivekananda
Test case ensure that application work correctly as per
customer requirement so it can use in real time environment.
Writing test case and executing test case give confidence
to release software.
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / nithu
To improve the quality of the Product and to find more
hazardious bugs
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / venkat
By simply, A Testcases can cover all the positive and
negative conditions of that particular Client
requirement.The current testcase will help you to test
requirement after getting the build from the developer.
For ex:Customer requirement is he need blue writing pen.
After making pen ready to write once.whether it is
writing blue or some other colour.if its write blue
colour,then your testcase pass,otherwise your test case
fails.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / shankar reddy
to verify the application behaviour interms of customer
requirements.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / rajapages
Hi buddies,
All u ppl have mentioned above is correct. In addition to
that, one of the main purpose of writing Test case is a
proof document of tester whether he/she covered all the
functionalities against the requirements.
Plz correct me, if i'm wrong.
Thanks,
Van Helsing.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / mahendra lenka
Its proof for a tester that he has covered all the
functionalities of an applicatin are covered
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / vinay rana
different test actions can take different viewpoints
to find more & more bugs at unit & integration level to
improve the quality of software
UAT Testing:- software should work as it expected
| Is This Answer Correct ? | 0 Yes | 0 No |
how to write testcases for google registration screen? Please give me the answer ASAP.send me the answer to gutha_424@yahoo.co.in.
We r developing one Web Site for construction company. In that Web site we have different option like About Us,Contact Us,Home,Sites,Site Map,Search Etc........ and front page of that web application contains 6 different pictures means single page contain 6 pics etc... write Test plan ,Test Scenarios,Test Case ....Plz answer this question ASAP
Is there any formula to find the number of test cases needed
write a test case flipkart login page
why do we need 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.
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
Suppose that you're running tests on windows calculator and find that 1+1=3, 2+2=4, 3+3=7, 4+4=8, 5+5=11, 6+6=12. write a bug title and bug description that effectively describes this problem.
what is login and login in testcases we write in testcaseid
Explain how to develop a test plan and a test case.
How many bugs have u found in your project?
What is the difference between test scenarios, test cases, and test script?