Q.: Can I test PowerBuilder applications with TestComplete?
General InformationA.: TestComplete does not have special support for PowerBuilder applications: it does not recognize controls inside data windows and it is not possible to make a PowerBuilder application an Open Application. You can only test these applications in black box mode.
Related QuestionsQ.: What compilers does TestComplete support? What applications can it test?
General InformationA.: With TestComplete you can test any Windows application through the application's UI. Script routines simulate mouse movements, clicks, key presses and other user actions through Windows messages. This way of testing does not depend on any compiler. It is called functional or "black box" testing. For Web pages and for applications created with Delphi, C++Builder, Visual Basic, Visual C++, Java and .
Related QuestionsQ.: How can I test Compact .NET Framework applications with TestComplete?
General InformationA.: Both Microsoft Visual Studio 2003 and Visual Studio 2005 let you create, run and debug Windows CE applications targeting the Microsoft .NET Compact Framework. For further reference, we will call them Windows CE .NET applications. To run these applications under a Win32 platform, you can either use the Windows CE device emulator (which is built into Visual Studio), or run the application as a Win32 application (provided that you have Microsoft .NET Framework v. 1.0.
Related QuestionsQ.: Can you tell me if there is a TestComplete version for Java or .NET applications?
General InformationA.: Support for Java and .NET applications is provided by special TestComplete plug-ins: Java Client and .NET Client. They are included in both the Standard and Enterprise versions of TestComplete 3.xx. Everything mentioned in this FAQ and the TestComplete help system is true for Java and .NET testing. The Java Client plug-in provides specific files that allow you to create and test Java Open Applications.
Related QuestionsQ.: My program uses custom controls. Can TestComplete test them?
Accessing Application InternalsA.: Yes, TestComplete works with custom controls by simulating mouse clicks and key presses on any window. To work with Win32 controls, TestComplete uses special program objects - Win32Toolbar, Win32Menu, and so on. It is recommended to map the class names of custom controls to these objects. This allows you to call specific methods and properties for custom controls.
Related QuestionsQ.: Can I test grid controls via TestComplete scripts?
General InformationA.: Yes, you can record and run TestComplete scripts that simulate user actions with grid controls. To learn more about this, see Working With Grids in TestComplete 3 or Grid Samples for TestComplete 4. A.: Yes, TestComplete can simulate mouse clicks, key presses, and so on, within the console window. However, these applications cannot be tested as Open Applications.
Related QuestionsQ.: Can TestComplete perform load testing on .NET, Java, Delphi and other applications?
Frequently Asked Questions about TestComplete (FAQ) - Load T...A.: The HTTP Load Testing feature is used to perform load testing on client-server applications that use the HTTP protocol for communication. TestComplete records HTTP requests sent by the client program and plays them back to simulate the activity of an actual user. The client program can be any application that uses the HTTP protocol, not just a web browser. If your client-server application does not use the HTTP protocol, take a look at the Network Suite feature.
Related QuestionsCan I test WPF (XAML) controls with TestComplete?
TestComplete FAQ - Accessing Application InternalsA.: Yes, TestComplete version 5 introduces support for WPF (XAML) controls and applications. You can test WPF controls the same way you test Win32 or .NET controls - by simulating keystrokes and mouse clicks over them. TestComplete also provides access to private, protected and public fields, properties and methods of the controls. To work with XAML controls, TestComplete uses special program objects - WPFMenu, WPFToolbar, WPFButton and others. They correspond to controls of the System.Windows.
Related QuestionsQ... What platforms can TALC2000 test applications on?
FAQs on Testing, Year 2000 testing and TALC2000.TALC2000 is able to test character based applications on any mainframe or midrange platform running proprietary or Unix operating systems provided the applications are accessible from a PC terminal emulator running under Windows. TALC2000 is already used to test on Tandem, IBM mainfranes, AS400s, System 36s, a variety of Unix systems, HP3000, Digital VAX, Wang and many others. The key is access to the applications to be tested through a Windows based terminal emulator.
Related QuestionsQ.: What is the difference between AQtime and TestComplete?
AQtime 5 - Frequently Asked Questions, FAQA.: AQtime and TestComplete are different products that are aimed at specific goals. AQtime is a performance profiler and a memory and resource usage debugger, that is, you can use it to time the execution of application functions, find memory and resource leaks, track exceptions, etc. TestComplete is used for automated testing of applications.
Related QuestionsQ.: Can I perform distributed testing with TestComplete?
General InformationA.: TestComplete includes two plug-ins that can be used for distributed testing: HTTP Load Testing and Network Suite. The HTTP Load Testing plug-in allows you to test client-server applications that communicate using HTTP or Secure HTTP (SHTTP). TestComplete can simulate up to 300 virtual users on each computer involved in testing. If you are interested in this approach, please read the "Testing Web Servers Using the HTTP Load Testing Plug-In" help topic.
Related QuestionsHow do I test my Applications?
EFI - Products - Corporate Solutions - Other Fiery Technolog...In addition to testing on their own Fiery controller/server(s), developers can test their applications by connecting directly to Fiery test servers available at testfiery1.efi.com. Developers can verify that their SDK applications work correctly with the latest Fiery software. The test servers will help developers to isolate problems they may encounter while developing SDK applications from the versions of Fiery software of their local Fierys.
Related QuestionsQ.: Which browsers does TestComplete support for testing web pages?
Frequently Asked Questions about TestComplete (FAQ) - Functi...A.: With TestComplete, you can get access to web page elements and emulate mouse and keyboard actions over web pages displayed in the following browsers: TestComplete provides access to web pages and their elements displayed in WebBrowser controls that reside in any application. In other words, TestComplete supports any browser created on the base of the WebBrowser control. TestComplete 5 provides limited support for Netscape Navigator ver. 8.1.
Related QuestionsQ.: Is it possible to explore properties of OLE objects in TestComplete?
Accessing Application InternalsA.: Yes. Use the OleObject property of the Sys object. Select it in the Object Browser panel, press the Params button and specify the class ID or program ID of the desired OLE object (For example, you may type Word.Application). TestComplete will try to connect to the specified object. If the object does not exist, TestComplete will create it. Once TestComplete has connected to the object, it will display the ellipsis button in the Property value column.
Related QuestionsQ.: TestComplete does not recognize some controls, like labels, on my form. Why?
Accessing Application InternalsA.: Its possible that you are testing a non-Open Application. When you test a "closed" application, TestComplete needs to "know" which window it should address with mouse clicks and key presses. Some controls like TLabel and TImage in Delphi and C++Builder, or Label and Image in Visual Basic, are non-window controls. They are drawn on the canvas of the form. To check whether the control is windowed or not, open the Object Browser.
Related QuestionsQ.: What functional limitations does TestComplete trial version have?
General InformationA.: The trial version of TestComplete includes all the features available in the registered version, with a 2 unit/500 line script code limit. Note that TestComplete's trial version is an Enterprise version. Therefore, the difference between TestComplete trial and TestComplete Standard is significant.
Related QuestionsQ.: Where can I find additional plug-ins and utilities for TestComplete?
General InformationA.: You can obtain the exception call stack: Compile your application with the debugger information and run it under TestComplete using the DbgServices object. If an exception occurs, TestComplete will post the call stack to the log. See also the "DbgServices Object" help topic and try the <TestComplete>\Samples\Scripts\DbgServices example.
Related QuestionsQ.: Why does TestComplete use coordinates when recording a script with my application?
TestComplete FAQ - Recording and Running ScriptsA.: TestComplete has special support for a number of Win32 controls and it uses object names instead of coordinates when working with some of them. The tool uses specific methods and properties to work with standard Win32 controls. If you open the "Working With Win32 Controls" help topic, you will see a list of supported Win32 objects.
Related QuestionsQ.: TestComplete does not pick up my mouse clicks when recording. What is wrong?
TestComplete FAQ - Recording and Running ScriptsA.: This can happen when you place the mouse cursor over an item of a tree view or some other Windows control and a tool tip is displayed. The tool tip actually covers the item you are clicking. As a result, TestComplete cannot record a click since you are actually clicking on the tool tip. To work around this problem, do any of the following: Place the mouse cursor over the needed item, wait until the tool tip disappears, then click the item. The click will be recorded.
Related QuestionsQ.: TestComplete does not break the script running on breakpoints. How can I fix it?
TestComplete FAQ - Recording and Running Scriptshttp://www.microsoft.com/downloads/details.aspx?FamilyId=E606E71F-BA7F-471E-A57D-F2216D81EC3D&displaylang=en http://microsoft.com/downloads/details.aspx?FamilyId=2F465BE0-94FD-4569-B3C4-DFFDF19CCD99&displaylang=en Also, in order for you to be able use the script debugger, the user account that TestComplete is running under, must belong to the Debugger Users or Administrators group on your computer. You can check this in the Control Panel | User Accounts dialog. The WeatherBug ver. 6.
Related QuestionsQ - Why am I having this test?
The California Pacific Epilepsy ProgramA - We have established where in the brain your seizures begin, and want to make sure that if we remove a portion of the brain, your speech and memory abilities will not be affected.
Related QuestionsQ - What can I do after the Wada test?
The California Pacific Epilepsy ProgramA - We ask that you lie in bed with your right leg straight for six to eight hours after the test to prevent bleeding from the area where the catheter was inserted. After that you are able to get up. You may also eat and we encourage you to drink lots of liquids.
Related QuestionsQ What happens once 900 applications are received?
Kentucky Autism AwarenessA Once 900 applications are collected, they will be submitted to the DMV in Frankfort, KY. All checks will be cashed at this point. It will take approximately 2 – 3 months for the DMV to prepare the plate. Each person who completed an application will receive a postcard from the DMV in the mail notifying them that the plates are ready for pick up at local DMV ’s. Please bring the postcard to the DMV to expedite pick-up.
Related QuestionsQ What happens if we don’t get 900 applications?
Kentucky Autism AwarenessA All checks and applications will be destroyed and an email will be sent informing applicants that the plate will not be produced and that checks have been destroyed.
Related QuestionsQ#2.4: Are desktop applications compatible with GNO?
news.answers/apple2/GNO-faqA#2.4: In most cases, yes. However, GNO doesn't currently allow more than one desktop program to run concurrently. It does allow you to run multiple text applications with or without a desktop application, to the limits of your available memory. There is a program (also available from Procyon), called Switch-It!, that allows one two switch between running desktop programs. It is not multitasking (in that only the currently displayed desktop program is actually running), nor does it require GNO.
Related QuestionsQ - When are the applications due?
Carnegie Mellon University in Qatar / AdmissionA - The application, all supporting documents and test scores for fall 2007 admission should be submitted AS SOON AS POSSIBLE but before March 1, 2007 for Round I, and before April 15, 2007 for Round II.
Related Questions