Recent Post

QTP @ Dictionary Object >> Add Method

QTP @ Dictionary Object >> Add Method


QTP @ Dictionary Object >> Add

0        '##############################################
0        ' Dictionary Object >> Add
0        '##############################################
0        Print "##############################################"
0        Print " Dictionary Object >> Add"
0        Print "##############################################"
0        'Add
0        Dim oDict   ' Create a variable.
0        Set d = CreateObject("Scripting.Dictionary")
0        oDict.Add "Subject", "QuickTestQTP"   ' Add some keys and items.
0        oDict.Add "Teacher", "GAReddy"
0        oDict.Add "Learner", "SomeBody"
0        '####################################

0 comments:

Post a Comment

GAReddy @ OneTestingCenter @ All Articles