Can a function return a dictionary object?
Answer Posted / parag barjatiya
Public Sub GetValue()
Set obj = getname
MsgBox (obj.Item("name"))
End Sub
Public Function getname()
Dim dicObj
Set dicObj = CreateObject("Scripting.Dictionary")
dicObj.Add "name", "Uday Kumar"
Set getname = dicObj
End Function
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
when will you do debug your script? and explain that process?
Please guide me release notes of Automation once scripts are completed
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
How can you pass value one action to another action?
Where we can use the synchronization?
please post the interview questions for QA position in FACTSET
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
What is the expert view?
what is the difference between the modular framework and datadriven frame work
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
How do you create new test sets in td?
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
Explain more about the Test Fusion Report of QTP?
What are the flaws in water fall model and how to overcome it?
What are the general steps involved in the data driven framework?