18 questions
8
votes
4
answers
50k
views
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&...
3
votes
3
answers
5k
views
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. ...
3
votes
1
answer
3k
views
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 ...
1
vote
1
answer
680
views
Why am I getting an illegal value error using PpShapeFormat in Office 2013 Interop
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, ...
1
vote
2
answers
496
views
Merge Publisher - what does <file action="Copy"> actually do in CruiseControl.Net?
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>
...
1
vote
3
answers
1k
views
How to find two web objects with the same properties using JavaScript for Test Automation
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 ...
1
vote
1
answer
6k
views
I have to specify my local Appium server URL. Where/How can I find the URL?
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 ...
1
vote
1
answer
2k
views
getting a node's value from XML file in TestComplete
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>...
0
votes
2
answers
428
views
How to automate a grid belonging to ApexGrid in TestComplete?
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 ...