Tagged Questions

White is a framework for automating rich client applications based on Win32, WinForms, WPF, Silverlight and SWT (Java) platforms.

learn more… | top users | synonyms

9
votes
6answers
1k views

Is there Anyone who Successfully Implement UI Test Automation Regime using Microsoft UI Automation?

I am looking for an Automated UI test framework/ software tool. In the past I have been using TestComplete, and although it's a good piece of software, but the concept of GUI test automation was ...
7
votes
2answers
615 views

Integration testing with White

Has anyone got experience with the white framework? www.codeplex.com/white ? I'm thinking about using it for the next project for basic smoke tests of our windows client. I'd like some advice on ...
6
votes
4answers
348 views

White is not white

When dealing with some bitmaps in Android I noticed that the white used in views is not always the same white rendered on bitmaps. Consider this screenshot. The background white is from a view with ...
6
votes
6answers
4k views

How to check space in string?

How can i check if a string contains a white space or empty space or " ". looking for Java example. example String = "test word"; Thanking you.
4
votes
6answers
495 views

CSS white space at bottom of page despite having both min-height and height tag

I am unable to get the white space at the bottom of this page to disappear. I have both min-height and height tags in body. Any suggestions? Thanks! http://womancareolympia.webs.com/
3
votes
1answer
821 views

Problem dismiss MPMoviePlayerViewController on play error

I have a problem with the MPMoviePlayerViewController: If the controller can't find the movie at the specified URL it displays a white screen and I can't make it go close. This is how I start the ...
3
votes
1answer
337 views

WPF, Project White and Infragistics

I am trying to use Project White to write automated tests for my WPF application. It is all going well until I try to interact with Infragistics controls. Has anyone had any experience of this set up ...
3
votes
2answers
360 views

How to eliminate “halo” in images with transparent backgrounds

I'm using DrawImage() to paint some images on a form with transparent background. Those images which are partly transparent cause a "halo" effect.(Look at the screenshot) What's the best way to ...
2
votes
2answers
59 views

How to add spaces between number and word in a string in Java?

i have a lot of string which contains also number like : LOD140IXAL COMP 1X240GG I would like to put whitespace between numbers and word if there isn't. the number could be every where in the string. ...
2
votes
2answers
177 views

jQuery Mobile - White space when switching orientation

Having an issue with jQuery Mobile when using an iPhone. When I load the page first it loads fine but as soon as I switch orientation it adds white space to the bottom of the background image. In the ...
2
votes
1answer
72 views

CSS 3 fade animation on hover - issue in Opera

