Forum Discussion
SmartBear_Suppo
Alumni
17 years agoHello,
You could use Property Expansions for this. To do so, create a global property with your namespace declaration, for example:
Then in each assertion add the property expansion, for example:
Regards,
Dain
eviware.com
You could use Property Expansions for this. To do so, create a global property with your namespace declaration, for example:
Name Value
---------------------------------------------------------
namespace declare namespace tut='http:/tutorial.webservices.helloservice/';
Then in each assertion add the property expansion, for example:
${namespace}
//tut:sayHelloResponse[1]/greeting[1]/text()
Regards,
Dain
eviware.com