The test is such - i send an http request and get an xml file back.I would like to check if the value of the attribute of a certain node is what I expect,
so I set up an Xpath assertion that looks like this:
/window/vbox/hbox/vbox/attribute::id = "sideDock" which returns false and here is what the assertion listnener has: TransformerException: Can not convert #BOOLEAN to a NodeList! Does anyone has an idea what i am doing wrong here ? - Oleg.

