How do I clone an existing Groovy test step and insert it into another test...
Hi there, I want to dynamically build a SoapUI test structure so that my team can significantly reduce their prep time and get straight into testing. In one of my previous posts I was able to generate...
View ArticleDo not enable deleted XML requests
Hi, I'm using SoapUI PRO version 5.1.2. I'm testing a services with multiple operations.The policy of the company is that each operation contains all the full XML of all the input requests.As an...
View ArticleWhy does TestComplete MSAA not seem to support error codes correctly?
Hi, we are currently trying to use MSAA in TestComplete to get the values from a list object in a GUI by first selecting it from the TC script and later reading the associated values. To enable this,...
View ArticleWhat is the difference in the MSAA object handling when using "backwards...
Hi, we are currently trying to use MSAA object support in TestComplete; unfortunately the only way we seem to be able to get MSAA-enabled objects to show up as such is to enable the checkbox on the...
View ArticleHow to send this request with soapui to a WCF service
Hi, I need to test a WCF Service with SOAPUi but I don't know why it is not work with SOAPUi and works in a Java client with CXF and WSS4J I've attach the request  that work, the request from SOAPUI...
View Articlecode collaborator application 9.1 version with Oracle 12.1G/12.1C database.
Hi, We have clarification on oracle 12.1G/12.1C database support with Code Collabrator. Currently, Code collaborator is not compatible with Oracle 12.1 database version.1. Is there any road map to...
View ArticleUpdated to SOAPUI 5.2.0 and now the assertion that I added to a test case is...
I have created a 'Contains' assertion to one of my teststeps (Using REST request) . In the Contains text box ,I copied by Raw response data and when i run the step, it always fail.Howevere it works for...
View ArticleIs there anyway to use a variable for think time in scenario pages?
I want to vary the think time for different executions of a page in a scenario without setting the whole test to use random thinktime - how can I do this?
View ArticleTest Coverage Run Details by Test Set Report
Hi, I have a regression setup with 30 'sub-folders' that are my test sets with each containing additional sub-folders for various specific areas to test and those of course contain the actual tests to...
View ArticleNullPointerException when adding a new step (extension of...
Hi I hope that someone can help me, as I've been trying to solve this problem all week. I'm trying to extend the RestTestRequestStep class, to create a type of REST request step with integrated...
View ArticleMaking use of Call Log.warning.... Doesn't "Break" TestComplete, right?...Right?
OK, Given this REALLY SIMPLE little set of code:I thought it would be great to change the message to a Warning, in the case of Reports, which does not work...Ran it once... here's the output:Note that,...
View ArticleLooking for a code library or such...
Is there a forum (or a place here that I am missing) where people are sharing cool little scripts that can be shared?Little things like a popup window that shows a test operator what the current...
View ArticleHow can I use in assertation count of rows from sql result?
How can I use in assertation count of rows from sql result? Any idea?
View ArticleHOW CAN I SAVE DOWNLOADED IMAGE BY DIRECT HTTP REQUEST AND COMPARE IT WITH MY...
How can I save downloaded image by direct http request and compare it with my local image?
View ArticleHOW CAN I USE CUSTOM PARAMETERES IN SQL QUERY?
How can I use custom parameteres in SQL query, I want use datasourse step with data connection and use something like select * from dbase where {$param_1_for_sql} in my requst into datasource.
View ArticleHOW CAN I CHECK WHAT OBLECTS IN JSON SORTED CORRECTLY BY SOME KEY?
How can I check what oblects in json sorted correctly by some key, I need something like this: Assert what objects sorted by color in ABC order: assert(isSort([{id:5, color:red}, {id:8,...
View ArticleGET DIFFERENCE BETWEEN 2 JSONS AND GET SURPLUS FOR JSON1 TO JSON2
How compare 2 json response, one like [{id:5, color:red}, {id:8, color:blue}{id:9, color:blue}{id:2, color:green}] and secound like {[id:2, status:1], [id:8, status:2],[id:100, status:1]}, I need...
View ArticleHOW USE RESULT FROM DATASOURCE IN GROOVY AND HOW USE SQL RESULT FOR...
How use result from datasource in groovy (I use Dataconnection) and how use sql result for assertetion in other steps? Could I convert result in Json?
View ArticleHOW CAN I REPETE TESTSTEP UNTILL GET SOME SPECIFIC RESPONSE?
I have testcase with testeps with video uploading and second testest with checking status for uploaded video in first step. How can I loop second step untill server will send status 200 - video was...
View Article