How to return a value from function...?
you should not tell msgbox, print.. etc.,
Answer Posted / bfakruddin
in VB Script
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
How can the spaces from the string be removed?
What are the properties of regexp object?
Both Static and dynamic arrays are handled by VB script. Is it true?
What is dictionary object in vbscript? Explain?
Which operator is used to perform the comparison among 2 operands in the vbscript language?
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("<
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
Why is error handling required?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
Mention what if you do not specify anything when you call a procedure?
Mention when to use function procedures and what are its characteristics?
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
Explain the .wsf files?
How to access array data?