Is it possible to pass optional argument to function in vb
script?
Answer Posted / guest
YES
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
What are the rules to name variable in vbscript?
Explain the .wsf files?
How to open a file. What is the perpose of true and false mode there?
What are the different types of operators and their order of precedence?
Is VB Script Case sensitive or Case insensitive?
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 is loose binding? Why is it not a good practice to use it?
Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.
Mention when to use function procedures and what are its characteristics?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
Which data type/types are supported by vbscript language and what are their specialties?
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.