Quantcast
Channel: New board topics in SmartBear Community
Viewing all 26529 articles
Browse latest View live

JSON API Error: /tmp/upload_049d_00001001.tmp (No such file or directory) (Code: IOError )

$
0
0

Hello,

 

We are using Collaborator Enterprise v12.1.12101

 

When executing in a batch file two consecutive "addfiles" commands, an error occurs when executing the second command

 

JSON API Error: /tmp/upload_04913f9d_6d5a_45c0_ae35_1a52d6672599_00001001.tmp (No such file or directory) (Code: IOError )

 

I used two Powerpoint files approximately 8MB large

 

The batch file is this:

 

off

ccollab.exe login http://zzzzzz:6060 UserNamexxxxx

ccollab.exe --debug --scm "none" addfiles --upload-comment "Comentariu pentru upload 1" 45401 "i_2016.ppt"

ccollab.exe --debug --scm "none" addfiles --upload-comment "Comentariu pentru upload 2" 45401 "Training.pptx"

 

The ccollab.exe file is 32 bit. Please see the attached files for more information. 


How to enhance the report in jenkins to get test step level failures

$
0
0

Hi All. I'm using ReadyAPI 3.0 

My Expectation is:

   Right now, I'm running my automation in jenkins. I have used couple of "Run Test Step" approach. Let say, 

            Test Case A ---> Run Test Step (will call test case B).

            Test case B ---> Run Test Step (Will call test case C). If any failures happens in B or C. I'm only getting "test failed due to run test step" instead is it possible to get the exact failure of B or C in Test Case A? I've tried some listener it does the job, but it printing the logs in jenkins console level. I would like to have in a email format that readyAPI already generating. So I can use that to send developers. Is there anyway for that ? if not any alternate approach would br highly appreciated. Thanks

TC does not recognise objects in Frames.

$
0
0

Object spy could only recognise a Frame but not the objects in the frame.

 

I get the "false" when i run below code even though I could still see objects in DOM.

page = Sys.Browser("chrome").Page("*");
obj = page.Find("className","btn btn-main btn-lg");
Log.Message(obj.Exists)

,Using groovy script to run rest api test suite.How can i add delay between test test cases

$
0
0

Hi,

i am using groovy script to run my REST API test suite and want to put delay for few test cases but not sure how and where.For Eg. test case name is verify password , reconcile password and verify password again.

So want to put delay between reconcile password and verify password again Bz reconile password test case takes time to perform the reconcilation of password where we have to wait for 2-3 minutes atleast .

 

Below is the groovy script that i m using :

def testcases = testRunner.testCase.testSuite.getTestCaseList()
// for all testCases in your test suite...
testcases.each { testcase ->
    // for all testStep inside testCase...
    def teststeps = testcase.getTestStepList()
    mylist = ['https://wevet16742.ms.ds.uhc.com']
  
    for(i in mylist)
    {
 
     teststeps.each { teststep ->
        teststep.setPropertyValue('endpoint',i)
        endpoint = teststep.getPropertyValue('endpoint')
        if(!teststep.getName().equalsIgnoreCase("RunAllTestCase"))
        {
 
         def r = teststep.run(testRunner, context)
         log.info(endpoint)
        log.info "RUNNING Service :: ${testcase.getName()} -> ${teststep.getName()}"
         log.info "RESULT :: ${r.getStatus()}"
         log.info "---------------------------------------------------------------"
       
      
        }
    }
   
    i++
    }
    
    }

 

 

 

thanks,

Cannot Create new SoapUI Project from a wsdl that binds ok in CICS WS on mainframe

$
0
0

I'm trying to create a new SoapUI project from a wsdl and xsd that bind ok on mainframe to create a CICS WebService so cannot imagine any syntax error or the like.

Please note I've tried this in SoapUI v5.4.0 & v5.2.1 (NOT SoapUI Pro).

 

The popup message states;

 

