Answered Questions

  • Exploratory Testing

    Where does Exploratory Testing Fit? What are the Pros and Cons in Exploratory Testing?

    yuganr

    • Jan 6th, 2011

    Exploratory testing comes in picture due to lack of documentation. When there is no availability of documentation then testing team depends on similar project browsing, contacts with customer site pe...

  • Integration Test

    The product is in its later stages of development and you are going to release the product within the next few test cycles. You are supposed to begin testing this afternoon. Several mission-critical defects have been fixed but the development team has not completed Integration Testing. Unexpected circumstances have pushed your resources to the edge of the test window and you will not be able to...

    sarega99

    • Jun 30th, 2010

    Integration testing is done to make sure that all the modules are intergrated correctly together. Usually modules are broken down based on the functional groups. For integration testing, when writing ...

  • Select Recording Mode

    How do we decide as to which recording mode from Context Recording (Normal), Analog Recording or Low Level Recording do we select for an application? What is uniqueness in each recording mode?

    debi_m19

    • Oct 21st, 2009

    Normal Recording mode is the normal default recording mode.Analog recording mode is typically used for recording drag and drop feature.Low Level Recording is used identifying an object with the coordinates of a object

  • DIM and SET

    What is the difference between DIM and SET? When to use DIM and when to use SET.

    manoj kumar

    • Sep 23rd, 2019

    Dim is used to declare the variable and Set is used to assign the value to variable.
    Eg: Dim temp
    Set temp=20

    Sagar

    • Jul 25th, 2017

    Dim keyword is used to declare a variable, where as Set keyword used to declare object