Exforsys
+ Reply to Thread
Results 1 to 5 of 5

software testing

This is a discussion on software testing within the Software Testing forums, part of the Testing category; can anyone help me out in giving me sum good projects in software testing which covers Winrunner, Loadrunnwer, TD ,SQA ...

  1. #1
    vamsi_pendela is offline Junior Member Array
    Join Date
    Jan 2007
    Answers
    1

    Thumbs up software testing

    can anyone help me out in giving me sum good projects in software testing which covers Winrunner, Loadrunnwer, TD ,SQA and Silk test.
    If not all atleast one tool.


  2. #2
    techguru is offline Senior Member Array
    Join Date
    Mar 2005
    Answers
    112
    There are no projects available on web unless you have evaluation version or working for a company which uses that software..


  3. #3
    awais786 is offline Junior Member Array
    Join Date
    Sep 2004
    Answers
    3
    I do not understand what you need. Do you need a tool or a project. If you need a project then you can test any live site, or if you need a tool then download QTP Trial Version from mercury its free for 14 days.


  4. #4
    nageswari is offline Junior Member Array
    Join Date
    Jan 2007
    Answers
    14
    nag,
    please explain what is s/w development life cycle & models


  5. #5
    kalyansantosh is offline Member Array
    Join Date
    Feb 2007
    Location
    Chennai
    Answers
    84
    Software Testing Life Cycle:

    The test development life cycle contains the following components:

    Requirements
    Use Case Document
    Test Plan
    Test Case
    Test Case execution
    Report Analysis
    Bug Analysis
    Bug Reporting
    Typical interaction scenario from a user's perspective for system requirements studies or testing. In other words, "an actual or realistic example scenario". A use case describes the use of a system from start to finish. Use cases focus attention on aspects of a system useful to people outside of the system itself.
    • Users of a program are called users or clients.
    • Users of an enterprise are called customers, suppliers, etc.
    Use Case:
    A collection of possible scenarios between the system under discussion and external actors, characterized by the goal the primary actor has toward the system's declared responsibilities, showing how the primary actor's goal might be delivered or might fail.
    Use cases are goals (use cases and goals are used interchangeably) that are made up of scenarios. Scenarios consist of a sequence of steps to achieve the goal, each step in a scenario is a sub (or mini) goal of the use case. As such each sub goal represents either another use case (subordinate use case) or an autonomous action that is at the lowest level desired by our use case decomposition.
    This hierarchical relationship is needed to properly model the requirements of a system being developed. A complete use case analysis requires several levels. In addition the level at which the use case is operating at it is important to understand the scope it is addressing. The level and scope are important to assure that the language and granularity of scenario steps remain consistent within the use case.
    There are two scopes that use cases are written from: Strategic and System. There are also three levels: Summary, User and Sub-function.
    Scopes: Strategic and System

    Strategic Scope:
    The goal (Use Case) is a strategic goal with respect to the system. These goals are goals of value to the organization. The use case shows how the system is used to benefit the organization.,/p> These strategic use cases will eventually use some of the same lower level (subordinate) use cases.

    System Scope:
    Use cases at system scope are bounded by the system under development. The goals represent specific functionality required of the system. The majority of the use cases are at system scope. These use cases are often steps in strategic level use cases
    Levels: Summary Goal , User Goal and Sub-function.

    Sub-function Level Use Case:
    A sub goal or step is below the main level of interest to the user. Examples are "logging in" and "locate a device in a DB". Always at System Scope.
    User Level Use Case:
    This is the level of greatest interest. It represents a user task or elementary business process. A user level goal addresses the question "Does your job performance depend on how many of these you do in a day". For example "Create Site View" or "Create New Device" would be user level goals but "Log In to System" would not. Always at System Scope.
    Summary Level Use Case:
    Written for either strategic or system scope. They represent collections of User Level Goals. For example summary goal "Configure Data Base" might include as a step, user level goal "Add Device to database". Either at System of Strategic Scope.
    Test Documentation
    Test documentation is a required tool for managing and maintaining the testing process. Documents produced by testers should answer the following questions:
    • What to test? Test Plan
    • How to test? Test Specification
    • What are the results? Test Results Analysis Report
    Bug Life cycle:
    In entomology(the study of real, living Bugs), the term life cycle refers to the various stages that an insect assumes over its life. If you think back to your high school biology class, you will remember that the life cycle stages for most insects are the egg, larvae, pupae and adult. It seems appropriate, given that software problems are also called bugs, that a similar life cycle system is used to identify their stages of life. Figure 18.2 shows an example of the simplest, and most optimal, software bug life cycle.

    This example shows that when a bug is found by a Software Tester, its logged and assigned to a programmer to be fixed. This state is called open state. Once the programmer fixes the code , he assigns it back to the tester and the bugs enters the resolved state. The tester then performs a regression test to confirm that the bug is indeed fixed and, if it closes it out. The bug then enters its final state, the closed state.
    In some situations though, the life cycle gets a bit more complicated.
    In this case the life cycle starts out the same with the Tester opening the bug and assigning to the programmer, but the programmer doesn’t fix it. He doesn’t think its bad enough to fix and assigns it to the project manager to decide. The Project Manager agrees with the Programmer and places the Bug in the resolved state as a “wont-fix” bug. The tester disagrees, looks for and finds a more obvious and general case that demonstrates the bug, reopens it, and assigns it to the Programmer to fix. The programmer fixes the bg, resolves it as fixed, and assign it to the Tester. The tester confirms the fix and closes the bug


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...