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 ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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. |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Urgent - WinRunner user guide material | priyapp | Testing Tutorials | 3 | 02-16-2007 03:37 AM |
| Tutorial on Silk Test | spriya279 | Testing Tutorials | 2 | 02-15-2007 07:31 PM |
| qtp&winreunner materail | mattana_79 | Testing Tutorials | 1 | 02-14-2007 05:51 AM |
| comp.cad.autocad AutoLISP FAQ (part 2/2) - samples, code | Reini Urban | Tech FAQ | 0 | 05-01-2004 06:30 AM |
| [FAQ] FileMaker Pro - database for Macintosh and Windows | Martin Trautmann | Tech FAQ | 0 | 04-17-2004 08:26 AM |