Thomas Moore admin
About
- Username
- Thomas Moore
- Joined
- Visits
- 1,848
- Last Active
- Roles
- Admin, Staff
- Points
- 92
- Badges
- 10
- Posts
- 75
Reactions
-
Re: No Data Source column named ... Error
Hi, By default, SOAtest will not extract NULL/missing fields in a data bank. To do this, you will want to make sure the following fields are selected in your data bank: (Image) For more information o… (View Post)1 -
Re: How add an extension tool that respond requests?
Hi angrymouse, If you want to access the request information in a script, my recommendation would be to use a text databank to grab the entire request and then reference that databanked value using c… (View Post)6 -
Re: Condition data fetch in databank using regular expression
Hi Udaya, To do this, you will need to use a JSON Databank with a custom XPath value. The XPath you're looking for is going to be something like this: /root/customers[1]/item[id="555"]/cust… (View Post)1 -
Re: Triggering SOAtest TestSuite Runs Using Java Code Internally through ExtensionTool
Hi Rahul, One thing you might be able to try is calling the SOAtest REST API to execute the additional tests. To use it, you must first start up the SOAtest server, which can be found under Window -&… (View Post)1 -
Re: Loop through files in a directory with POST http request for each file
Hi Irina, One easy way to do is this by using a File Datasource. You can point the File Datasource at any filepath on your machine, and it will add another row to each of its columns for every file i… (View Post)1