460 questions
1
vote
1
answer
46
views
WIX v4/Test Complete. Installer runs 2 parallel processes
I have problem with Test Complete software, and WiX software.
When we build installer(MSI file) from pipeline (or locally) after running installer we see two different processes (on screenshot).
When ...
-2
votes
1
answer
56
views
In Smart bear floating license, how to know the license is available for user before InstallTestCompleteAdapter task run?
In case of Smart bear floating license, how to know the license is available for user before InstallTestCompleteAdapter task run?
i want to know whether the floating license is available or not for ...
0
votes
0
answers
110
views
TestComplete C#script runtime error. Object doesn't support this property or method
During script execution in TestComplete, I encounter an error when displaying the desktop application window. TestComplete throws an error: "testcomplete c#script runtime error. object doesn't ...
0
votes
1
answer
49
views
Is there any solution for session expiry directly after login?
By using test complete tool, I am trying to record a specific scenario
the problem is when I record or playback after login I will find the system asking me for password as the session expired.
Is ...
-2
votes
1
answer
83
views
Regex not returning what I ask it to select
I have a string like below:
MSH|^~\&|dgdgd|MSH6TOMSH4|Instrument|MSH4toMSH6|20230921104820+01:00||RSP^K11^RSP_K11|QPC0amoCwk+2uSHidYKB+Q|P|2.5.1||||||UNICODE UTF-8|||LAB-27R^
MSA|AA|1234
I want ...
1
vote
1
answer
1k
views
Running TestComplete tests with VS Test / Azure Pipelines - no tests are found/run?
We're trying to set up an Azure DevOps pipeline for building and testing our codebase nightly. A portion of our test suite is TestComplete, an automated UI testing framework (https://smartbear.com/...
0
votes
1
answer
118
views
Using TestRail .Net bindings with Test Complete CLR Bridge getting could not create SSL/TLS secure connection error
I'm using TestRail API .NET bindings in combination with JavaScript and TestComplete CLR bridge functionaity. I have built the Guorok.Testrail library referencing the Newstonoft.Json library in Visual ...
0
votes
1
answer
72
views
Update test cases under TestComplete
how to correct his error:
The performance counter 'DefaultCounter' has not been started yet. See Details for additional information. 11:24:23 Normal 0,20:
script line(code javacript) CommonFunctions....
0
votes
1
answer
2k
views
How to filter the specific testcases from Testrail suite and add those into testrun
I'm implementing the script to integerate the Testcomplete and Testrail to update the results. I have successfully created the Testrun and can add the specific testcases to testrun by giving the ...
1
vote
0
answers
94
views
Is there a way to terminate TestExecute process when aborting Jenkins build manually?
I would like to know, if there is a possibility to terminate TestExecute (or in fact any) process when I manually abort the building job in Jenkins via the red X button. Often happen, that someone ...
1
vote
2
answers
1k
views
Specifying localhost when connecting to Appium server through TestComplete
I am trying to connect my computer running TestComplete to a different computer running an Appium server. Currently, I am finding the IP address of the Appium computer via Settings -> WiFi -> ...
0
votes
1
answer
136
views
How to extract exception in the test log in test complete
I am trying to get the exception description in the test log but its not giving the description.
catch(exception)
{
//Log.Error("Exception", VarToStr(exception.description));
...
0
votes
1
answer
235
views
TestComplete:Can we integrate Automated Windows UI Testing with Azure DevOps using GitHub?
I need to integrate the Automated Windows UI Test project with the Azure DevOps pipeline and use TestComplete code from GitHub. Can't able to integrate the TestComplete Automated UI test when using ...
0
votes
1
answer
623
views
POST request return 400 Bad request
I have a problem with a POST request to the server. Thanks to basic auth I managed to authenticate but the request still returns 400 Bad Request. Do you know what I am doing wrong. The same points ...
0
votes
2
answers
796
views
xpath for input based of its label
I want to select an input, based of its label. I found below xpath, which returns 3 inputs, even though two of returned inputs have different labels. I want to understand why it works like that and ...
1
vote
1
answer
93
views
Python Script Test complete remove space in file save name
Hi i am currently trying to save a picture to a file however it is currently saving as C:/screenshots/ 1.png with a space between the / and the 1 i want to get rid of that
The 'SaveToFile' function is ...
0
votes
1
answer
93
views
Need to compare contents of word template & actual PDF
I have 2 files (word & pdf) and need to compare them. word doc will be template which defines how pdf should be generated. Below are the samples.
Word doc:
<firstname>,<LastName>
...
1
vote
1
answer
6k
views
I have to specify my local Appium server URL. Where/How can I find the URL?
I am trying to run an automation test using smartbear testcomplete using a local device/mobile. To be able to do this, I have to specify my local Appium server URL. Where/how can I find the URL?
See ...
0
votes
0
answers
922
views
Pushing test complete results to cucumber via azure devops
I have a test-complete project which is run via azure-devops, setup for CI. This project is linked to cucumber for the steps, as well as pushing results back up for reporting (we already have this ...
0
votes
1
answer
252
views
How to refresh child objects in desktop testing with TestComplete
There is a desktop window, which has more tabs, and some tabs include a text editor.
The editor buttons have the following mapping on the first tab (simplified here):
Window.PageControl.Tab1.Editor....
0
votes
1
answer
38
views
Replace a substring of a given length after a spefic piece of text
I'm stuck :) Using javascript.
I get an output from an instrument of which below is a partial outtake. I need to verify this data.
On the line beginning 'MSH', after instrument field is a date and ...
-1
votes
3
answers
83
views
Test Complete - Andriod automation in real device - Name Mapping holds duplicates objects(Device, Device 2, Windows, Windows2)
Objects are duplicated in the Name Mapping repository. Test Complete is not able to recognize the object. This Happens only in my PC when i perform the same execution from my colleagues machines(...
0
votes
1
answer
158
views
Jenkins TestComplete get test Execution Id from Jira
I need to integrate TestComplete and Jira to Jenkins. My requirement is to get test Execution Id from Jira and pass that execution Id to TestComplete through Jenkins. Is there any way to achieve it.
-1
votes
1
answer
182
views
Web automation on different browsers via JScript in test complete tool displays browsers as Process(edge) instead of Browser(edge)
Web Automation using Test complete tool.
Unable view browsers such as firefox, edge as Browser(edge), it is displayed as Process(edge).
Tried links provided in test complete documentation regarding ...
0
votes
1
answer
194
views
Extending TestComplete: How to change cursor?
I wrote a TestComplete extension to update Keyword-Test signature from TestComplete in to an external tool.
However, this action takes very long time. That's why I need to change the cursor from arrow ...