Skip to main content
Filter by
Sorted by
Tagged with
8 votes
4 answers
50k views

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&...
Erick's user avatar
  • 752
3 votes
3 answers
5k views

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. ...
kranthi's user avatar
  • 1,549
3 votes
1 answer
3k views

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 ...
Ak02's user avatar
  • 161
1 vote
1 answer
680 views

I wrote an MS JScript utility (for use in SmartBear's TestComplete) that exports images that are embedded in a Word document to PNG files on disk. When I run this utility on Win7, with Office 2010, ...
Greg Gauthier's user avatar
1 vote
2 answers
496 views

I inherited a project that runs TestComplete scripts from CruiseControl. For each Script there is an entry in CCnet.Config and each entry ends with the following: <publishers> <merge> ...
Robert McCabe's user avatar
1 vote
3 answers
1k views

I have this piece of HTML codes I need to find those 2 objects using JavaScript so I can click() it and write some text (Test Automation). The issue is the id is dynamically generated, thus can't be ...
keylogger's user avatar
  • 882
1 vote
1 answer
6k views

I am trying to run an automation test using smartbear testcomplete using a local device/mobile. To be able to do this, I have to specify my local Appium server URL. Where/how can I find the URL? See ...
Wil''s user avatar
  • 11
1 vote
1 answer
2k views

My XML file's structure is like this.. <?xml version="1.0" encoding="utf-8" ?> <atom:entry xmlns:atom="http://www.w3.org/2005/Atom"xmlns:core="http://x.y.com/xy/xyz"> <atom:title>...
Suvasish Sarker's user avatar
0 votes
2 answers
428 views

I have a grid in my application and I spied using the TestComplete tool. It identifies its WndClass as "TG60.ApexGrid32.20". I am not able to get the number of cells or rows properly. Anyone has any ...
Venkat Raman's user avatar