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
0
votes
1 answer

Why are breakpoints not working in TestComplete?

I'm using a trial version of TestComplete 8.70.720.7 for test automation. I've faced a problem with breakpoints - they don't work even if test debugging is turned on. What can be the reason of the problem?
0
votes
1 answer

TeamCity says success but the msi doesn't load

I'm running TeamCity agent(not as a service).I'm using command line to launch an application.if i save the command line in a *.cmd file and double click it the application is loading properly but if i copy ans paste the code from the cmd file to…
0
votes
2 answers

Why does TestComplete keep changing status image name

I want to parse TestComplele 7 logs programmatically. Specifically, I want to get names and statuses (success\failure\warning) of each test. According to manual, I use the following command to get test run logs: Log["SaveResultsAs"]…
Monsignor
  • 2,671
  • 1
  • 36
  • 34
0
votes
1 answer

Snapshot for custom DevExpress grid

I have a custom DevExpress Grid overrided with custom GridView. How could I use table snapshots in TestComplete to support this control. For custom TreeList I found the steps: You can adjust TestComplete so that it handles a custom control in the…
ctescu
  • 350
  • 4
  • 16
0
votes
1 answer

How do I capture the inbox items of microsoft outlook

I need to capture the inbox items of microsoft outlook to automate it. I tried with TestComplete,QTP and VSTS . But did not able to capture the object for it. Is there any aother tool to do it. As VSTS is a microsoft product does it can able to…
user979901
  • 51
  • 1
  • 5
-1
votes
3 answers

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(multiple pcs) it is working fine and there is no…
stan
  • 81
  • 1
  • 12
-1
votes
1 answer

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 preparing browsers for web automation, doesn't seem…
Rohitha
  • 1
  • 2
-1
votes
2 answers

How to call only a part of the procedure into another vbscript?

I've a script named script 1 that creates a text file and stores some string values into it. I need to call this script script 1 into another script file named script 2 but only part of it (script 1). I don't want to call the part of the script…
lhp
  • 11
  • 2
-1
votes
1 answer

Using testcomplete to determine if a mobile app used the correct icon

I just started using TestComplete and have a technical question for the experts out there. My mobile app has an icon that changes based on state (pressed, not pressed, disabled, etc). What I would like to do is be able to have a keyword test…
Vahan
  • 1
-1
votes
1 answer

Compare two identical strings fails in javascript

I have the below function. It always says the text does not match. This is within test complete. I have put a watch on both items and both dont contain any white spaces. I am new to this but wondered if there is anything obvious I am doing…
Endorium
  • 15
  • 9
-1
votes
2 answers

How to automate a waveform which comes from a healthcare device?

I am working as automation test engineer in healthcare. We have requirement for automating a waveform received from ECG which will be displayed in a web application. So is there any tool to automate the waveform ? WaveForm Sample IMAGE
Baburaj V
  • 63
  • 1
  • 2
  • 12
-1
votes
1 answer

Test complete : ReferenceError Driver1 is not defined

I'm using Test complete for automation. I create class : "Common" with code : function Read_Excel_Login(){ var Driver1 = DDT.ExcelDriver("C:/Users/NVA/Downloads/leave.xls","login",true); } function Login() { if( Driver1.Value(3)==2) { …
-1
votes
1 answer

JavaFXObject Custom classes: how to retrive the text from javaFXObjects

I wanted to retrieve the text from JavaFXObjects, Objects properties are below: JavaClassName : =  TEValidationsController$4$1 JavaFullClassName := com.wf.App.client.feature.te.ValidationsController$4$1 JavaFXObjectName := message   I have tried…
Ravi K
  • 215
  • 1
  • 3
  • 13
-1
votes
1 answer

Does TestComplete support writing tests in Java?

I am trying to learn TestComplete automation tool, and I am familiar with the Java programming language. Does TestComplete supports writing tests in Java?
-1
votes
1 answer

Creating a Selenium module to replace testcomplete

I'm trying to replace TestComplete with Selenium for our automated tests, ideally without having to re-write all of the different functions. The plan is to replicate the Aliases structure for finding elements within TestComplete with a python module…
lw246
  • 31
  • 1
  • 7