Whatis the need of writing testcases? why don,t test the
application without the testcases
Answers were Sorted based on User's Feedback
Answer / nihil
Test Cases are the Basic Blocks in the Process of
Testing... It is not only helpful in the Testing Phase but
the Entire Phase of Software Life Cycle....
Helps you while raising Issues and hepls to avoid mis-
understandings with the Developers....
It acts as the bridge between the Requirement and the
Corresponding Functionality....
Provides better understanding of the Application and its
various functionalities....
Much helpful for the Novice Tester...
Above Mentioned are Some of the General Ideas...
Technically Lots can be achieved using Test Cases...
hs.nihilo@yahoo.com
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / jarin jain
Apart from above mentioned reasons for writing test cases ,
another important thing is traceability . Writing test cases
not only helps in testing but also making sure that we have
not missed out any requirements. The test cases should cover
all the requirements. It has been seen that writing
effective test cases reduces testing time. Specially when
testing boundary conditions.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / tripti
Yes I agree with Nihil.Hs Also its important to have test
cases for repeating tests like retesting and regression
testing. If we will have the test cases it will help us to
do these type of testing
| Is This Answer Correct ? | 1 Yes | 1 No |
Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.
What is test driver and test stub?
If I have written the test cases for Login window . If one new field is added to login window then steps of test case changed in the next build. my question is that should I make change in the steps of previous test case or write another test case with new steps?
what is boundary value analysis?
I want to know about satyam manual testing questions
What is the difference between function testing and system testing ? Please answer with proper pratical exmaple and avoid copy paste of text which written in book
What is RTM
what is the format of test report?
What is the difference between system testing and regression testing?
3 Answers Emergis, Hexaware, Mascon Global,
What is test matrics?
swap 2 variables without using 3 rd variable???
Example for a bug not reproducible ?