Uses of Interface
com.eviware.soapui.model.support.XPathReferenceContainer

Packages that use XPathReferenceContainer
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
com.eviware.soapui.impl.wsdl.teststeps.assertions.basic   
com.eviware.soapui.security.scan   
 

Uses of XPathReferenceContainer in com.eviware.soapui.impl.wsdl.teststeps
 

Classes in com.eviware.soapui.impl.wsdl.teststeps that implement XPathReferenceContainer
 class PropertyTransfersTestStep
          WsdlTestStep for transferring values from a WsdlTestRequest response to a WsdlTestRequest request using XPath expressions
 class WsdlGotoTestStep
          TestStep that moves execution to another step based on the contents of a XML Property
 

Uses of XPathReferenceContainer in com.eviware.soapui.impl.wsdl.teststeps.assertions.basic
 

Classes in com.eviware.soapui.impl.wsdl.teststeps.assertions.basic that implement XPathReferenceContainer
 class XPathContainsAssertion
          Assertion that matches a specified XPath expression and its expected result against the associated WsdlTestRequests response message
 class XQueryContainsAssertion
          Assertion that matches a specified XQuery expression and its expected result against the associated WsdlTestRequests response message
 

Uses of XPathReferenceContainer in com.eviware.soapui.security.scan
 

Classes in com.eviware.soapui.security.scan that implement XPathReferenceContainer
 class AbstractSecurityScanWithProperties
          These are for Security Scans that mutate parameters.
 class BoundarySecurityScan
           
 class CrossSiteScriptingScan
          This checks whether any parameters sent in the request are included in the response, If they do appear, this is a good parameter to look at as a possible attack vector for XSS
 class FuzzerSecurityScan
           
 class GroovySecurityScan
           
 class InvalidTypesSecurityScan
           
 class MalformedXmlSecurityScan
           
 class SQLInjectionScan
          This will test whether a targeted web page is vulnerable to reflected XSS attacks
 class XmlBombSecurityScan
           
 class XPathInjectionSecurityScan
           
 



Copyright © 2005-2011 eviware.com. All Rights Reserved.