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

gridDisplayTable_ Delete Higher link _not identifying during play back

$
0
0

I am working with a Web page  which has  grip display table. During the  recording TC  identified all property while recording as link with contenttext as “Delete”

During play back TC is clicking below the  "Delete" link  when spy it  it is reading as cell in the Grid diaplsy table. doewnot have more details in the object brower.Delete link is on 3rd column of table.

please take a look at attachment which has details of name mapping and test scenario

Any Thoughts  on how to work this kind of objects?


Need Information about ReadyAPI

Configuring Postgres in ReadyAPI

$
0
0

I am trying to make connection to a postgres db via JDBC connection in Ready API without luck. I get the error "ERROR: java.lang.ClassNotFoundException: org.postgresql.Driver". Any suggestions ?

Configuring Postgres in ReadyAPI

$
0
0

I am trying to make connection to a postgres db via JDBC connection in Ready API without luck. I get the error "ERROR: java.lang.ClassNotFoundException: org.postgresql.Driver". Any suggestions ?

Export or Print entire TestReport as pdf

$
0
0

Hello!

 

I have a Test Report generated with Test Complete and I would like to know if there is a chance to save it entirely as pdf or Print the whole Report as PDF.

 

Thank you!

Endpoint is not changed from maven

$
0
0

Hi, 

I am generating HTML report from groovy and i integrated with maven. 

So in soapui i set the endpoint in property & i called it from script.

(ie)${#Project#endpoint_services}

 

When i changed the endpoint from maven and run it is not working..

 

 <soapui.serviceEndpoint>http://localhost:8080</soapui.serviceEndpoint>

<projectProperties>
<value>Environment=Gold</value>
<value>endpoint_services=${soapui.serviceEndpoint}</value>
<testCase>${soapui.testcase}</testCase>
</projectProperties>

 

Kindly help on this.

Exclude/disable test suites from maven

$
0
0

Hi,

I am running groovy script in soapui. so the script will run all the test suite and generate HTML report..

 

i am integrating soapui project with maven.In maven i am not running all test suites, just i have mentioned the script test suite so that it will automatically run all test suite from the script.

 

Now i want to disable any particular test suite from maven since i am running script test suite alone. i tried below maven configuration but it is not working (i.e) Its not disabling particular test suite. Please help me to resolve this issues ASAP.

 

<configuration>
<projectFile>${project.basedir}/src/main/resources/soapui/TEST-HTML_REPORT.xml</projectFile>
<outputFolder>target/surefire-reports</outputFolder>
<junitReport>true</junitReport>
<exportAll>false</exportAll>
<excludes>
<soapui.testsuite>FPSuite</soapui.testsuite>
</excludes>
<printReport>true</printReport>
<testCase>${soapui.testcase}</testCase>
<projectProperties>
<value>Environment=Local</value>
<!-- <value>endpoint_datagateway_services="http://localhost:8080"</value> -->
<value>endpoint_services=${soapui.serviceEndpoint}</value>
<testCase>${soapui.testcase}</testCase>
</projectProperties>

 

 

Regarding License Activation from multiple location

$
0
0
We have 2 Platform & Desktop License and One TestExecute License.
 
We have the below questions related to TestComplete License Manager.
 
1. A Server PC with License Manager is not showing all installed Smartbear's products on other PCs. (Although all being in the same network)
2. If one PC has TestExecute installed, then how TestExecute will communicate with the License Manager and get the Activation status?
3. As we have two floating licenses, Can we install License manager in two different PCs and use different License Keys in respective systems?

change child resource path without changing Parent?

$
0
0

Hi. I want to change the path of a child resource, without changing its parent. I've tried editing the path in 'Resource Viewer' but it was changing the parent' path also. Scenario:

I have a REST Project with 1 endpoint. The resource has multiple methods Add, Get & Put. The paths of the resources are given below:
ReadyAPI.PNG

Now, my requirement is that the multiple GET requests have a diffrent resoruce. But it needs to be diffrent for each request. Whenever I change the resource it changes for all the requests. I've also tried to use parameters, but didn't seem to get that working. Any suggestions? 

 

querying JSON strings

$
0
0

Hi,

I have some JSON strings I would like to query (have the list of a node, the count...).

Is this possible ?

Thank you,

Mehdi

Important Monitoring Location IP Address Update

$
0
0

Some location updates for you:

 

Two additional nodes have been added to our London, UK - Docklands location with the following IP addresses:

  • 31.132.1.2
  • 78.110.160.10

Two additional nodes have been added to our Birmingham, UK location with the following IP addresses:

  • 212.84.89.160
  • 212.84.89.155

A new node will be added to our Seattle location on 12/5/2018 with the following IP address:

  • 70.42.161.88

Latest location info can be found here!

Replacing variables in the request body directly for json application

$
0
0

Hi I am trying to parameterize values directly to the body of the message instead of doing the select variable  and selecting the from the variable list. I tried something like {"docId":"idnumber::@getnumber"} where 'getnumber' is my defined variable. If i use that in the request body directly, it is not converting it. Can anyone help?

testcomplete visualizer - picture is missing when click action is performed

$
0
0

Testcomplete used to provide the picture by defaultif the click action is performed . But I don't see any picture in the test log.

 

Attached the screenshots

how to pass variable directly in the Value from the Request body

$
0
0

Hi I am trying to parameterize values directly to the body of the message instead of doing the select variable  and selecting the from the variable list. I tried something like {"docId":"idnumber::@getnumber"} where 'getnumber' is my defined variable. If i use that in the request body directly, it is not converting it. Can anyone help?

Need to either find where the HTTP log is written to or save contents of HTTP log

$
0
0

I have a test case that make a number of calls for setup - via another test case that I need to save the HTTP log traffic.

The windows doesn't catch all the traffic since it is limited to some number of lines.

I would like to find the file that the HTTP trace is logged to or call some Groovy code to write the traffic to a log file.

Another option would be if there is a way to increase this limit?

 


How to connect Ready API to MainFrames?

Azure DB connection through Groovy

$
0
0

How to connect azure db through groovy scripting

Test Complete 12.60.5545.7 hangs

$
0
0

After Upgrading to 12.60.5545.7, Test Complete hangs with Object recognition hint. This happens especially when it waits for an object (Object.Exists) during page navigation. The same code was working in earlier versions of Test Complete.

 

testRunner / context / log not available (No such property) after running other testcase

$
0
0

I have a problem where testRunner / context / log are not available anymore in the script after running another testcase in this script (error e.g. groovy.lang.MissingPropertyException: No such property: context for class: Script1).

 

Since the situation is quite complicated, I have made a project illustrating the problem if you run the testcase 'start'. Can you help me out what is the problem here? I'm using SoapUI-5.4.0.

tcCEFHook.dll breaks CefSharp print functionality.

$
0
0

We are using CEFSharp wrapper in version 67.00. (CEF version is 3.3396.1786).

We are using TestComplete in version 12.60.5545.7 x64.

 

This issue is only reproducable on Windows 7.

 

When we attach tcCEFHook.dll in order to be able to test stuff our application is crashing, when calling ChromiumWebBrowser 's Print() method. There are no exceptions, or anything, so I can't send any logs.

We've verified on 3 different machines, that when we are not using this dll, everything works fine.

 

This issue prevents us from testing our print functionality.

 

Viewing all 20073 articles
Browse latest View live