Why we have to write test cases?.any specific reasons......
Answers were Sorted based on User's Feedback
Answer / rajesh.pothina
We write test cases to find the errors in the project and
rectify them and produce the good quality product to the
client.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / softwaretester4u
Test case is a document specifies set of inputs and
expected results to identifies the defects aganist to the
application
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajendra
Understand the correct reason:
Reasons Test case writing
How the tester understood the system functionality.
Systematic steps that follow to test each feature of system.
if any new man come for testing,he can execute the test
cases by reading step by step process.
It will avoid illusions ans ambiguity of the system
functionality,bcoz after writing testcases senior people do
review on the test cases.
It is proof for testing team that every function traced
ok
friends
byee
rajendra
rajendra_penumalli@yahoo.com
call me at:9885162742
hyderabad
india
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / chitra
Test case is a document which specifies set of input data
and expected result which is used to test the application
for the intension of finding bugs.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bhagyashri
to check the functionality of the application
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you perform regression testing?
What are the stages in the Test Development Life Cycle?
When we will do Retesting? Only after Bug fixation?Is there any other case?
What is defect life cyce?
what types of bugs will we find out in banking projects
What is Testing Life Cycle. Explain Briefly?
Build with fixes has been deployed on QA environment if asked by your manager to reproduce how can you reproduce the issues? (by using the previous build) Can you access the previous build? If so ,what are the tools or how can you access?
name some popular functional testing tool
What is Cursor Testing? Is it come under Manual or Automation testing .Explain?
how to check stress and load testing by manually ? with example
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.
What is mutation testing & when can it be done?