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 ...
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
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
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 ...
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
2
answers
3k
views
Select Item in dropdown list using TestComplete
Hi I'm new to TestComplete. And lately, I have trouble recording the action of "selecting the item inside the dropdown list." I've researched the following sites but still failed. Now, my ...
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
258
views
testcomplete command execution
I am running the below code in the testcomplete . It opens a command line and executes the command mentioned in the command line.
However after the execution of the command , the control is not ...
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
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
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
1
answer
277
views
TestComplete can't find WinForms object during runtime
I have an application written in WinForms and it contains a single TextBox.
With the TestComplete spy, I can spot the TextBox and its properties but during runtime, this control, in contrast to all ...
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 ...
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
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));
...
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 ...
0
votes
1
answer
428
views
Testcomplete: how to get captured screenshot from 'Picture' panel in logs
I'm generating own log export to pdf by using fpdf. I'm trying to get captured screenshot after click from 'Picture' panel in 'Test Log'. I could get name and status from 'Log Items'. I've tried to ...
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
2k
views
TestComplete with Python - Python runtime error. NameError: name 'page' is not defined
I am new to python and test complete just trying to automate a sample webpage but stuck with below error.
I have searched and know that I am surely making mistakes in defining the variables.
have ...
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.
...
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
2
answers
2k
views
How to pass an object as a dictionary key in Python(TestComplete issue?)
I am aware dictionary keys needs to be strings or immutable objects. But I don't want to pass strings as a key. Reason is, every where I use the dictionary, I have to type exact string and leaves so ...
2
votes
1
answer
381
views
Test Execution fails when VM is not connected through RDP
I am trying to run the Test Compelete Scripts on a virtual machine through Azure DevOps pipeline.
When I run the Azure Devops pipeline release. Execution starts in VM. But when I check the logs I see ...
0
votes
0
answers
210
views
How to get the truncated html text with ellipsis?
When there were long string in the list showing in front end, we'd like to truncate it and end with "...".
Like:
"A list"
"item 1"
"item too ...
1
vote
3
answers
634
views
Azure devops - Preparing self hosted test agents
What is the best way to create a list of Self-hosted agents in Azure Devops (In order to run Automated tests with Smartbear TestExecute) without doing all the steps manually ?
Let's assume that there ...