These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Junit test cases for Adobe life cycle forms

vaseev
Registered: Feb 26 2008
Posts: 4

how to i get (read) the tooltips and field label to JUNIT (Eclips) from Adobe life cycle designer.

have seen the following code from LIFE CYCLE DESIGNER> oNode.value.resolveNode("#text").value (For label)
oNode.assist.toolTip.value (For Tool tips

Any Advise.????

Currently i am using following code to get the filed values (text that entered into the field) from Adobe lifecycle designer to JUNIT. and It working fine.

formTester.getFieldValue("xfa[0].form[0].form1[0].sfPart3[0].sfRow[0].txtCompanyName[0]")

My Product Information:
LiveCycle Designer, Windows
vaseev
Registered: Feb 26 2008
Posts: 4
Test