Exforsys
+ Reply to Thread
Results 1 to 4 of 4

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 ...

  1. #1
    jessie143143 is offline Junior Member Array
    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.


  2. #2
    mfsi-satyakamm is offline Junior Member Array
    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.


  3. #3
    mfsi_sudhansup is offline Member Array
    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


  4. #4
    mfsi_nilanjan is offline Member Array
    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



Latest Article

Network Security Risk Assessment and Measurement

Read More...