I have a TC script that handles report options for a variety of screens.The window class name changes on each screen and, as I want this script to work in a translated environment, the window caption
I am relatively new to Delphi so please bear with me.B开发者_如何学JAVAasically, I need to set variables as different values based on whether or not I am testing in an English or French translated env
How 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 st
I am attempting to click a TTabSet tab for our Delphi application via VBScript (used in test automation) but am having difficulty doing so without using page coordinates. Does anyone have experience u
I have the following problem. I got a bat file that runs testcomplete test. After the test is finished in testcomplete, the app closes and exit code is passed back to the bat. Still in bat file i cre
I am writing this question which is related to my previous topic: Run bat file from java code to get desired result in txt file - no can do :(
I have a problem with running RunAs mode in TestComplete7. I use: var p = TestedApps.MyApp.Run开发者_开发百科As(\"domain\", \"user\", \"password\");
My question is,开发者_如何学JAVA 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
I am using TestComplete 7. In this for configuration I have to post XML on web at specified IP and port ad开发者_运维问答dress. I am usingC++ Scripting language. How can I do this? or if there is othe
I added a MXML component in flex and selected the base as UICom开发者_如何学运维ponent. I want to make it accessible so that automated testing tools can Access it. I am using TestComplete for automate