Answer Posted / senthilan . d
dim rs as new ADODB.recordset
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
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 ?
Explain about the functionality of vb script?
How many types of procedures are available in the vbscript language?
Mention what if you do not specify anything when you call a procedure?
What is the output of a + b in vbscript if a = 5 and b = 10?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
How are arrays declared in the vbscript language?
What are string functions in vbscript?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
What purpose does ‘on error resume next’ serves?
give me any information abou vb script books learn quckly
write any ttest cases using check points and parameterization
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
What is vbscript procedures?