Whether we write one test case for one use case?
Answers were Sorted based on User's Feedback
Answer / ranjith nair
Some times "YES" and may times "NO"
Some usecases are very simple so that only one testcase is
required to cover the functionality.But many times usecases
are very complicated so that a lot ot testcases are
required tocover the whole functionality
ex"usecase->Applicant login the screen
This usecase needs a minumum of 10 testcases id to cover
the whole funcionality
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / madan
A use case is a technique for documenting the potential
requirements from a software.They are otherwise called
Functional requirements. Each use case provides one or more
scenarios abt the functionalities of the Application that
convey how the system should interact with the end user or
another system to achieve a specific business goal. Use
cases enable a tester to write test cases much before the
coding.
Use cases can be simple to complex. may include single
functionality of the application to multiple
functionalities. so dependeing upon the functionality
coverage by the usecase, we may write either one test case
or multiple test cases.
| Is This Answer Correct ? | 0 Yes | 0 No |
An employee table, with the columns id, name, sal and dob.Query to select emp names of all highest salaries(there are 4-5 people having the same salary which happens to be the highest).
what is parallel testing?
what are the parameters use to write the test plan document?
Could anybody send me testcase format for website testing?
what is the difference between Test case and Test scenario? is it necessary to prepare scenarios before writing test cases?explain in detail.
What would be your action if client would raise a bug after release?
can anyone please tell how a rally tool is used in testing. what are the tester roles in using this tool and the detail working of this tool.
Hi im MCA Graduate. Can anyone clarify my Doubt.I had Avg knowledge on VB , DotNet(vb) and Core Java. Also hands on Sql Server. Is it necessary to gain full knowledge for a Manual Tester to attain knwldg on Languages? On what areas , i have to concentrate to become a good and prefessional in Manual Testeting Field? Plz clarify me.
what is database testing
Who are all involved in an inspection meeting?
what is product backlog...
How System testing is different from the Functional testing??