Answer Posted / ramash varma
for VBScript in QTP orientation visit:
www.gcreddy.com
there you can get:
VBScript examples,
GUI Scripts,
Web Scripts,
Database scripts,
Excel scripts,
Flat files scripts etc..
It is a very useful site for QTP advanced learners.
Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What are keywords in the vbscript language?
1. How do declare public variable in vb scripts?
Explain the adodb.stream class?
How will you get the last occurrence of one string within another string using vbscript?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
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 ?
What are the data types supported by vbscript?
What is the purpose of the err object in the vbscript language?
What is the use of the date function in the vbscript language?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
How can the spaces from the string be removed?
In html file what is an ideal position to include vbscript?
Mention how to create a cookie using vbscript?
What are the different types of loops available in the vbscript language?
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)