white-framework Questions
3
Solved
I am testing an application which loads a powerpoint (.ppt or .pptx) file insert it. Application gives same look an feel like powerpoint with some extra setting when the file is loaded inside the a...
Pronation asked 13/3, 2014 at 5:29
5
I am getting the following error while trying to build my automation solution. Due to which i am unable to change anything in my feature file at the moment.
error Version conflict - SpecFlow Visua...
Riboflavin asked 7/6, 2019 at 22:41
2
I'm having trouble listening to automation events from the inside a process. I've written a sample below where I have a simple WPF application with a single button. An automation handler is added f...
Sandman asked 18/1, 2017 at 13:16
10
Solved
I set up the SpecFlow plug-in for the Visual Studio 2013.
I created new Feature Item and build it.
Result: built test is not shown in the Test Explorer. Why?
I do it according to this video
Aigneis asked 1/6, 2015 at 12:27
2
Solved
I'm looking for a solution to start my tests from command line.
I created a UnitTest Procjet in VisualStudio2017 for my .NET solution.
Added TestStack.White NuGet package to the project.
The test...
Almita asked 3/1, 2018 at 14:0
2
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 load...
Cannery asked 17/8, 2010 at 11:49
1
Solved
First of all, basically I believe I just need help in figuring out how to calculate it, math isnt really my strong side.
FYI, the MS-Word is most likely not relevant to solve my problem, I basical...
Prayer asked 7/8, 2017 at 9:14
2
I am trying to do automated testing of my application via UI Automation (mainly using TestStack.White to provide a friendly interface; it uses System.Windows.Automation as a back-end). I have a tab...
Hash asked 5/2, 2015 at 20:46
3
Solved
I am using testStack/White library to automate an application. Right now its working fine but it throws exception if the application is already running. Is there any way to put a check e.g if appli...
Densimeter asked 5/9, 2014 at 1:30
1
Solved
I am writing a c# code to test UI in my application. I want to send ENTER from Keyboard.
I already checked TestStack.White.WindowsAPI.KeyboardInput.SpecialKeys. It doesnt contain any method send EN...
Longlimbed asked 14/6, 2016 at 2:12
1
I have the following two methods that I call in sequence (with appropriate class level field in sequence)
public const string ProcessName = "This is"
public const string WindowTitle = "somewhat pr...
Clapboard asked 17/3, 2016 at 15:41
2
White is outputting a lot of logs to the Console and I want to turn it off to see my output. How is it possible? I tried the below but still see logs. Is there more code that needs to be added?
vo...
Fulgor asked 23/4, 2015 at 21:26
2
my general setup: we've written a little excel importer with a small gui, that allows non programmers to write and execute gui-tests with commands like "Button.Click". The underlying framework is T...
Met asked 22/4, 2015 at 12:43
4
Solved
We have a master-slave configuration for Jenkins. Our .NET project is built by a slave Jenkins instance running on Windows.
There are a bunch of GUI tests, however they only seem to run if there's...
Charades asked 16/4, 2012 at 16:7
0
I have a 3 monitor setup, but white says:
[Warn - 10:59:24 AM] 'TestStack.White.UIItems.UIItem' Window with title: MYWINDOW
whose dimensions are: 0,0,4492,1080, is not contained completely on the...
Pendulous asked 29/4, 2014 at 13:27
0
When talking about automating the UI tests conversation always ends up with the UI Automation.
Is it the only option?
I personally don't like it for one main reason - complexity. It is desi...
Brande asked 13/3, 2013 at 12:23
7
Solved
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 de...
Dearly asked 8/8, 2009 at 14:36
1
Solved
So I'm doing some C# automation/UI testing with White and am having trouble
with something. I have a DataGridView in the app and I set the background
cell colors differently depending on applicatio...
Ostia asked 31/8, 2012 at 18:9
1
Solved
Is there any open source tool/framework that is written in Java that can be used to automate all Windows applications (not like Abbot or FEST which automates Java based GUI Apps).
I have hea...
Pasty asked 10/5, 2012 at 9:37
3
Solved
I am trying to find all desktop windows using .NET UIAutomation OR White framework.
I tried :
1.)
AutomationElement rootElement = AutomationElement.RootElement;
var winCollection = rootElement....
Psychiatry asked 17/4, 2012 at 12:27
2
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 advi...
Sargeant asked 16/9, 2008 at 12:33
1
© 2022 - 2024 — McMap. All rights reserved.