Error loading [http://localhost/var/cics/msp/dev10/DataContracts/Include/Generic.xsd]: org.apache.xmlbeans.XmlException: org.apache.xmlbeans.XmlException: error: Reference to undefined entity: raquo

 

The pertinent bit of error log is below, but not particularly useful to me as I cannot determine what is wrong.

 

2019-11-25 14:26:44,477 ERROR [errorlog] com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException
com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException
 at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.makeInvalidDefinitionException(WsdlLoader.java:127)
 at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.loadXmlObject(WsdlLoader.java:117)
 at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:486)
 at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.selectDefinitionParts(SchemaUtils.java:513)
 at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:496)
 at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.selectDefinitionParts(SchemaUtils.java:513)
 at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:496)
 at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:475)
 at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionCache.update(AbstractDefinitionCache.java:92)
 at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionContext$Loader.construct(AbstractDefinitionContext.java:208)
 at com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:46)
 at com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:131)
 at java.lang.Thread.run(Unknown Source) 

 

Any and all suggestions as to what is wrong will be gratefully received.

SOAP UI - Set Proxy Settings Using -t in CMD Execution

$
0
0

Also posted here:

 

https://stackoverflow.com/questions/59102194/soap-ui-set-proxy-settings-using-t-in-cmd-execution

 

I am getting nowhere with the documentation on this topic.

 

So far, I know the execution command is "-t" for setting the proxy settings, BUT, I cannot get the proxy settings to actually be set.

 

In other words, the command line query looks like this:

"cmd /C CD 
C:\Program Files\SmartBear\SoapUI-5.2.1\bin & testrunner.bat 
-c""TestCase"" ""SOAP_QUERY.XML"" 
-S 
-P""UserName=UsernameTest"" 
-P""Password=PasswordTest"" 
-t""autoProxy_TrueOrFalse=False"" 
-t""activateProxy_TrueOrFalse=True"" 
-t""proxy_Host=ProxyAddress"" 
-t""proxy_Port=ProxyPort"" 
-t""proxy_Username=ProxyUsername"" 
-t""proxy_Username=ProxyPassword"" 
-P""OutPutDumpFileLocation=OutPut.XML"" 
-e ""https://EndPoint"" 
-r > ""ExecutionLog.Txt"

Obviously, the values I provided are not those text values - I put the actual details in there. Example, ProxyPort could be 8080.

I know the XML for the settings of the proxy looks like this:

 

<con:soapui-settings xmlns:con="http://eviware.com/soapui/config"><con:setting id="ProxySettings@autoProxy">XYZ</con:setting><con:setting id="ProxySettings@enableProxy">XYZ</con:setting><con:setting id="ProxySettings@host">XYZ</con:setting><con:setting id="ProxySettings@port">XYZ</con:setting><con:setting id="ProxySettings@username">XYZ</con:setting><con:setting id="ProxySettings@password">XYZ</con:setting></con:soapui-settings>

BUT, I don't know if this goes into the query OR directly in the settings file and then you can parametrize it like this:

 

