Questions tagged [testcomplete]

TestComplete is a functional automated testing platform developed by SmartBear Software. TestComplete gives testers the ability to create automated tests for Microsoft Windows, Web, Android (operating system), and iOS applications.

The tool supports creating tests in the form of a Keyword Test, or in the form of a script (JScript, VBScript, DelphiScript, C#Script, C++Script). Any question about the TestComplete-related functionality may have this tag.

You can read more about TestComplete on the SmartBear web site: Automated Testing

457 questions
1
vote
2 answers

Merge Publisher - what does actually do in CruiseControl.Net?

I inherited a project that runs TestComplete scripts from CruiseControl. For each Script there is an entry in CCnet.Config and each entry ends with the following:
Robert McCabe
  • 495
  • 1
  • 4
  • 21
1
vote
1 answer

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/product/testcomplete/). When we get to the…
1
vote
1 answer

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 unable to attach this report as evidence. So is there…
1
vote
1 answer

Get attribute value from XML with TestComplete Javascript

I need to get value of enabled attribute from element Could someone tell me how to do it? I don't know how to do it.. I tried something to help xpath but no result. The document is loaded but I don't know how to get the…
Jandak
  • 25
  • 4
1
vote
2 answers

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 -> Details -> IP Address. Then, I throw this address into…
1
vote
1 answer

Creating an array with variables

I am relatively new to Delphi so please bear with me. Basically, I need to set variables as different values based on whether or not I am testing in an English or French translated environment. All menus in these TC scripts are accessed by their…
1
vote
1 answer

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 istanbul but it didnt work. Can anybody please…
1
vote
1 answer

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 a test complete specific but im guessing my…
user18473283
1
vote
1 answer

TestComplete error for Panda library Import "OSError: [WinError 193] %1 is not a valid Win32 application"

I am facing this below given error for Pandas library only via Testcomplete. I am able to add path of libraries with given code. Even other library xlrd is also working but issue only coming for Pandas library. As error is mentioning 32bit so only…
DesiVirgo
  • 11
  • 1
1
vote
1 answer

How to create Test cases in Automation tool TestComplete

How can I create test cases according to my requirement. Example: I have a form with many fields. There is one field name Father's Name, now I want that the user should insert only string in this field, no numeric values should be accepted. I wanna…
1
vote
1 answer

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 the attached screenprint.enter image description…
Wil'
  • 11
  • 1
  • 3
1
vote
0 answers

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 changes made between then and now. I can't seem to…
trubin67
  • 11
  • 1
1
vote
1 answer

Run bat file from java code and wait for it to execute TestComplete script - no can do :(

I am writing this question which is related to my previous topic: Run bat file from java code to get desired result in txt file - no can do :( In a shortcut: i wrote a program in java that runs a bat file. This bat file runs TestComplete8 script…
Arek
  • 1,941
  • 4
  • 22
  • 27
1
vote
1 answer

Type Mismatch Error Exist Property in TestComplete tool

Today suddenly i got below type mismatch issue in various screen while executing script from test complete tool .It was working fine last night and also working fine in other workstation today without change . I really felt so bad because I am…
AMIT GUPTA
  • 49
  • 2
1
vote
3 answers

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 will be 40-50 PCs running Windows 10 which have…