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

How to export TestExecute/TestComplete results to teamcity?

I am using commandline build step in teamcity to run the testcomplete tests via a batch file.The tests are running fine,but I do not see any information regarding the passed/failed tests in teamcity. Basically TestComplete generates some log files…
kranthi
  • 1,519
  • 6
  • 29
  • 52
3
votes
2 answers

How to use CVS in TestComplete?

Please, tell where to find free SCC provider for CVS. Because TestComplete, as i have understood works only through SCC. Thank you.
Igor Konoplyanko
  • 9,176
  • 6
  • 57
  • 100
3
votes
1 answer

Working with TTabSet in TestComplete scripts

I am attempting to click a TTabSet tab for our Delphi application via VBScript (used in test automation) but am having difficulty doing so without using page coordinates. Does anyone have experience using this tab class? Using TestComplete's Object…
3
votes
3 answers

Scheduled execution of Testcomplete fails

With TestComplete 8 we have a script that is scheduled to start 06:00 every morning by this line: "C:\Program Files\Automated QA\TestComplete 8\Bin\TestComplete.exe" "C:\Attracs\TestComplete\Attracs\AttracsTEST\AttracsTESTProject.mds" /r /e…
Roland Bengtsson
  • 5,058
  • 9
  • 58
  • 99
3
votes
1 answer

How do I run an app (TestComplete) as Administrator from the command line

Scenario.... I am writing a powershell scrip to Automate some UI Testing, there are a bunch of things that I have to do re, checking code out of a repository, building, copying installers, then at the end I want to run TestComplete and test the…
Tim Jarvis
  • 18,465
  • 9
  • 55
  • 92
3
votes
1 answer

How can I read diffgram file generated by XmlDiff.Compare()

I am comparing two XML files using XMLDiff.compare() Which I am using for the first time and unable to figure out what to do with the diffgram file generated to generate an HTML for the Difference in the two XMLs. bool bIdentical =…
Ak02
  • 143
  • 4
  • 16
3
votes
1 answer

TestComplete Objects - Enumerate properties

For the TestComplete objects of processes, windows and controls on the screen - is there a way to enumerate and print out all the properties. I tried the following code and I get a runtime exception:- var deskObj = Sys.Desktop; //TC Desktop…
Hari
  • 5,057
  • 9
  • 41
  • 51
3
votes
1 answer

What programming languages do TestComplete support?

I have started learning of "Test Complete" an automated testing tool. I have downloaded and installed it on Windows 7. Now I want to write Test script. But unfortunately I am novice and I don't know what programming language does it support. BTW,…
Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176
3
votes
0 answers

Webservice Testing with TestComplete8 - Setting up the correct object type for XmlDocument parameter

I am testing a web service within TestComplete8 which wants an input as an xmlDocType, I have the data in an XML file, but I have not been successful in getting the web service to accept the data. I have tried using the file directly, using…
3
votes
2 answers

How to get the property list and values of a control within a third-party Delphi application?

I'd like to get information about a third party application's controls such as a list of its properties and their values: something like RTTI information but for a third-party Delphi application. I see that this is possible. For example TestComplete…
jonjbar
  • 3,896
  • 1
  • 25
  • 46
2
votes
1 answer

Calling .Net function on UI test instance in TestComplete

I have a simple wpf app which has a button that increments a value on clicking. I also have a function that returns the latest value. The default value is 5. I also have a UI test in testcomplete that clicks the button 3 times (so 8). I need to…
praskris
  • 479
  • 5
  • 15
2
votes
1 answer

Test Execution fails when VM is not connected through RDP

I am trying to run the Test Compelete Scripts on a virtual machine through Azure DevOps pipeline. When I run the Azure Devops pipeline release. Execution starts in VM. But when I check the logs I see that the user action in the Test scripts are not…
Sn_jh
  • 21
  • 1
2
votes
2 answers

3D image comparison in TestComplete

HOw ot compare 3D image files in testcomplete. My application processes some 3D images i want it to be compared with the reference. Image file types are .spt, .vtk, .mdb ,.dcm. Someone help me.
sunjutha
  • 21
  • 1
2
votes
3 answers

Sometimes Exists property is not supported

I'm getting a really frustrating error that sometimes comes up and sometimes it runs through without a problem. My code is: function killProcesses(processes) { // A string array of process names. for (i = 0; i < processes.length; i++) { var…
Cody Harness
  • 1,116
  • 3
  • 18
  • 37
2
votes
0 answers

Run TestComplete UI Tests from TFS 2018

I created some UI tests with both TestLeft and TestComplete from SmartBear, using integration into VS to run them as VS test items. With TFS2015, I did install a VSO agent on a physical server, which started in interactive mode (not as a service) on…
WorkFlo
  • 35
  • 5
1
2
3
30 31