<con:soapui-settings xmlns:con="http://eviware.com/soapui/config"><con:setting id="ProxySettings@autoProxy">${#Project#autoProxy_TrueOrFalse}</con:setting><con:setting id="ProxySettings@enableProxy">${#Project#activateProxy_TrueOrFalse}</con:setting><con:setting id="ProxySettings@host">${#Project#proxy_Host}</con:setting><con:setting id="ProxySettings@port">${#Project#proxy_Port}</con:setting><con:setting id="ProxySettings@username">${#Project#proxy_Username}</con:setting><con:setting id="ProxySettings@password">${#Project#proxy_Password}</con:setting></con:soapui-settings>

I even tried to modify the command line query like:

"cmd /C CD 
C:\Program Files\SmartBear\SoapUI-5.2.1\bin & testrunner.bat 
-c""TestCase"" ""SOAP_QUERY.XML"" 
-S 
-P""UserName=UsernameTest"" 
-P""Password=PasswordTest"" 
-t""ProxySettings@autoProxy=False""
-t""ProxySettings@enableProxy=True""
-t""ProxySettings@host=ProxyAddress""
-t""ProxySettings@port=ProxyPort""
-t""ProxySettings@username=ProxyUsername""
-t""ProxySettings@password=ProxyPassword"" 
-P""OutPutDumpFileLocation=OutPut.XML""
-e ""https://EndPoint"" 
-r > ""ExecutionLog.Txt"

Please if anyone has experience in creating this command line execution PLEASE HELP ME.

 

 

 

 

 

Soapui, Groovy problem with JSM connection

$
0
0

Hi!

I have a Groovy script in SoapUI Open Source (5.5.4) & Hermes 1.14 which keeps sending JMS message to an IBM MQ queue.

The relevant section of the code is the following (code is simplified just for the sake of readability):

 while (testRunner.testCase.testSuite.project.getPropertyValue('STOP'+n) != '1') {

requestHolder.setNodeValue("//soapenv:Envelope/soapenv:Body/Payment/creditor/AccountNumber",accountNumber);
testRunner.runTestStepByName('sendPayment' + n);

}

Multiple threads can be started with dedicated test steps (for example: sendPayment1 for Thread-1, sendPayment2 for Thread-2)

Based on the logic above we send continously transaction to a payment hub. 

So far we had no problems using this method, but after moving to the production environment I keep getting MQ connection problems. It seems we're having trouble connecting to the queue manager, and according to the logs it's network issue - although our network experts said there was no problem with the network and all server (including the one that hosts the QM) were available in this time period. 

Did anybody experience this phenomenon? 

My biggest problem is not the outage anyway, but that the script stops working and for a more-days-long test it's a showstopper. Is there a way to catch this outage in SoapUI Groovy script? Try-catch-finally didn't workd - I think the exception was handled by another built-in class. All I see - unfortunately hours later - a log entry and a broken sending process in the database.

Thanks in advance for sharing your thought with me on this issue!

BR, Csaba

ps.: And sorry for the foreign language in the log attached, I think error codes make understandable the excerpt.

ps2: At the same time the proble occurs a ....FAILED.txt file appears in the log directory with the following content:

 

Status: FAILED
Time Taken: 10133
Size: 0
Timestamp: Fri Nov 29 14:07:59 CET 2019
TestStep: initiatePaymentOTM1

----------------- Messages ------------------------------
[SOAP Response] Response is missing or empty

----------------- Properties ------------------------------
Endpoint: jms://HERMSESSION::queue_SOAPUI_WRAPPER_IN::queue_TEST__REPLY
Username:
Encoding: UTF-8
Password:

---------------- Request ---------------------------
Request Headers:

 

---------------- Response --------------------------
Response Headers:

PowerBuilder 2019 classic | MSAA | TC 14.30 cannot resolve objects inside DataWindow


Dynamically used project variables

$
0
0

Hi everyone,

I am using Delphi application ...

Is it posible to use project based variables, dynamically in scripts ???

I want to fill edits in the application with defined project scope variables depending on parametrization

Something like:

Aliases.ApplicationName.FormName.VCLObject(Edit) := Project.Variables.VarTest

( where Edit = EditName + Index ; and VarTest = VariableName + Index)

 

Thanks in advance!

OAS3 - Error on Parameter.required - Optional Parameter

$
0
0

The swagger doc compiles properly, just that the error is getting very annoying, so I have optional URL Query, I wrote it this way: 

 

 

 parameters: 
       - in: path
         name: query
         schema:
            type: string
         description: search query

And I receive this error: 

 

should have required property 'required' missingProperty: required

So, I changed it to: 

parameters: 
       - in: path
         name: query
         schema:
           type: string
         description: search query
         required: false

And now it shows this error: 

should be equal to one of the allowed values allowedValues: true

What am I supposed to do here? 

Soapui - no sample request creation for fritzbox-wsdl (AVM TR-064)

$
0
0

Hi all,

 

someone created WSDL files for AVM TR-064 API.

https://github.com/blar/fritzbox-wsdl

https://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/AVM_TR-064_first_steps.pdf

 

When I try to import one of this WSDL files

(e.g. https://github.com/blar/fritzbox-wsdl/raw/master/wsdl/DeviceInfo1.wsdl )

to Soapui as new SOAP project, no sample request messsages for the operations are created and no error message occurs.

 

Can someone see what is wrong with WSDL file?

 

Thanks,

Quirinius

 

Swagger array response in Python not parsed as expected for generated client

$
0
0

I am implementing a REST API in Python using Swagger with Flask and connexion. I generated a client using swagger-codegen in Python. When using an interface with a GET call which returns an array I can see on the debugging logging that the response is arriving as expected to the client but the client does not process it correctly.

Here's my swagger yaml definition

schemes:
 - http
paths:             
  /elements: 
      get:
        summary: 'Fetch elements from the database'
        operationId: elements.get_elements
        responses:
          '200':
              description: Fetch elements from the database
              schema:
                 type: array
                 items:
                 $ref: '#/definitions/element'   


definitions:
  element:
    type: object
    properties:
      id:           { type: string }
      desc:         { type: string }

And this is the implementation of my API

from flask import jsonify

elements = [{'id':'1', 'desc':'description1'},{'id':'2', 'desc':'description2'}]


def get_elements():
    """
        Gets elements
    """
    return jsonify(elements)

This is the logging of my client call

>>> api_instance.elements_get_elements()
2019-11-26 11:28:02,946 DEBUG Starting new HTTP connection (1): localhost:5123
2019-11-26 11:28:02,946 DEBUG Starting new HTTP connection (1): localhost:5123
send: b'GET /elements HTTP/1.1\r\nHost: localhost:5123\r\nAccept-Encoding: identity\r\nUser-Agent: Swagger-Codegen/1.0.0/python\r\nContent-Type: application/json\r\n\r\n'
reply: 'HTTP/1.0 200 OK\r\n'
header: Content-Type: application/json
header: Content-Length: 108
header: Server: Werkzeug/0.16.0 Python/3.6.8
header: Date: Tue, 26 Nov 2019 10:28:02 GMT
2019-11-26 11:28:02,953 DEBUG http://localhost:5123 "GET /elements HTTP/1.1" 200 108
2019-11-26 11:28:02,953 DEBUG http://localhost:5123 "GET /elements HTTP/1.1" 200 108
2019-11-26 11:28:02,954 DEBUG response body: [
  {
    "desc": "description1", 
    "id": "1"
  }, 
  {
    "desc": "description2", 
    "id": "2"
  }
]

2019-11-26 11:28:02,954 DEBUG response body: [
  {
    "desc": "description1", 
    "id": "1"
  }, 
  {
    "desc": "description2", 
    "id": "2"
  }
]

{'desc': None, 'id': None}

As you can see the last line shows the result which is not the array I was expecting.

SoapUI 5.5.0 Tool clarification.?

$
0
0

We are performing the software assessment for SoapUI 5.5.0 to be used in our organization. We found network connections to the following URLs: 1.dl.eviware.com 2.api.mixpanel.com 3.www.google-analytics.com 4.soapui.org.We would like to understand the reason for this network connection including the type of data being shared with the above mentioned URLs.

Java.lang.NullPointerException on importing an Openapi 3.0.0 specification

$
0
0

We get an Java.lang.NullPointerException when we try to add an OpenAPI specification into our project in ReadyAPI.

 

Screenshot.jpg

 

Is there any chance to get more information, about the reason for the exception, in a log file or so?

 

Thanks in advance.

Install problem with SOAPUI 5.5.0 on MacOS 10.15.1

$
0
0

I'm not able to install to succesfully install SoapGUI 5.5.0 on MacOS 10.15.1 (Catalina) (Java SE6 installed)

After clicking on the "SoapUI 5.5.0 Installer" a error file creating with the following content:

Exception:

java.lang.RuntimeException: java.lang.NoClassDefFoundError: com.install4j.runtime.beans.screens.SystemFormScreen
	at com.install4j.runtime.installer.frontend.GUIHelper.invokeOnEDT(GUIHelper.java:737)
	at com.install4j.runtime.installer.config.AbstractBeanConfig.finishBatch(AbstractBeanConfig.java:51)
	at com.install4j.runtime.installer.ContextImpl.registerScreens(ContextImpl.java:695)
	at com.install4j.runtime.installer.controller.Controller.start(Controller.java:83)
	at com.install4j.runtime.installer.Installer.runInProcess(Installer.java:58)
	at com.install4j.runtime.installer.Installer.main(Installer.java:45)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:85)
	at com.install4j.runtime.launcher.MacLauncher.main(MacLauncher.java:53)
Caused by: java.lang.NoClassDefFoundError: com.install4j.runtime.beans.screens.SystemFormScreen
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
	at java.lang.Class.privateGetPublicMethods(Class.java:2902)
	at java.lang.Class.getMethods(Class.java:1615)
	at com.sun.beans.finder.MethodFinder$1.create(MethodFinder.java:54)
	at com.sun.beans.finder.MethodFinder$1.create(MethodFinder.java:49)
	at com.sun.beans.util.Cache.get(Cache.java:126)
	at com.sun.beans.finder.MethodFinder.findMethod(MethodFinder.java:81)
	at java.beans.Statement.getMethod(Statement.java:357)
	at java.beans.Statement.invokeInternal(Statement.java:261)
	at java.beans.Statement.access$000(Statement.java:58)
	at java.beans.Statement$2.run(Statement.java:185)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.beans.Statement.invoke(Statement.java:182)
	at java.beans.Expression.getValue(Expression.java:155)
	at com.sun.beans.decoder.ObjectElementHandler.getValueObject(ObjectElementHandler.java:166)
	at com.sun.beans.decoder.NewElementHandler.getValueObject(NewElementHandler.java:123)
	at com.sun.beans.decoder.ElementHandler.endElement(ElementHandler.java:169)
	at com.sun.beans.decoder.DocumentHandler.endElement(DocumentHandler.java:318)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:609)
	at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java:183)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:1339)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:327)
	at com.sun.beans.decoder.DocumentHandler$1.run(DocumentHandler.java:375)
	at com.sun.beans.decoder.DocumentHandler$1.run(DocumentHandler.java:372)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
	at com.sun.beans.decoder.DocumentHandler.parse(DocumentHandler.java:372)
	at java.beans.XMLDecoder$1.run(XMLDecoder.java:201)
	at java.beans.XMLDecoder$1.run(XMLDecoder.java:199)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.beans.XMLDecoder.parsingComplete(XMLDecoder.java:199)
	at java.beans.XMLDecoder.readObject(XMLDecoder.java:250)
	at com.install4j.runtime.installer.config.AbstractBeanConfig$2.call(AbstractBeanConfig.java:54)
	at com.install4j.runtime.installer.config.AbstractBeanConfig$2.call(AbstractBeanConfig.java:51)
	at com.install4j.runtime.installer.frontend.GUIHelper$4.run(GUIHelper.java:727)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
	at java.awt.EventQueue.access$500(EventQueue.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:709)
	at java.awt.EventQueue$3.run(EventQueue.java:703)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

