
- Forum
- Testing
- Software Testing
- What is the use case testing?
What is the use case testing?
This is a discussion on What is the use case testing? within the Software Testing forums, part of the Testing category; This technique helps to identify the test cases which cover the entire system, on a transaction basis from start to ...
-
10-15-2011, 02:18 PM #1
- Join Date
- Oct 2011
- Answers
- 10
What is the use case testing?
This technique helps to identify the test cases which cover the entire system, on a transaction basis from start to finish.
-
10-17-2011, 09:27 AM #2
- Join Date
- Oct 2011
- Answers
- 24
A Usecase is a description about how a system is actually used by the end user.
Usecases are a flow of steps that describe the interactions between the user and the software system.
Use case describe what the user does and what the user sees rather than what inputs the software system expects and what the system outputs.
-
11-15-2011, 08:52 AM #3
- Join Date
- Oct 2011
- Answers
- 30
Hi all,
Use case testing:-
Use case testing is a technique that helps us to identify test cases.
Use case are the sequence of steps that describes the interaction between actor and system.Actor is nothing but the user of the systems.
Thanks
Sudhansu
-
12-21-2011, 02:39 AM #4
- Join Date
- Oct 2011
- Answers
- 32
Hello,
Integration testing is a significant test level of the testing process. It normally verifies that all the interfaces between different modules and their are interaction between each other. It also tests the dependecies between modules and as a whole multiple dependent modules generating desired output or not.
many approaches are there for Integration testing:
1) Big-bang approach.
2) Incremental testing approach.
Integration Testing applied to more than one level on test objects of varying size :
component integration testing
system integration testing
-
Sponsored Ads
«
Functional requiremnets
|
Vss
»

Reply With Quote





