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 |
Which is the default Data types in VBScript?
How to copy from one script to another script in qtp
What are the different types of operators and their order of precedence?
Diff between web table ,datatable and data base (QTP)
what is the object hyrarchy in QTP for a web based application
how many types of recording are there?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
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 ?
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..
What is the output of a + b in vbscript if a = 5 and b = 10?
write script to open Gmail.com, and to write script for entering username and password and show whether the result as pass or fail
Description.Create