One Testing Center

QTP - Keyword Driven Framework. QTP Learning Book - Learn By Questions. QTP Learning Book - Made Easy - Part1. QTP Learning Book - Made Easy - Part2. QTP Quality Center - QC.

Recent Post

QTP - Getting Object Properties Dynamically

QTP - Getting Object Properties Dynamically  '************************************************************************ ' Get Value Property  '************************************************************************ 'Return the object 'Value' property 'Description Returns the Object value Public Function GetValueProperty (obj)    GetValueProperty = obj.GetROProperty("value") End Function '************************************************************************ ' Get Text Property '************************************************************************ 'Return...

VB Script Features

VB Script Features              VB Script Features Category Keywords Array handling Array, Dim, Private, Public, ReDim, IsArray, Erase, LBound, UBound Assignments Set Comments Comments using ' or Rem Constants/Literals Empty, Nothing, Null, True, False Control flow Do...Loop, For...Next, For Each...Next, If...Then...Else, Select Case, While...Wend, With Conversions ...

QTP - Descriptive Programming

QTP - Descriptive Programming  '#################################################### '# Descriptive Programming Objects > DPWebEdit '#################################################### Public Sub DPWebEdit (strWebEdit,strInValue)  If strInValue <> "" Then   Set obj_WebEdit = Description.Create    obj_WebEdit ("Class Name").value = "WebEdit"   obj_WebEdit ("name").value= strWebEdit                       Browser(strBrowser).page(strPage).Sync   Browser(strBrowser).Page(strPage).WebEdit(obj_WebEdit).Set strInValue  End...

GAReddy @ OneTestingCenter @ All Articles