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

Name Mapping dynamic objects for desktop app

How to use Name Mapping in TestComplete UI objects for desktop applications?
-1
votes
1 answer

How to save state of variables between script calls from visual studio

I have several scripts in TestComplete which are preparing system(initialization of some variables) and another scripts with actual steps. Main problem is - calls to functions in TestComplete scripts using Visual Studio treated as separate runs by…
-1
votes
1 answer

How to Work With Test Complete 10.60 with Safari

I need to run my scripts on Safari Browser with test complete 10.60 please help. I also have a licence for test complete 11
-1
votes
1 answer

loading xml asynchronously in testcomplete using jscript

I am trying to load xml file asynchronously but when i call LoadXML(docname) in TestConfiguration() and print the return value , it does not print anything. function TestConfiguration() { var strFilePath = "..\\CommonFiles\\TestConfig.xml"; …
vinu
  • 191
  • 2
  • 7
  • 22
-1
votes
1 answer

reading xml using selectSingleNode in javascript

I have to read the below xml using selectSingleNode() using javascript.The function will get attribute 'name' value (MarkXX_Gas_1.22_Fwd_Win7) using project variable in testcomplete . using that value select the configuration whose attribute name…
vinu
  • 191
  • 2
  • 7
  • 22
-1
votes
1 answer

slow typing due to Sys.Desktop.KeyDown and Sys.Desktop.KeyUp methods

We are using Sys.Desktop.KeyDown and Sys.Desktop.KeyUp VB methods of TestComplete to type into Notepad. For this we are using a for loop containing KeyDown and KeyUp, however for some reason, even after the for loop ends, the typing is still not…
user1328572
  • 599
  • 1
  • 7
  • 12
-1
votes
2 answers

Getting Image Icon colour from inplace list using TestComplete

Little background. I am using test complete and java scripting language for automating the java based desktop application. I need to click on the row in the table depending on the image colour. If image colour is red it need to be passed and only…
Automate
  • 1
  • 2
-1
votes
1 answer

Waiting until the control is activated error in testcomplete

I am able to click on Email link but not able to enter the username and test Complete shows "Waiting until the control is activate" only. var UserName = returnScreenPortal().ParentalLockViewNavigator.LoginForm.Username; UserName.Click(180 ,…
Rock
  • 131
  • 1
  • 1
  • 9
-1
votes
1 answer

TestComplete:How to run Run dialog box through C# scripting in Testcomplete?

In one of my tests, i need to open Run Dialog Box and open an application. How can i open 'Run' in the very first step using C# script in Testcomplete. Thanks in Advance
user2993178
  • 97
  • 1
  • 12
-1
votes
2 answers

I am not able to wait in testcomplete for page element to load

I am working on web application, using tool testcomplete with vbscript. pageTab = Sys.Process("iexplore").IEFrame(0).CommandBar.TabBand.TabButton("Tieto Client Manager").Enabled do while(pageTab <> True) Sys.Process("Explorer").Refresh …
user1053540
  • 39
  • 1
  • 1
  • 5
-1
votes
1 answer

Emulators not working in SeeTest

while i used Android Emulators to work in seetest, few emulators are workng great but not all ...... Why is this happening, few emulators are not yet all opening, few are not able to launch the application .... please do help me out . i have gone…
-1
votes
2 answers

Test Complete script does not get the object of my application on a Windows 7 machine

I wrote a script using Test Complete 6.0 to automate my application. Test Complete does not get the object of my application. For example: Sys["Application name"] returns with "object not found". I tried to find what are the EXE running under sys…
-2
votes
1 answer

Integrate ReportPortal with TestComplete

I am doing a feasibility study to integrate ReportPortal with TestComplete for our project, Currently trying to hit the API call available in this 'http://{IP Address}:8080/ui/#api' using aqhttp, still exploring on that, So would I like to know is…
-2
votes
1 answer

Identifying objects in Genie Clinical System

I'm using TestComplete to automate an application called Genie. It's a clinical System. But, Testcomplete is not showing the objects. Any idea what could be the issue? Tried object explorer, but objects are not displayed. Looks like the application…
-2
votes
1 answer

How to search specific email in hundreds of email recipient mailbox

I have an automation task to validate emails sent to the customer as well as broker and sub-broker, how can I validate each email on the recipient side in the test environment.
MrX
  • 1
  • 1
  • 2
1 2 3
30
31