A new release of FrameworkManager is here - Version 0.81!
What the package includes
FrameworkManager.tdssln.settings The TDS code project wrapper
FrameworkManager.chm – The extensive readme help-file
\Documentation Backup Readme files. All of them appear in FrameworkManager.chm.
\Libraries Actual FrameworkManager code: the main tree node class, and input and random value mini-classes
\Resources The excel object-tree file, ready for running the demo test.
\Demo App A small application demonstrating the power of FrameworkManager. To be used with the demo test.
\Tests A demo test demonstrating the power of FrameworkManager. To be used with the demo app.
\Tests\VBS Backup The demo test code, for those who can’t open QTP 9.2 tests
Important: Once you download the file, I suggest you throughly read the help file (FrameworkManager.chm), and specifically the "Understanding FrameworkManager" section. After that, examine the attached demo-app and excel fine to get a better grip on how things are actually done.
Go right ahead and download this version:
Posted in FrameworkManager



Yaron Assa




July 9th, 2008 at 7:25 am
Thanks for you sharing!
July 16th, 2008 at 11:59 am
this is very helfful for me.
thanks
August 14th, 2008 at 1:06 am
Unfortunately for me when I run example 2 I get an error:
Object Required: ‘Me.GetLeaf(…)’
Starting Line: 358
If ((bConditionTrue = True) And (Not Me.GetLeaf(sConditionField).ValidateValue(sConditionValue))) Or _
((bConditionTrue = False) And (Me.GetLeaf(sConditionField).ValidateValue(sConditionValue) )) Then
Report “General”, “Input Field”,”Checking Condition” , “Condition didn’t apply”, “Aborting Field Input” & vbCrLf & _
“Field =” & Me.FullName & vbCrLf & “Condition = ” & Me.Properties.Item(”Condition”)
Input = True
Exit Function
August 14th, 2008 at 1:07 am
BTW I ran it as is from the download. Only change I made was to the excel constant.
September 3rd, 2008 at 1:22 am
I clap ur effort to make it share ..Thanks Buddy
It’s grat learning exprience
September 17th, 2008 at 11:33 pm
Can you explain the advantages/disadvantages compared to registering userdefined functions to objectclasses?