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
2
votes
2 answers

How to convert this VBScript code to use with JScript in TestComplete?

How to convert the following VBScript code to use with JScript in TestComplete? We are trying to invoke the application/.exe using Windows Script Host functions instead of the predefined functions in TestComplete. strExe = "C:\whatever\myprogram.exe…
Karthik R
  • 21
  • 2
2
votes
1 answer

Why does the browser zoom have to be at 100% for TestComplete and Telerick?

I was wondering why there is this limitation for both tools. I understand that it's needed to correctly identify web page elements and their position on web pages. My question is what is the underlying functionality that creates this limitation? I…
JRene
  • 27
  • 5
2
votes
2 answers

Making a custom control more testable in TestComplete

(This might be better in the TestComplete forums, but I thought I'd give it a shot here anyway) We are looking in to automated testing of our Delphi 2010 application with TestComplete. The main control that our application uses is our own custom…
Jamie
  • 3,150
  • 2
  • 26
  • 35
2
votes
1 answer

Testcomplete click on Checkbox using Xpath

I do have the following html text:
test
  • 21
  • 1
2
votes
1 answer

Can I use JSON for desktop application testing in TestComplete?

I'm creating some automated testing scripts in SmartBear TestComplete 10.60, and I'm wondering if I can read in data from a .json file. Places I've looked speak almost exclusively to web app testing, but I'm running automated testing on a Windows…
2
votes
0 answers

Data read from Excel is being treated as object

I have the following data in Excel as text. Sys.Process("Client").WPFObject("HwndSource: Main").WPFObject("Main").WPFObject("WorkspaceControl") I wanted to read this data from Excel and I wanted create new object by removing the last object. In…
2
votes
4 answers

Test Case Design and responsibility of Testers, Developers, Customers

So it seems like a lot of people are playing the blame game around where I work, and it brings up an interesting question. Knowns: Requirements team writes requirements for product. Developers create their own unit tests according to requirements.…
2
votes
2 answers

how can we implement a keyword driven automation framework in testcomplete

I am trying to implement a keyword driven framework using test complete, and can anyone help me as to how to go about it , and what approach should i take to achieve this .
sabby
  • 47
  • 1
  • 11
2
votes
3 answers

How to send results from TestComplete directly to TeamCity

A previous post on this subject has been helpful (see How to export TestExecute/TestComplete results to teamcity?) Right now, our TestComplete solution creates a text file that MSBuild consumes with a Microsoft.Build.Utilities.Task helper that sends…
user98208
  • 33
  • 5
2
votes
2 answers

Documentation generator for Testcomplete

What are the best practices for using/selecting documentation generation tool for Testcomplete? e.g. JSDoc, Natural Docs, YUIDoc etc. Are there any that best fit for TC? and why?
2
votes
2 answers

can't run the automated project in testcomplete when it calls from jenkins

can't run the automated project in testcomplete when calls from jenkins. In our continuous integration part ,the project is automated using testcomplete and it is calling through jenkins with the help of bat file.The scripts inside the bat file…
Rn.
  • 167
  • 3
  • 6
  • 18
2
votes
3 answers

Tutorial for Test complete tool and VB scripts

I had just started working on some automated testing tools, namely test complete, which I would be using along with test partner. So I had also started learning VB scripts for this. I just want to know if anyone could provide me a link so that I…
Maddy
2
votes
2 answers

Is there a way to AutoFormat (Javascript) code in TestComplete?

So similar to ALt-Shift-F in Netbeans, is there a to do this right in the ide in TestComplete? Not sure if this is possible or if anyone can think of a workaround to autoFormat without leaving the TestComplete window. I'm trying to get the below…
Frank Visaggio
  • 3,642
  • 9
  • 34
  • 71
1
vote
1 answer

*.svb files stored in Git as binary. How to store they as plain text?

We wrote our tests using Testcomplete and VB script. Extension of TC files is *.svb. diff --git a/Script/libSystem.svb b/Script/libSystem.svb index c183d4d..94e81dd 100644 --- a/Script/libSystem.svb +++ b/Script/libSystem.svb Binary files…
Ilya
  • 41
  • 4
1
vote
2 answers

Use Scripting.FileSystemObject to create file in path that doesn't already exist

I'm trying to create a text file using the Scripting.FileSystemObject in JScript. I can't seem to figure out how to create the file if a directory in the file doesn't already exist. For example: var fso = new…
Dave
  • 6,141
  • 2
  • 38
  • 65
1 2
3
30 31