System properties:

java.runtime.name=Java(TM) SE Runtime Environment
exe4j.moduleName=/Volumes/SoapUI/SoapUI 5.5.0 Installer.app
sun.boot.library.path=/private/var/folders/7g/9r0n2jf9743fn5z2_ynd6tfh0000gn/T/E2150FB9-3F02-4D9D-B157-9E21668B04D7-4218-0000020CF462C7B6/jre.bundle/Contents/Home/jre/lib
java.vm.version=25.181-b13
i4j.jreBundle=/var/folders/7g/9r0n2jf9743fn5z2_ynd6tfh0000gn/T/E2150FB9-3F02-4D9D-B157-9E21668B04D7-4218-0000020CF462C7B6/jre.bundle
gopherProxySet=false
java.vm.vendor=Oracle Corporation
java.vendor.url=http://java.oracle.com/
path.separator=:
java.vm.name=Java HotSpot(TM) 64-Bit Server VM
file.encoding.pkg=sun.io
user.country=NL
sun.java.launcher=SUN_STANDARD
sun.os.patch.level=unknown
install4j.exeDir=/Volumes/SoapUI/
java.vm.specification.name=Java Virtual Machine Specification
user.dir=/Volumes/SoapUI/SoapUI 5.5.0 Installer.app/Contents/Resources/app
java.runtime.version=1.8.0_181-b13
i4j.ownBundlePath=/Volumes/SoapUI/SoapUI 5.5.0 Installer.app
java.awt.graphicsenv=sun.awt.CGraphicsEnvironment
java.endorsed.dirs=/private/var/folders/7g/9r0n2jf9743fn5z2_ynd6tfh0000gn/T/E2150FB9-3F02-4D9D-B157-9E21668B04D7-4218-0000020CF462C7B6/jre.bundle/Contents/Home/jre/lib/endorsed
os.arch=x86_64
java.io.tmpdir=/var/folders/7g/9r0n2jf9743fn5z2_ynd6tfh0000gn/T/
line.separator=

