ContributionsMost RecentMost LikesSolutionswhat is the purpose of a Property for data connection sourcewant to use a saved property in the test case to query the database, and validate the query result against the test. So, steps are: use data source GRID to create data for testing insert GRID data into file data source insert file data source as XML into an XML parameter for the API call run the API call catch a new ID returned with the API response pass the new ID to SQL data source, execute query <== up to here, I'm fine The Data Connection data source has a PROPERTY named pproduct_iprodkey. The query which was executed selects this based upon the values passed from the GRID data. I want to see if this Data Connection property matches the new ID caught in the transfer step. BUT, the pproduct_iprodkey never has a value. I can't find any information regarding how to use this property in the context of a Data Connection data sourceRe: help inserting datasource variable into xml stringsome additional clarification - there are 3 parameters to the web method: username, password, and XML, which is the data to pass to the method. I'd like to have the XML defined statically to the test, with parameters in the XML string which will be populated at run time by a data step. If the entire XML message is wrapped in a CDATA wrapper and saved to a file, I can pull the entire message and populate a property inserted into the CDATA string, but this doesn't work if the CDATA wrapper and XML are part of the test case.help inserting datasource variable into xml stringtrying to drive data in a manner similar to this, but don't know how to insert variable into a string. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sat="http://tempuri.org/SatuitWebService/SatuitCRM_XML_API"> <soapenv:Header/> <soapenv:Body> <sat:AddActivity> <!--Optional:--> <sat:strUID>fletch</sat:strUID> <!--Optional:--> <sat:strPWD>jackass12</sat:strPWD> <!--Optional:--> <sat:xmlData><![CDATA[<?xml version="1.0" encoding="utf-8" ?> <tables> <ptickler> <row> <icomkey>-1</icomkey> <ibuskey>395</ibuskey> <dcomment>${ActivitySource#dcomment}</dcomment> <cactivity>Appointment</cactivity> <cnoteudf3>New activity rah</cnoteudf3> <cphase /> <cbphswitch /> </row> </ptickler> </tables> ]]></sat:xmlData> </sat:AddActivity> </soapenv:Body> </soapenv:Envelope>Does anyone else suffer frequent usability issues with the hosted app?over the past 3 years we've suffered significant performance issues, to the point where we're often ready to pull the plug and communicating directly with various senior management resources. we also suffer somewhat frequent issues with session timeouts, support center functionality, ability to attach files and quite strangely even the simple ability to log in and use the product. wondering if we are the only customer experiencing these issues - or perhaps the only customer?!