
- Forum
- Testing
- Software Testing
- Select Block in QTP
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 ...
-
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.
-
11-08-2007, 11:11 AM #2
- Join Date
- Nov 2007
- Answers
- 1
can you provide more information on what you need??

Reply With Quote