java.vm.specification.vendor=Oracle Corporation
os.name=Mac OS X
sun.java2d.noddraw=true
sun.jnu.encoding=UTF-8
javax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
java.library.path=/Users/myhomedirectory/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
sun.awt.enableExtraMouseButtons=true
java.specification.name=Java Platform API Specification
java.class.version=52.0
sun.management.compiler=HotSpot 64-Bit Tiered Compilers
os.version=10.15.1
user.home=/Users/myhomedirectory
user.timezone=Europe/Amsterdam
java.awt.printerjob=sun.lwawt.macosx.CPrinterJob
file.encoding=UTF-8
java.specification.version=1.8
java.class.path=/Volumes/SoapUI/SoapUI 5.5.0 Installer.app/Contents/Resources/app/i4jruntime.jar
user.name=myhomedirectory
java.vm.specification.version=1.8
sun.java.command=com.install4j.runtime.launcher.MacLauncher
java.home=/private/var/folders/7g/9r0n2jf9743fn5z2_ynd6tfh0000gn/T/E2150FB9-3F02-4D9D-B157-9E21668B04D7-4218-0000020CF462C7B6/jre.bundle/Contents/Home/jre
sun.arch.data.model=64
user.language=en
java.specification.vendor=Oracle Corporation
awt.toolkit=sun.lwawt.macosx.LWCToolkit
java.vm.info=mixed mode
java.version=1.8.0_181
java.ext.dirs=/Users/myhomedirectory/Library/Java/Extensions:/private/var/folders/7g/9r0n2jf9743fn5z2_ynd6tfh0000gn/T/E2150FB9-3F02-4D9D-B157-9E21668B04D7-4218-0000020CF462C7B6/jre.bundle/Contents/Home/jre/lib/ext:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
sun.boot.class.path=/private/var/folders/7g/9r0n2jf9743fn5z2_ynd6tfh0000gn/T/E2150FB9-3F02-4D9D-B157-9E21668B04D7-4218-0000020CF462C7B6/jre.bundle/Contents/Home/jre/lib/resources.jar:/private/var/folders/7g/9r0n2jf9743fn5z2_ynd6tfh0000gn/T/E2150FB9-3F02-4D9D-B157-9E21668B04D7-4218-0000020CF462C7B6/jre.bundle/Contents/Home/jre/lib/rt.jar:/private/var/folders/7g/9r0n2jf9743fn5z2_ynd6tfh0000gn/T/E2150FB9-3F02-4D9D-B157-9E21668B04D7-4218-0000020CF462C7B6/jre.bundle/Contents/Home/jre/lib/sunrsasign.jar:/private/var/folders/7g/9r0n2jf9743fn5z2_ynd6tfh0000gn/T/E2150FB9-3F02-4D9D-B157-9E21668B04D7-4218-0000020CF462C7B6/jre.bundle/Contents/Home/jre/lib/jsse.jar:/private/var/folders/7g/9r0n2jf9743fn5z2_ynd6tfh0000gn/T/E2150FB9-3F02-4D9D-B157-9E21668B04D7-4218-0000020CF462C7B6/jre.bundle/Contents/Home/jre/lib/jce.jar:/private/var/folders/7g/9r0n2jf9743fn5z2_ynd6tfh0000gn/T/E2150FB9-3F02-4D9D-B157-9E21668B04D7-4218-0000020CF462C7B6/jre.bundle/Contents/Home/jre/lib/charsets.jar:/private/var/folders/7g/9r0n2jf9743fn5z2_ynd6tfh0000gn/T/E2150FB9-3F02-4D9D-B157-9E21668B04D7-4218-0000020CF462C7B6/jre.bundle/Contents/Home/jre/lib/jfr.jar:/private/var/folders/7g/9r0n2jf9743fn5z2_ynd6tfh0000gn/T/E2150FB9-3F02-4D9D-B157-9E21668B04D7-4218-0000020CF462C7B6/jre.bundle/Contents/Home/jre/classes
install4j.appDir=/Volumes/SoapUI/SoapUI 5.5.0 Installer.app/Contents/Resources/
i4j.tarFile=/Volumes/SoapUI/SoapUI 5.5.0 Installer.app/Contents/Resources/app/jre.tar.gz
java.vendor=Oracle Corporation
file.separator=/
java.vendor.url.bug=http://bugreport.sun.com/bugreport/
sun.font.fontmanager=sun.font.CFontManager
sun.io.unicode.encoding=UnicodeBig
sun.cpu.endian=little
install4j.systemLanguage=en
sun.cpu.isalist=

