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 ...
0
votes
1
answer
72
views
TestComplete existing scripts throws 'JScript Runtime Error' in Windows 11
I have developed several scripts that run successfully on Windows 10. However, the same scripts are throwing errors on Windows 11, despite using the same version of TestComplete (14.732).
For example, ...
6
votes
4
answers
3k
views
Stop Chrome opening with "Turn on an ad privacy feature" in Azure Pipeline
I'm attempting to run a TestComplete automated test project on a Microsoft Azure Hosted agent using the windows-latest image. The test never finishes and eventually the 60 minute job timeout kicks in....
0
votes
6
answers
711
views
Scripting Tests - TestComplete
I am complete new to TestComplete. I have a task in hand due to which I have to learn this. I want to know the difference between 'Recording a Script test' and 'Writing Scripts from the scratch'. I am ...
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 ...
0
votes
1
answer
2k
views
Parallel execution in azure devops release pipeline
I am trying to run my testcomplete test suites using azure devops pipelines and I want to achieve parallel execution using the same ex: running two suites in two configured agents simultaneously/...
0
votes
2
answers
360
views
Integrating TestComplete scripts in maven build
We use TestComplete as testing framework and our testers has written a number of scripts for testing. The idea is to run this scripts during the night build, which is executed as maven script. Has ...
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
1
answer
69
views
Test complete, Java script: I am performing click operation on standalone application, But I am unable click the element
I am unable to click the element while doing automation Same operation I am able to do it via manually
I have identified the element and i am able to locate it also but the problem here is when I run ...
1
vote
1
answer
118
views
How to reduce size of testcomplete test report?
I am using testcomplete to automate desktop based application. While running the automation pack, the generated test report size is huge because all operations are being saved as screenshot. I am ...
0
votes
2
answers
1k
views
How to scroll to a particular co-ordinate in Test Complete
I have spied a notepad and text box of a notepad contains a string which will be visible only if you scroll down.
Now I am trying to perform a single click there via passing a rectangle co-ordinate ...
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 ...
1
vote
1
answer
149
views
Get attribute value from XML with TestComplete Javascript
I need to get value of enabled attribute from element <testItem name="Phase0" ...>
Could someone tell me how to do it? I don't know how to do it..
I tried something to help xpath but ...
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
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
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
2
answers
60
views
Is it possible store return value of one function as Global Variable?
I Have function register a patient that will Return Medical record Number , Need store this as Global Variable to so that use the same for Different Functions Eg: Create Vital Sign , Create Lab ...
0
votes
1
answer
342
views
How can we implement page Object Model in Test complete
I am new to test complete and I looking to build BDD framework. I want to is it possible to create any page object model in test complete? How we have in selenium.
Any leads would be appreciated
...
0
votes
3
answers
2k
views
Test Complete Automation - Issue with waiting for an object to load
Background:
I have a JAVA application on which we run our Test Complete scripts(We have recently moved from UFT to TestComplete, so TC is a bit new for us). The scripting language used is VBScript.
...
1
vote
1
answer
210
views
Code Coverage for UI Functional Testing on Angular JS application
We are using Smartbear TestComplete tool to automate our Angular JS application. Now we are looking to measure our UI functional testing code coverage. We dont find a way to do it.
We tried using ...
3
votes
1
answer
919
views
TestComplete Objects - Enumerate properties
For the TestComplete objects of processes, windows and controls on the screen - is there a way to enumerate and print out all the properties. I tried the following code and I get a runtime exception:-
...
1
vote
2
answers
512
views
Start TestExecute from TeamCity
To test our desktop application we are using TestComplete/TestExecute.
We have a Master project that is started on a Management machine.
This Master project doesn't require interaction with the ...
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
0
answers
135
views
RPC Error when running more than 21 tests via VSTest adapter in Azure Devops pipeline
Our Azure DevOps pipeline seems to fails after executing exactly 21 tests. It seems like there is some invisible hard limit that's stopping execution after 21 tests. It was working last week with no ...