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]")