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

Best way to test a Delphi application

I have a Delphi application that has many dependencies, and it would be difficult to refactor it to use DUnit (it's huge), so I was thinking about using something like AutomatedQA's TestComplete to do the testing from the front-end UI. My main…
Osama Al-Maadeed
  • 5,654
  • 5
  • 28
  • 48
8
votes
4 answers

What are the causes and solutions of exception code c0000005 in mscorwks.dll?

The exception code C0000005 is thrown from mscorwks.dll when the application is run on Windows Server 2008 R2 launched using test complete. Other platforms (Windows XP, Server 2003 R2, Windows 7 32-bit and 64-bit) do not present this exception. The…
Erick
  • 732
  • 2
  • 8
  • 18
7
votes
2 answers

Selenium + PHPUnit: sessionId should not be null; has this session been started yet?

I'm running Selenium RC with PHP. I run a simple login test, that completes successfully, but just before closing the browser, I get the following error: 23:50:09.969 INFO - Command request: testComplete[, ] on session …
Shimix
  • 93
  • 2
  • 7
6
votes
3 answers

Delphi project testing via TestComplete 7 on FinalBuilder

We've been using FinalBuilder as a continuous integration server for our Delphi project. Currently, we have our builds automatically triggered from subversion check-ins, dUnit tests run after the unit test executable is built and AQtime generating…
Catharz
  • 1,105
  • 10
  • 18
5
votes
10 answers

How to automate the test running process using TestComplete?

We are trying to integrate tests in our daily builds using TestComplete, so far we have a machine dedicated for testing and our build script copies to this machine everything TestComplete needs for its tests (Application, Database, Test script…
5
votes
2 answers

Why is TestComplete so slow?

We are using TestComplete from AQTime to test the GUI at client with our Client/Server application. It is compiled with Delphi 2007. The source of client is about 1.4 millions sourcelines. The hardware is a Intel dualcore 2.13 Mhz, 2 GB RAM using…
Roland Bengtsson
  • 5,058
  • 9
  • 58
  • 99
5
votes
3 answers

How to run automated GUI tests on a remote headless ESXi Virtual Machine?

I'm trying to setup automated GUI tests in ESXi Virtual Machines using TestComplete. The problem, as I understand it, is that when no remote desktop connection is made to the ESXi virtual machine, then it is impossible for TestComplete to perform…
jonjbar
  • 3,896
  • 1
  • 25
  • 46
5
votes
0 answers

Change display settings with a service

We are using TeamCity to start our tests. The TeamCity Agent is running as a service on a master VM running Windows Server 2012, an headless machine (manage by Hyper-V). Right now, Get-DisplayResolution returns 1024X728. And when trying to change…
5
votes
2 answers

How to capture a screenshot using VBScript in TestComplete?

I'm using TestComplete. I need to capture a screenshot and place it in a particular folder. How to do this using VBScript?
Ramakrishna
  • 68
  • 1
  • 1
  • 9
5
votes
1 answer

Internal Error: DBG2439 in Delphi

I am building a project in Delphi 5. I have successully builded the project and genrated the output exe. Till this state everything works fine. Now I am using testing automation tool 'TestComplete' on the generated the exe. But in TestComplete only…
Nalu
  • 1,107
  • 4
  • 20
  • 43
4
votes
2 answers

JavaScript RegExp - g modifier not working

I have been stuck on this silly issue for hours now. I know it seems stupid but I really don't know what I am missing. Any help would be appreciated. Here's my issue: var objReg = /touch/g; var str = "abc touch def touch"; var arr =…
ManJoey
  • 213
  • 2
  • 7
4
votes
3 answers

how to fail a test in Testcomplete programmatically?

I am trying to programmatically fail a test in TestComplete What code do I have to write to set a vb script test as failed in TestComplete? Thank you
Greg
  • 1,227
  • 5
  • 23
  • 52
4
votes
1 answer

How can "Optimization" option for compiler affect testing using TestComplete 9

On Smart Bear site as recommendation for application with debug info to turn off option "Optimization" (prove: http://support.smartbear.com/viewarticle/32714/) Who can explain how this option works and how can it affect testing under Testcomplete 9?
4
votes
2 answers

Using TestComplete to reply to an email

I am struggling to find a simple way to reply to an email in an Inbox using TestComplete. At the moment I am using code for that can be found here http://support.smartbear.com/viewarticle/9022/ under the JScript section. I have managed to create and…
4
votes
3 answers

Testing D2009 application with Test Complete 7.0

We are trying to use Test Complete 7 to test an application compiled in Delphi 2009 (recently ported from D2006). In theory this should be really easy - you compile your app with debug information, then user a stripper utility to strip the debug…
Steve
  • 6,382
  • 3
  • 41
  • 66
1
2 3
30 31