Posts with tag: Desktop Automation
Advanced WPF automation - memory usage
Highlight eventual memory issue when using Telerik Testing Framework and TestStack White for desktop automation.
Complete guide to email verifications with Automation SMTP Server
How to do complete email verification with your own Automation SMTP server.
Extract and verify text from PDF with C#
How to extract text from PDF in C#.
Text verification
Verify actual text with expected one by ignoring what is not relevant during compare.
Advanced WPF automation - read dependency property
What is dependency property in .NET and how to read it from Telerik Testing Framework.
Advanced WPF automation - working with WinForms grid
Example how to work with WinForms grid with TestStack White.
Advanced WPF automation - page objects inheritance
re-use of page objects code through inheritance.
Advanced WPF desktop automation
In this series of posts I'll expand the examples and ideas started in "Automation of WPF applications" series.
Multilingual automation testing with enumerations
Solution for automated testing of multilingual sites by using string values in all supported languages for enumerations.
Efficiently use of enumerations with string values in C#
Using enumerations or specialized classes makes your automation tests easy to understand and maintain. Show with code samples how to define and read string value to enumeration elements.
NTestsRunner for functional automated tests
NTestsRunner implementation details and features.
Running functional automation tests
.Unit testing frameworks are not very suitable for running functional tests. NTestsRunner is an alternative way of running functional automated tests.
WPF automation - running the tests
How to sell your automation to management. Guide for running the tests unattended.
WPF automation - using the elements
Use already created Page Objects and build up test framework.
WPF automation - locating and structure of WinForms elements
Guide how to locate WinForms elements with TestStack White.
WPF automation - locating and structure of WPF elements
Guide how to locate WPF elements with Telerik Testing Framework.
WPF automation - projects structure
How to structure projects in the course of WPF automation.
Automation of WPF applications
Overview how to successfully automate WPF application with Telerik Testing Framework and TestStack White.
Complete guide how to use design patterns in automation
Complete code example of how design patterns can be used in real life test automation.
Singleton and Null object patterns
Description with code samples of Singleton and Null object design patterns.
Factory design pattern
Description of code samples of Factory design pattern.
Facade design pattern
Description with code samples of Facade design pattern.
Page objects design pattern
Description of code samples of Page Objects design pattern.
Design patterns every test automation engineer should know
Description with examples of 5 design patterns that is good to know and use in our automation testing.