So I have these rules: a{ background-color: transparent; -webkit-transition: background-color .3s ease-in-out; -moz-transition: background-color .3s ease-in-out; -o-transition: ...
2
votes
1answer
282 views

White UI Automation : Get WPF DataGrid cell value?

I'm very new to white project, and I wast just checking its features... In my work, I deal intensively with wpf & datagrids, I couldn't get the value of datagrid cell when the column is ...
2
votes
2answers
101 views

issues with the iphone app runs on ipad

i had a problem with my iphone app runs on ipad .I am using camera overlay view in first screen(launches when app starts) but wehn i navigate to other screen there is ablank white space on top of ...
2
votes
1answer
152 views

How to get an instance of White.Core.UIItems.WindowItems.Window which can automate a WPF Window that is created inside an integration test?

I have created an integration test using the White automation framework. This is the start of the integration test: var app = Application.Launch("WPFIntegrationTest.exe"); var window = ...
2
votes
1answer
271 views

how to to kill the white flickering splashscreen of death in a phongeap iOS app

I am wondering how to get rid of the white splashscreen flickering at the start of a phonegap ios application? thnx
2
votes
1answer
259 views

Remove white square around a png image

I have a png image of a pin. I add it as a subview onto another imageview. But when I add it I see a white square around the pin itself. How can I remove that white background. I can see that white ...
2
votes
0answers
552 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
3answers
325 views

White UIAutomation click() stops working on different platform

I'm using White to automate the BDD testing of our C# WPF UI. My first couple of tests are working well on my development machine (running Windows 7). However, when I try and run the same code on ...
2
votes
2answers
379 views

WPF UI Automation with Caliburn.Micro?

I am attempting to write some UI automation tests for a WPF application that is using Caliburn.Micro and White. I am using CM's builtin conventions to bind my controls to the view model's properties ...
2
votes
1answer
487 views

Using White/UIAutomation How to get a right-click context menu

When using UIAutomation I can't seem to be able to get a reference to the context menu that is shown when a right click is command is executed. The following example shows a case where I opened up a ...
2
votes
1answer
192 views

White - File Open Dialog Box

This is my problem. I have an application where it opens a file open dialog box and I'm trying to enter in the file path and file name into the "File name:" combo box section. The application loads ...
2
votes
2answers
375 views

How do I access a MessageBox with white?

I have a simple message box in a WPF application that is launched as below: private void Button_Click(object sender, RoutedEventArgs e) { MessageBox.Show("Howdy", "Howdy"); } I can get white to ...
1
vote
2answers
122 views

How to pass className to a method which gets generic type as a parameter in C#

I have lots of classes reflecting my screen Repository from White/UIAutomation. To use repository I need to create lots of classes that reflect screens of my application windows. To create a ...
1
vote
1answer
52 views

Elements not bound when testing with White framework

I have a wpf application with a simple window that shows a text in a textbox bound to a property of the ViewModel. When I execute the application I can see the text in the textbox, but when I execute ...
1
vote
2answers
57 views

why is css white background for this div not actually white but transparent?

http://jsfiddle.net/QjF4d/ I have a div.rating_bar which is superimposed on over a div.artist. The .rating bar has a background color of white but it doesn't display as white, instead it's just ...
1
vote
2answers
297 views

jquery causing “white” on load

I've searched this a bit on the forum, and can't seem to figure out how to fix the common issue of white flashing when a new page loads. I've tried Chris Coyer's example of placing this above my ...
1
vote
2answers
62 views

Unwanted white space below CSS3 gradient when I scroll down

I've been trying all night to find a solution to this problem and haven't been able to find one that works for me. If your window is big enough, this looks perfect: ...
1
vote
1answer
192 views

CSS3 gradient background with unwanted white space at bottom

I am having a great deal of difficulty with getting rid of the white space at the bottom when I apply a CSS3 gradient and the content has insufficient height for a scrollbar. Such as here: ...
1
vote
1answer
268 views

correct white balance in images using ImageMagick

I've got a folder with more than 2000 portrait photos. All of these are shot in front of a plain white canvas. The problem ist, that some of the pictures need a color correction - or to be more ...
1
vote
3answers
347 views

How to run White + Teamcity (Winforms application)

I'm trying to run UI-tests (written using white). When I run them using NUnitConsole everything works fine. When I try to run them using TeamCity I get the following exception Test(s) failed. ...
1
vote
1answer
341 views

iphone app - white screen shows when launching, or when app suspends

we're having a bit of a headache with some apps, Perhaps anyone of you may be able to alleviate the pain, here goes: We have an OpenGLES(1) application, and it works fine on any device yet tested, ...
1
vote
0answers
285 views

Setting Application theme textColor to white causes Context Menu item text to be white (invisible)

Ok, this is driving me bonkers. To skin my app, I set the following in my theme: <item name="android:textColor">#FFFFFF</item> All the text in the app turns white, unless I manually ...
1
vote
3answers
831 views

Remove excess white space from string

I want to remove the excess white spaces using VB.net ex. "The Quick Brown Fox" I want output "The Quick Brown Fox" Thanks, inchika
1
vote
2answers
2k views

How to manage the Blank White Loading screen of an Android Webview?

This is more of a visual thing than a direct issue, but when a WebView loads in my application, the screen is blank white for between 2-4 seconds until the content is fully loaded. The time is ...
1
vote
3answers
400 views

OpenGL white textures on other PC

I've made this small game using SDL + OpenGL. The game runs fine on my PC, but on a friend's PC, he just gets white boxes and blank screen. I thought it might be an issue due to my textures being non ...
1
vote
0answers
286 views

IE 8 Page Occasionally Blank

Hello stack overflow love you guys... please load up firefox (or any other decent browser) and visit http://combynearvester.net16.net this is how my bands website is supposed to look. now load it ...
1
vote
2answers
291 views

OpenGL and DevIL white textures problem under some Windows systems

I'm having some problems trying to load images with DevIL and creating textures in OpenGL. When a friend of mine tested my program on his Windows, all the rects, whom were supposed to contain ...
1
vote
2answers
922 views

C# - Control another application's windows using Thoughtworks White

I'm creating a C# program and I need to control another application. I found this example, but it doesn't really work for me (or at least I can't make it work). 1) The application is already running ...
1
vote
2answers
138 views

Nunit fails to start my application

Visual Studio 2010 Express C#, NUnit 2.5.8, White 0.2.0 I am trying to write some tests with the NUnit + White framework. I can get the White demo (ListBoxExample) up and running without problems. ...
1
vote
2answers
227 views

automating .NET applications

I'm trying to automate a hidden .NET application, with another .NET application (written in c#) using the easiest way possible. It's NOT for testing purposes, it's a way to fulfill the lack of ...
1
vote
2answers
161 views

A simple HTML page with content, but get White Page in Chrome 6.0.472.53

I am developing a ASP.Net web site and my page works normally in IE/Firefox/Opera This is the page source code. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
1
vote
1answer
472 views

Make an image black and white?

I have another quartz 2d (iphone) question: How to change all the colors of an ImageView to black and white and leave only red ??? DD
1
vote
1answer
758 views

Facebook White Screen

We keep getting a white-screen on our FB application, although the server is successfully getting hit and no errors are occurring. Is there a setting or something we can do to resolve this? Does ...
1
vote
2answers
333 views

Silverlight tests not working unless RDP connection open

I have a few Silverlight UI tests that I'm automating with White. These tests are subsequently run by a TFS build agent, which is running interactively so it can access the desktop. The build passes ...
1
vote
1answer
369 views

How to use White to test OpenFileDialog on Silverlight 4.0 application?

I'm trying to test an OpenFileDialog that is created when the user clicks on a button in my Silverlight 4.0 application. According to the FAQ, the correct way of finding modal dialogs is this: ...
1
vote
2answers
271 views

jQuery 1.4 .html() problem with IE

I have a box displaying my shopping cart amount. When the customer adds a new product I make a ajax request and send back the amount of products in the cart. This looks like this: ... success: ...
1
vote
2answers
444 views

How can I get a control's DataContext from an external application using UI Automation (and/or White)

I'm using White to drive the UI of a WPF app, and it's worked well so far. I'm at the point however, where I need to poke into the internal state of the app under test to check some conditions. ...
0
votes
0answers
23 views

Objects don't process as desired in WatiN/White test

I use WatiN/White frameworks for auto-testing. For educational purposes I try to automate Windows' calc.exe. Numeric buttons are determined as: btnDigits = new Button[10]; for (int i = 0; i ...
0
votes
0answers
81 views

C# White Framework Automation: How to check if a page was opened

I have to write white/c# code to check if a confirmation page was opened after clicking a button. If it didn't open it means there was some sort of problem and the test needs to fail. Afterwards i ...
0
votes
0answers
36 views

Facebook iframe white page in Firefox

I just finished my iframe app and wanted to test it in Firefox. The index.php works great, but if I click on the href to other.php, it hangs on the white page. In other.php I work with Session from ...

1 2