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
0 answers

Windows applications open automatically when TestComplete is executing scripts

A few Universal Windows Platform (UWP) applications (Edge, Microsoft Store, Mail) open when I start running my WPF TestComplete script on a Windows 10 machine. It is not affecting the script running but in the initial test run it opens the…
1
vote
1 answer

Will Testcomplete support GitLab for version controlling?

I am planning to use GitLab as source code management tool for maintaining the testcases scripted using testcomplete tool. Will testcomplete support this?
Arun Raj
  • 47
  • 6
1
vote
1 answer

Ho to run test complete project using command line?

I have a TestComplete project, called: automation.pjs, which contains some tests. I want to run those tests using the command line and observe the results in the command line too. I'm using TestComplete 14 on Windows OS. Is it possible? Which…
Eden G.
  • 105
  • 1
  • 1
  • 4
1
vote
1 answer

How to record Script and keywordTest in Testcomplete together?

My question is, Can TestComplete record script and keywordTest together? Because when I test my application, it either record script or keywordTest but not both in parallel. How Can I do this?
Ali Ahmed
  • 1,749
  • 6
  • 20
  • 29
1
vote
1 answer

Post data on Web using C++ Script

I am using TestComplete 7. In this for configuration I have to post XML on web at specified IP and port address. I am using C++ Scripting language. How can I do this? or if there is other way to do same using interface and without scripting??
Ali Ahmed
  • 1,749
  • 6
  • 20
  • 29
1
vote
2 answers

Allure reporting from Junit/XMl/Excel

How to generate an Allure reporting from Xml or Junit or Excel file. I'm not using Selenium or POM.xml or Jenkins. I've a junit report from TestComplete 14.1, I wish to know how to generate allure report. Downloading a Jar and upload in test…
1
vote
1 answer

Test Execute should be closed before continuing the installation

I am trying to use Test Complete/Test Execute to install third party installs on a test machine. I have written a Python script that calls a PowerShell script and installs all .msi files located within a folder using msiexec. The command I use to…
Zack Sloan
  • 101
  • 3
  • 13
1
vote
1 answer

TestComplete 8 and TFS 2010 Lab Management

I'm tryng to run TestComplete 8 tests with TFS 2010 Lab Management and I keep getting following error when running tests: File extension specified '.tc8test' is not a valid test extension. I can't seam to find any solution for this problem.
Ivan Zivkovic
  • 427
  • 3
  • 18
1
vote
3 answers

BDD GUI Automation

I've started a new role in my life. I was a front end web developer, but I've now been moved to testing web software, or more so, automating the testing of the software. I believe I am to pursue a BDD (Behavior Driven Development) methodology. I…
Matthew Dewell
  • 563
  • 7
  • 30
1
vote
2 answers

Need to pass object and operation in a function that executes it

I need to pass an object and its operation in a function so that each time I can call the function only and save me to write same steps for all the objects like validating the object before performing an operation. Similar way to a Register User…
Pranav
  • 437
  • 3
  • 19
1
vote
1 answer

The specified object is not indexable

From the example given on smartbear's official website, # The following routine checks the width and height attributes of # IMG elements located on a web page. def Test(): # Obtains the page object url = "****"; …
Yu Zhang
  • 2,037
  • 6
  • 28
  • 42
1
vote
1 answer

Simulating numeric keyboard in TestComplete

is there a way to simulate numeric keyboard in TestComplete? I know I can type [NumMinus] to use Num -, but I need numbers from this keyboard.
Akinra
  • 11
  • 1
1
vote
1 answer

Save an image present in PDF on local File System

This is my first experience of using PDFBox jar files. Also, I have recently started working on TestComplete. In short, all these things are new for me and I have been stuck on one issue for last few hours. I will try to explain as much as I can.…
Gurmanjot Singh
  • 10,224
  • 2
  • 19
  • 43
1
vote
1 answer

How to enhance the for loop to click any random calculator numbers?

The following piece of code will click the calculator buttons from 1 to 9 (static number ranges) in TestComplete automation tool scripting. I would like to enhance this for loop to make it click any number combination like 456 or 987 any combination…
Karthik
  • 11
  • 1
1
vote
1 answer

How to get only Textual Properties of an object inTest Complete?

I am trying to fetch textual properties of an object.In this case I have taken a notepad and trying to fetch properties via below snippet.But my problem is I am able to get all the properties including the properties whose value is an object.How can…
Srikant Barik
  • 133
  • 2
  • 12