Tagged Questions
38
votes
24answers
17k views
Tools for automated GUI testing (on Windows)?
What tools can be recommended for automated testing of GUI applications on Windows?
The tools must be language-independent and thus should be able to interact with any GUI, regardless of ...
16
votes
2answers
2k views
12
votes
15answers
5k views
Automated Web UI Testing
What are the good automated web UI testing tools?
I want to be able to use it in the .Net world - but it doesn't have to written in .net.
Features such as a record mode, integration into build ...
12
votes
6answers
1k views
Anyone Using Executable Requirements?
In my limited experience with them executable requirements (i.e. specifying all requirements as broken automated tests) have proven to be amazingly successful. I've worked on one project in which we ...
8
votes
2answers
536 views
Continious Integration for Android via TeamCity. Preferred tools?
Our team is new to both Android and Java development (originally, we came from C++), therefore our knowledge about build tools for java is pretty shallow.
There are few build tools which can be used ...
8
votes
4answers
2k views
Selenium 1 to Selenium 2 Migration
Selenium 2 has been in beta phase for last few months. I would like to know learning’s if any of our us have analyzed/migrated from selenium 1 to selenium 2
How much was the effort involved in terms ...
8
votes
3answers
5k views
Automating Firefox and Chrome browsers
I am looking for a way to automate couple of browsers... Firefox and Chrome (for now on just Windows) from an external application/process.
Is there a way to do things along these lines:
1. Start the ...
8
votes
2answers
416 views
Is there a browser-agnostic way to detect client-side script errors with Watin?
We're using WatiN to test our web portals. During the course of an E2E test, we'll occasionally see client-side script errors on the IE status bar. I'd like to chain a handler onto the script error ...
8
votes
4answers
1k views
Running UI automation tests on build server
We use UI Automation and Nunit to create tests UI tests for WPF application.
We've created tests that work fine when you run them from a local machine. Those tests never run successfully on our build ...
8
votes
6answers
2k views
Automated testing of GUI
This question isn't about unit-testing. And it is for a desktop product.
This is about testing of the gui and testing that the right stuff is input in the right text box at the right time.
A company ...
7
votes
10answers
2k views
UI Testing Tool?
Looking for a tool to UI testing of a Windows (.NET WinForms) application. The idea is that the analysts will record the tests via some UI and it will be able to be played back over and over again.
...
6
votes
4answers
150 views
push deployment with test automation
We are developing some testing infrastructure and I have hit a coders block (lack of sleep?)...this seems like it would be a solved problem but I haven't found what I'm looking for via google.
I ...
6
votes
2answers
815 views
Looking for some good GUI testing frameworks/gui automation test tools for Windows Forms .NET
I am looking for a good GUI testing framework/automation testing tool for windows forms based apps.
Can you recommend any ?
6
votes
2answers
1k views
How do you write your QTP Tests?
I am experimenting with using QTP for some webapp ui automation testing and I was wondering how people usually write their QTP tests. Do you use the object map, descriptive programming, a combination ...
6
votes
5answers
1k views
Tools for automating mouse and keyboard events sent to a windows application
What tools are useful for automating clicking through a windows form application? Is this even useful? I see the testers at my company doing this a great deal and it seems like a waste of time.
5
votes
1answer
68 views
Mocking Windows Installer
Is it possible to mock the Windows Installer? I would like to set up tests for various scenarios during install. I don't really care what is stored in the Windows Installer databases, I just want to ...
5
votes
3answers
590 views
Test automation tool/libraries/framework for C++ GUI desktop windows apps
unfortunatelly I have a GUI desktop application running on Windows and compiled using Borland C++ compiler. I know it's a very old technology, but that's the life. The company I work for have lots of ...
5
votes
5answers
453 views
Suggest a test automation framework for my scenario
I am in the process of evaluating few test automation frameworks and would appreciate some input. We have a large credit processing business app and it has three endpoints: web ui, soap and basic ...
5
votes
6answers
1k views
iPhone test automation - benchmark tools?
Hi
we are expanding one of our projects in a major bank to include access via mobile devices. We are evaluating a few tools - inc. perfecto mobile, experitest and deviceanywhere.
From our initial ...
5
votes
2answers
1k views
Is there a headless browser for .NET (for automated Web-UI-Tests)?
Is there a headless browser for .NET?
I am looking for this in a testing context.
Coming from Java I am thinking of something similar to HtmlUnit (http://htmlunit.sourceforge.net/) which itself is ...
5
votes
3answers
2k views
WatiN in Visual Studio 2008 - second test method fails
When trying to run a very simple WatiN 2.0 (CTP3) test in Visual Studio 2008 I found that the first one always executes fine. The second test method seem to break something in the IE object producing ...
4
votes
1answer
1k views
SoapUI API: WsdlProject unable to load a 'composite' project
We are using SoapUI's APIs for running automatic tests during our build.
I tried changing our project to be a composite project ( meaning it is not a single XML file but a Directory with a ...
4
votes
1answer
137 views
What are you specifically automating in UI test automation?
All the documents I have read so far on various testing frameworks (Selenium, Tellurium, Canoo etc) encourage (or at least concentrate) on functional testing an application through UI. I have seen ...
4
votes
1answer
161 views
Newbie question about Continuous integration and selenium tests,
I'm very new to C.I. but I have recently inherited a project where Team City has just been implemented and I'm slowly getting my head around it. One thing we would like to do is run some Selenium ...
4
votes
2answers
410 views
Are there any automation test example source code using .NET
Are there any source code example of software automation testing with System.Windows.Automation?
because i'm realy having problems with this...
4
votes
5answers
2k views
Equivalent of AutoIt for Mac OS X?
AutoIt is a Windows tool to automate UI tasks, for testing or scripting. It supports basic commands like moving the mouse, clicking its buttons, simulating keystrokes. Beyond that it also recognizes ...
4
votes
3answers
409 views
What are the benefits of automating acceptance testing?
Recently I read some articles about some doubts about benefits of acceptance testing, because it is quite costly compared to what it brings. To form my own opinion, I would like to gather as much ...
4
votes
4answers
1k views
test automation tools avaiable for blackberry and iphone
I am new to mobile test automation. Kindly suggest test automation tools available for blackberry and iPhone.
4
votes
4answers
671 views
Image Recognition to drive test automation
Are there any tools out there which uses Image Recognition(searching, comparing, validating images) as base for automating and testing GUI software.I know ranorex supports it. Are there any better ...
4
votes
6answers
3k views
Software Test Automation - Masters Thesis
i am trying to write a thesis about Software Test Automation. I plan to compare the two Approaches of Recording and Programming of Test Scripts, and to discuss about several Automation Frameworks, for ...
4
votes
2answers
1k views
How to automate a Siebel GUI?
I'm looking for a way to automate a Siebel Retail 8.1 GUI (High Interactivity) for functional tests.
The only option I found so far is using QTP from HP, which is quite expensive.
Do you know any ...
4
votes
2answers
2k views
Ui automation testing right click menus
I am trying to automate testing for wpf application using ui automation. I have problems simulating right mouse click and selecting different option in right click menu. Any suggestions?
I also have ...
4
votes
5answers
2k views
Automated Test Framework - Windows CE
Looking for a way to drive a Compact Framework app running on a CE device.
All we basically need is to be able to write little scripts that press buttons and click on things. Anyone know of such a ...
3
votes
2answers
51 views
Performance data collection and visualisation tool
I have a performance test suite that during the run collects response time information (in a CSV format). Also I have a set of monitoring scripts that collect running application metrics (also in CSV ...
3
votes
3answers
114 views
Automated Flash Testing with C#
I am trying to write some software for automated testing of flash contained within webpages.
Specifically I am looking for assistance with 'hooking' onto a webpage which is running the flash and ...
3
votes
1answer
105 views
How can I automate antivirus/WSUS patch testing of my Windows driver and binary?
My (rather small) company develops a popular Windows application, but one thing we've always struggled with is testing - it frequently is only tested by the developers on a system similar to the one ...
3
votes
1answer
150 views
We need to test a mixed windows-Linux environment. Is there a automation tool that supports both?
We are trying to automate an aplication that lives in a mixed windows-linux environment. We need a test automation tool that supports both environments. Any recommendations?
We are evaluating ...
3
votes
7answers
1k views
Open source test automation tools for functional testing of web applications
what are some good open source test automation tools to test web applications ?
3
votes
1answer
156 views
Dashboard for collaborative science / data processing projects
Continuous Integration servers like Hudson are a pretty amazing addition to software development. I work in an academic research lab, and I'd love to apply similar principles to scientific data ...
3
votes
4answers
3k views
AutoIt for Java
I need to automate UI testing of a software that my module is plugged in. I do not have an access to code of the host so I need something like AutoIt. Since AutoIt does not work with Swing, is there ...
3
votes
2answers
203 views
Is there a tool for automated user interface testing java mobile apps?
I'm looking for some sort of framework to automate user interface testing of a java mobile app. We're developing in netbeans ide for the most part, and I've found various articles related to unit ...
2
votes
0answers
25 views
Fitnesse tool for VC++ environment
I have been told to test a codebase using Fitnesse tool. But the problem is that the code is written in VC++ with MFC and other windows programming things (of which I have no idea at present).
I know ...
2
votes
1answer
103 views
Selenium with SWFUpload
I tried to use Selenium for the automation testing script. The testing web page used SWFUpload for uploading. I don't see any api in Selenium to resolve the upload.
Here is the page: ...
2
votes
2answers
261 views
Android test automaiton for a phone connected to my computer using USB
We need to do test automation on Android devices connected by USB to our computer (it's a bank application and we cannot use any cloud based testing due to the Bank's security policy). We are looking ...
2
votes
0answers
556 views
Test automation - Win32 app - White/UI automation - problem with recognizing objects
I’m looking for alternative for existing tests written in QTP for my Win32 application written in Borland C++.
My candidate is White which based on UI Automation because it’s native solution,
I can ...
2
votes
1answer
560 views
Selenium 2(WebDriver) or Geb?
I am very much impressed with web driver and page object pattern. Recently I saw Geb framework and with spock framework combination seems to be like a powerful alternate option for automated tests. Is ...
2
votes
1answer
86 views
selenium management tool
I am wondering what is the best management tool for SELENIUM. Something that handles automated running of tests with RC. Saves screenshots that selenium rc takes, connectivity to a database. What are ...
2
votes
3answers
147 views
How to control the quality of selenium screenshots
I've got an issue with selenium taking screenshots that are large. For example, a page that has many images it will capture that screenshot at 2MB. is there a way to control the quality of the ...
2
votes
2answers
492 views
How to define dependency between tests in MStest
I have some tests which are dependent on the success and failure of some tests. How can I define dependency as I am using VS2010 Mstest and selenium.
E.g
if test1 is failed then dont run test5, test ...
2
votes
2answers
439 views
How do I automate mouse clicks on a Windows system tray icon using Perl?
I am writing some automation scripts using Perl for testing a custom Windows application. The only way to exit the application is to automate a right click on a system tray icon (which the application ...