Trimming " from excel Sheet
HI, I am passing the Elements from Excel sheet to my code and in the process test complete is putting \ in elements and looking for something else which I am not passing. For Example I want to pass...
View ArticleBug with templateId in JSON API?
We've just upgraded to Collaborator 9.3.9300 and tested one of our custom scripts that uses JSON to automatically create reviews. I've found that sending JSON commands that include the templateId...
View ArticlewImage: How to tell if a SysListView32 table has an image or not?
I want to tell if a cell in my ListView32 table contains a wImage (code-jock checkbox) or normal text. [See attached]For text the object spy tells me that it is a (Null Object).The watchList however...
View ArticleCustom Soap Header using Soap UI
I am developing WCF service using Asp.net with C#. I want to read the soap header value which is added in the bottom of the soap ui. While adding the header in the bottom it is not added in the above...
View ArticleCollaborator v9.3 server cannot connect to VisualSVN Server v3.4
Hello,We have a Collaborator v9.3.9300 server that has to support us for code reviews on a SVN codebase hosted on VisualSVN Server v3.4.1 based on SVN 1.9.On the server machine, we have installed...
View ArticleEnvironment handling
Is there a way to have the domain of my endpoints variable? like in postman I would set a {{url}} parameter which i could set different environments. I would like to run the tests after a build for a...
View ArticleStarting ReadyAPI 1.4.1 in our VM takes 5+ minutes...
Hi, We've been using SoapUI Pro for a long time and have it as a standard part of our build process doing automated testing. We've got the execution of our Web Services test harness being done in a VM...
View ArticleHow to use method in separate groovy script within test case
My directory structure is something like as follows: -testSuite--testCase---model (groovy script)---view (groovy script)---login (soap request)---logout (soap request) Essentially - is it possible to...
View ArticleSetting the current active row on an Infragistics XAMDataGrid
I would like to be able to set the current active row on a XamDataGrid. I can find the row by searching for the "Testcomplete Import 1" data value in the datacolumn "Description" on the XamDatGrid...
View ArticleManually creating image comparsion mask
Hello,i followed the instructions here but when i try to load the created mask (monochrome bitmap created with paint) a error message ("no black/white image" as you can see on the attached screenshot)...
View ArticleParsing XML Response
Good morning. I have an XML response that has the following structure: 111 222 (1->M) 333 (1->M) 333 333 222 333 333........ I need to parse the response XML, query each...
View ArticleFind is very slow for TestComplete10
I test a delphi object and find is very slow in TestComplete10 : ~ 4 seconds. I use "ObjectIdentifier" to find an object :l_PropName = new Array("ObjectIdentifier", "Visible", "Enabled"); l_PropVal =...
View ArticleEasy way to set all test cases to NOT abort on error?
Right now I'm haveing to go through a large library of tests and open each test case in order to uncheck the "Abort on Error" check box. Is there a global setting I can use to override this? Thanks!
View ArticleInfragistics Wingrid add new box button
My application is using an Infragistics Wingrid that has an add new box button. The only way I can Click the button is with a Click on the grid object at a given point. How do i click the Button and...
View ArticleCan I reuse the same test in multiple project suites?
Can I reuse the same test in multiple project suites? If so, how? When I tried this, and added my test from "add existing", it just saved over my original test. For example, my test creates a sales...
View ArticleIs there any alternative for On Error Resume Next in VB Script. .
I have function with 10 lines of code and each line I need a check point to check whether it has any error ..Instead of writing On Error Resume Next before each line of code , is there any alternative...
View ArticleFailing "message content assertions" in reports
Hello, I've got some test suites which are run nightly (using Jenkins), and for whose I receive a report every morning. This report is generated using "testrunner.bat -j", which puts the data in a...
View ArticleButtons of SoapUI 5.2.1 un-responsive in Fedora 22
Hi guys Installed the open source SoapUI 5.2.1 in Fedora 22. Installation went fine smoothly. When I open the SoapUI, the window opens fine but none of the buttons in the window are responding to my...
View ArticleADO.CreateADOCommand produces "Provider cannot be found. It may not be...
I am using ADO.CreateADOCommand to connect to a Microsoft SQL 2005 server, but keep getting the error message "Provider cannot be found. It may not be properly installed".This script still works on my...
View ArticleJSONPath Expression to assert a list contains a specific element
I'm looking for an expression which checks if an element with id=123 is contained in a json-list. [ { "id": "123" } }, { "id": "456" } } ] Given the above list, I could use this JSONPath Expression:...
View Article