Any suggestions?


How start ServiceV on ethernet port instead of on localhost

$
0
0

I am user of ReadyAPI PRO. 

Now I created some virtual service - it is listenning on "localhost" but I need to send some request in to it form public ethernet. Because there are other security settings than on localhost.

I am unable to change listenning on some other URL than localhot. 

Please let me know, how to start virtual service form external ethernet like 10.0.0.5????

 

It is feasible?

I just test it in free SoapUI.. there is no problem..  I am using licensed software. Thanks a lot. I did not found any way, how to change localhost to 10.0.0.5..

how can I reset my windows 10 password without losing data?

$
0
0

Forgetting Windows login password is really a pain. I don't want to reinstall the system, but I don’t have a password reset disk. Is there any way to reset Windows 10 password? 

Feature Request "Add object here" to allow adding an object at a top-level well identified node

$
0
0

It would be really usefull if the object spy could be made to work relative to a specified node in the name mapping.  Eg Right-clicking a well identified node and selecting "add object here" which then opens the spy tool.   Extended-find will then be used to ensure the object is found at test-run-time.

 

As it is TC forces new mappings to map objects, creating upteen parent DIV/Panel objects with little or no identifable properties which then must be carefully removed afterwards.  If not they clutter the object map and cause problems at test-run-time or when new objects are added, duplicated objects for instance.

 

This allows a top-down approach to be used to manage the object map rather than the bottom-up approach inherent in the Spy tool.

Distributed testing across different Windows versions

$
0
0

Hi,

We are planning to upgrade our test clients to Windows 10, but due to HW limitations, we cannot upgrade everything at once.

Is it possible to have a setup where the TestComplete Server is running Windows 7 and the client is running Windows 10?

Can't object spy anything on Android

$
0
0

Hi all,

Wondering if you have any advice on the above. I have prepared my PC (running latest version), Android device and instrumented the application as required, but when I object spy I can only get the device name: Device("Device name here"). 

 

Has anyone else experienced this issue or have a fix?

Viewing all 26529 articles
Browse latest View live