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

Using the COM for opening Excel, can't select a particular sheet

I am using the COM to work with Excel 2007. When I use the following code, it opens to the first sheet by default. Excel = Sys.OleObject("Excel.Application"); Delay (3000); // Wait until Excel starts Excel.Visible =…
dev
  • 191
  • 1
  • 11
-2
votes
1 answer

JavaScript: Instantiating a class from a JSON array

I have a TestComplete (UI testing) project which uses JavaScript, and I'm trying to store class references in JSON. It seems that my code isn't working, so I might have a conceptual misunderstanding of how JavaScript handles class references in…
Automatic Bazooty
  • 502
  • 2
  • 6
  • 13
-2
votes
1 answer

TestComplete Out of memory issue

The problem we face when we try to run our automation script on for long hours is in between the execution we face with “Out of Memory” issue.This issue is bcoz GDI Object” leak happening due to which the RAM is becoming full and the tool is…
Smitha
  • 1
-2
votes
4 answers

How do I open browser + click with TestComplete?

I'm trying to just open http://espn.go.com/ and then click on the "NBA" tab using TestComplete. Could someone tell me how to do this to get me started? Thanks!
-3
votes
1 answer

How to return array

I am using the below function to load xml and then return the array with values. But when i call it in another function it gives error "arrXML is undefined". function readXML() { // create an array object var arrXML = new Array(); …
vinu
  • 191
  • 2
  • 7
  • 22
-3
votes
1 answer

Comparing Excel sheet data with PDF file in VBScript

I have my application reports in Excel sheet and PDF file. Now my requirement is I want compare my Excel sheet reports to PDF file, I am facing problem with comparing these two files. My reports are in table format so I am unable identify the rows…
Amrita Singh
  • 1
  • 1
  • 1
-4
votes
1 answer

How to get selected fields from an array using Javascript?

Please bear with me, I am new to coding. I am trying to test a web service and I am stuck with a java script array where I need to get 2 fields out of 10 fields for further testing. I would really appreciate if someone can help me with it?
1 2 3
30
31