Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Select Block in QTP

This is a discussion on Select Block in QTP within the Software Testing forums, part of the Testing category; How to execute same set of statements in a select block for different cases, e.g. select case typ case 0 ...

  1. #1
    vsarin is offline Junior Member Array
    Join Date
    Oct 2007
    Answers
    1

    Select Block in QTP

    How to execute same set of statements in a select block for different cases, e.g.
    select case typ
    case 0
    case 1
    MsgBox "Vikas Sarin"
    end select
    It doesn't work and it requires the following to work:
    select case typ
    case 0
    MsgBox "Vikas Sarin"
    case 1
    MsgBox "Vikas Sarin"
    end select
    I need a solution asap.


  2. #2
    varma_ganesh is offline Junior Member Array
    Join Date
    Nov 2007
    Answers
    1
    can you provide more information on what you need??


Latest Article

Network Security Risk Assessment and Measurement

Read More...