What is select case statement?



What is select case statement?..

Answer / Ashwani Kumar Singh

The Select Case statement in VBScript is used to evaluate an expression and then execute code based on the value of that expression. It's a flow control structure for decision making.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB Script Interview Questions

Which is the default Data types in VBScript?

5 Answers  


How to copy from one script to another script in qtp

4 Answers  


What are the different types of operators and their order of precedence?

1 Answers  


Diff between web table ,datatable and data base (QTP)

2 Answers   TCS,


what is the object hyrarchy in QTP for a web based application

1 Answers  


how many types of recording are there?

1 Answers  


Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?

1 Answers   Tech Mahindra,


Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?

1 Answers  


hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time..and what property we should take while we r using descriptive programming for a link..

6 Answers  


What is the output of a + b in vbscript if a = 5 and b = 10?

1 Answers  


write script to open Gmail.com, and to write script for entering username and password and show whether the result as pass or fail

2 Answers   Thomson Reuters,


Description.Create

1 Answers   IBM,


Categories