testcomplete
Making a object class name a parameter
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[详细]
2023-04-06 22:20 分类:问答Creating an array with variables
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[详细]
2023-04-06 07:09 分类:问答How to create Test cases in Automation tool TestComplete
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[详细]
2023-03-26 18:43 分类:问答Working with TTabSet in TestComplete scripts
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[详细]
2023-03-25 14:27 分类:问答Run bat file from java code to get desired result in txt file - no can do :(
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[详细]
2023-03-23 17:35 分类:问答Run bat file from java code and wait for it to execute TestComplete script - no can do :(
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 :([详细]
2023-03-23 13:58 分类:问答Problems using RunAs in TestComplete7
I have a problem with running RunAs mode in TestComplete7. I use: var p = TestedApps.MyApp.Run开发者_开发百科As(\"domain\", \"user\", \"password\");[详细]
2023-03-16 23:07 分类:问答How to record Script and keywordTest in Testcomplete together?
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[详细]
2023-02-27 11:10 分类:问答Post data on Web using C++ Script
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[详细]
2023-02-26 16:02 分类:问答How to make custom UIComponent Accessible?
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[详细]
2023-02-26 02:32 分类:问答