Tagged Questions

9
votes
7answers
1k views

Best way to test a Delphi application

I have a Delphi application that has many dependencies, and it would be difficult to refactor it to use DUnit (it's huge), so I was thinking about using something like AutomatedQA's TestComplete to do ...
2
votes
1answer
363 views

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 ...
1
vote
1answer
43 views

How Test eclipse product using TestComplete..?

I am new for TestComplete i create a plugin for eclipse .. and now i want to test it using TestComplete... So is there is any example of something.. Because in case of eclipse the index number of ...
1
vote
1answer
107 views

How to create Test cases in Automation tool TestComplete

Hw can i create test cases according to my requirement. Example: I have a form with many fields,there is one field name Father's Name,now i want that the user should insert only string in this ...
1
vote
1answer
208 views

I can't run delphi scripts in testcomplete 8

HI, I can't run delphi scripts in testcomplete 8. When I run it then it is immediately completed, but nothing is executed. If I repeat this steps with jscript then everything is ok. Please, help me to ...
1
vote
1answer
116 views

TestComplete and Adobe Air

Does anyone know if TestComplete can be used with Adobe Air applications?
0
votes
2answers
168 views

Best solution for automated testing in a multiple application scenario

I'm trying to choose automated UI testing tools for the following scenario, with 4 applications: app 1 one application with a WEB UI app 2 one flex application app 3 one html5 application app 4 one ...
0
votes
1answer
75 views

Download file from web and put it in Stores of TestComplete

I am using TestComplete 7. I am writing a test that download the file from web and puts the downloaded file in Stores. I am using C++ script for achieving this. But I am having problem. I don't know ...
0
votes
0answers
99 views

Why TestComplete does not pick Accessibility Name?

I am using TestComplete 7. I developed an application in flex using SDK 3.5. On this application I have TextInput controls and ComboBoxes. I set their accessibilityProperties. But When I try to test ...
0
votes
1answer
192 views

How to record Script and keywordTest in Testcomplete together?

My question is, Can TestComplete record script and keywordTest together? Because when I test my application, it either record script or keywordTest but not both in parallel. How Can I do this?
0
votes
1answer
267 views

TestComplete 8 and TFS 2010 Lab Management

I'm tryng to run TestComplete 8 tests with TFS 2010 Lab Management and I keep getting following error when running tests: File extension specified '.tc8test' is not a valid test extension. I ...