Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
5answers
2k views

Selenium Critique

I just wanted some opinions from people that have run Selenium (http://selenium.openqa.org) I have had a lot of experience with WaTiN and even wrote a recording suite for it. I had it producing some ...
7
votes
8answers
2k views

Selenium is to Web UI testing as ________ is to Windows application UI testing

I'm interested in UI testing a client only Java application. What is the most popular framework for doing so? What is your recommended framework? Also, why doesn't Selenium do this (or does it)? It ...
6
votes
8answers
498 views

Who writes the automated UI tests? Developers or Testers?

We're in the initial stages of a large project, and have decided that some form of automated UI testing is likely going to be useful for us, but have not yet sorted out exactly how this is going to ...
3
votes
2answers
688 views

Microsoft UI Automation Library Vs Coded UI Test

I'm very much new in Testing or Test Automation kind of thing. Now recently i've been assigned to a project to Automate UI Testing of a WPF application. After doing a little searching on MSDN and ...
3
votes
4answers
1k views

Flex: Testing UI components at the click level?

I've been working on a Flex component and I'd like to write some automated tests for it. The trouble is, the UI testing tools I've looked at (FlexMonkey and Selenium Flex API) don't simulate "enough": ...
3
votes
3answers
377 views

How do you simulate frequent database activity for realistic testing?

I'm building a web app against a database where a small number of records (about 5000) are active at the same time. Each active working record probably experiences 50-300 changes by 30 users over a 4 ...
2
votes
2answers
161 views

Selenium or Eggplant

we are just trying to evaluate which one is best - Selenium or Eggplant Selenium is of course free of cost. The following are some problems we faced: 1. click actually requires focus on the page. so ...
2
votes
1answer
178 views

Silveright UI testing with SpecFlow

We use SpecFlow with Selenium successfully to test our HTML applications and are looking for a similar way to test our Silverlight applications. At the moment, we are assessing these options: ...
2
votes
3answers
739 views

Problem attaching WatiN to IE

I am experimenting with WatiN for our UI testing, I can get tests to work, but I can't get IE to close afterwards. I'm trying to close IE in my class clean up code, using WatiN's example ...
1
vote
0answers
120 views

Robotium. waitForActivity() returns false for embedded activity in TabHostActivity

I have a TabHostActivity that has 4 tabs (and 4 corresponding Activities). When in the test I click on one of them("Search") the SearchActivity should appear (and it actually does). The problem is ...
1
vote
1answer
242 views

Passing multiple parameters with Cucumber and Capybara

Hi I need help with Cucumber to Capybara regex match. So I want to have a Cucumber step below: I should see "10:00, 11:00, 12:00" under "div1" I want to pass in "10:00, 11:00. 12:00". In the step ...
1
vote
2answers
185 views

getting powershell to class ie and during a ui test take a screenshot of the ie window

So i'm running a ui test with power shell. When i get an error i want to take a screen shot of just the ie window this can be done with alt print scrn %{prtsc} but it only takes a jpg of the active ...
1
vote
1answer
179 views

About UI test for Flash

Excuse me, I am finding a tool for making UI test for program written in Flash. May I ask is there any recommended tool for that? And actually, do I need to consider platform issue (i.e. web browser ...
0
votes
0answers
34 views

Access Flex dataProvider in Selenium tests

I am setting up Selenium-Flex API to test a Flex application. I am trying hard to access the data in a Flex dataProvider list. I'm using ThoughtWorks java library FlexUISelenium version 0.1.1. I am ...
0
votes
1answer
115 views

How do I determine which buttons are enabled in iOS UI Automation?

Using the UI Automation instrument, I know how to test if a particular button is enabled in my iOS application: if( btn[0].isEnabled() ) { UIALogger.logPass("button enabled"); } else { ...
0
votes
1answer
250 views

how to get menu label in monkeyrunner.?

I want to get the menu list items from an android phone. Are there any methods in monkeyrunner to fetch this?
0
votes
1answer
78 views

Web UI Testing - Cross Browser and Operating System

I've been looking at approaches for automating UI tests on our web applications. My question is: Are there any tools out there that will allow me to replay UI tests in multiple browsers and ...
0
votes
2answers
215 views

What is the significance of a browser profiles and User Agent in UI testing?

I see a section called "Tweaking an existing Firefox profile" in selenium 2's documentation and wondering what would be the reason to change profiles and user agents during UI testing? Also when and ...
0
votes
2answers
283 views

iphone - UI Unit Testing?

When it comes to writing unit testing for UI what do you write test for? Do you test each method? (EX: a method returns the correct data) Or do you test the functionalities? (Making sure that the ...
0
votes
2answers
108 views

UI testing vs unit testing

what is the different purpose of those both? I mean, in which condition I should do each of them? as for the example condition. if you have the backend server and several front-end webs, which one ...
0
votes
2answers
735 views

Can WatiN handle the CuteWebUI Uploader popup dialog?

My Background: I am new to WatiN, but not new to writing automated Web UI tests. At my new job, we are trying to use WatiN for our Web UI tests (thanks to a few CUIT fails). I've solved this problem ...
0
votes
1answer
269 views

When creating a custom Toolkit, why does createFrame fail on OSX?

We are trying to extend the UISpec4j testing framework to display the user interface when running tests. So we have a custom toolkit that wraps around the native toolkit for the relevant platform. We ...
0
votes
1answer
188 views

cannot do playback in iMacro: element not found

Excuse me, I have tried to use iMacro in FireFox to do playback. However, it seems that during the playback, it try to click a button before the page finish loading such that the playback stop and ...