TestExecute 11.20 installer failure/problems ...
Trying to install TestExecute on a VM in the office. Running into some fairly major problems. First it started giving us the "Installer has detected another instance of TestExecute is running on your...
View ArticleDataSource with Groovy Script - NullPointerException in SoapUI NG
Steps to reproduce:In a test case create step Data source > select Groovy script and paste the below script.Add property as IDRun the script it works fineNow Close the data source screen by clicking...
View ArticleHelp needed to understand error message
Hi - I am starting to really get the hang for Groovy to extend the capabilities for soapUI and make it easier to use.In several of our test cases we have literally dozens of XPath assertions to...
View ArticleBest practices for synchronizing coordinated tests?
Greetings: In our test environment, we have test scenarios that involve- take a snapshot of our system state (this can take several minutes)- poke the system to cause a certain kind of change;- WAIT...
View ArticleI have a working python script, but it does not work in TestComplete
My script is simple, ssh to a Linux machine and run a script there. import subprocess def test(): HOST="user@host" COMMAND="/tmp/MyScript" subprocess.Popen("ssh " + HOST + " " + COMMAND, shell=True)It...
View ArticleADO recordset is closed when being returned from a function
At times I need to check if a record has been inserted into an SQL database. Sometimes I need to wait for the record to be inserted into the database (we sync certain records between two databases, it...
View ArticleHow do I navigate between browser tabs using TestComplete
I have a script (JScript) where I open a second browser tab (currently in Chrome) and do some actions. After completing those actions int he second browser tab I want to navigate back to the first...
View ArticleWhy was the "accept all" feature removed from the top of each file?
Why was the "accept all" feature removed from the top of each file? We are using version 9.3.9300.Is there a setting that he admin needs to set?
View ArticleAny object doesn't be recognized in Mobile screen.
Dear,I use mobile module in testcomplete.I remember, it worked well.But in 11.31 version, it doesn't work.Mouse point is on mobile screen(GPS menu), but it is recognized in google web page.Testcomplete...
View ArticleAfter LDAP upgrade, command line ccollab login doesn't work
After LDAP configuration and version upgrade, command line doesn't work. ccollab login http://codecollaborator 524975 jsdsjdjs throws an error,ERROR: Connectivity problem with Collaborator...
View ArticleReady! API Community Day - June 15th
Hello SmartBear Community! I want to invite you to the Ready! API Community Day. Please see the details here:https://community.smartbear.com/t5/Community-Matters-Blog/Ready-API-Community-Day/ba-p/120505
View ArticleEnter current licence in software
Hi We have an active node-locked licence for TestComplete. We need to enter the licence information onto TestComplete, however there are no options to do that. We have options to either activate a new...
View ArticleDatasource teststep not loading values in requests in Ready API 1.7.0
Hello, I have updated Ready API to the lastest version, v1.7.0. Checking my projects I have noticed that values coming from Datasoruces teststep are not being loaded in the requests; nor soap requests...
View ArticleHow to deal with suit and sub-suit test items?
I have Suit Regression and some sub-suits, see below: The question is: How to stop running Suit 1 (Test 2 and Test 3) if Test 1 failed and continue to run Suit 2 and Suit 3.I can add some logic in...
View ArticleHow should we edit the Actual result of the test cases which is already...
Let me explain clear Round 1 testing I have a test set of 10 cases Executed 10 test cases out of 10 , 1 case is failed I have wrongly updated Actual result Test set run successfully completed Now i...
View ArticleWordDocs.compare throw error on failure
Hello, I am using the WordDocs script extension to compare two word documents and it is working great. However, when the files do not match it throws a warning, and I need it to log an error instead....
View ArticleHow to create your own plugin?
I have created ExcelOLEcode.js file for working with Excel, see below code:function Create(fileName) { oWorkBook = Sys.OleObject("Excel.Application").Workbooks.Add(); oWorkBook.SaveAs(fileName);...
View ArticleCan I run an individual test item or group from a distributed Task?
I have a project with hundreds of test items in groups. Each Test calls the same procedure, with a different parameter to pull the test data and actions from an external CSV file. I've now set up a...
View ArticleRegular expressions again...
I am using Scripted Assertions that use regular expressions. I.e. the Groovy code ends up in a statement like: assert response =~ pattern In about 100 test-cases this works brilliantly but with two...
View Articleimport WSDL address URL into SOAP UI
How do I import WSDL address URL into SOAP UI. Trying to import WSDL from an XML file to SOAP UI. Please suggest
View Article