Click here to Skip to main content
15,867,141 members
Everything / Test automation

Test automation

test-automation

Great Reads

by Wang Ruofeng, Dirk Bahle
A guide to UIAutomation testing with WPF. Make test code easy to write and maintain.
by Daan Acohen
Learn how to do integration testing while mocking external dependencies of your .NET Core application
by André Marcos (Advisor), William Caetano Cardenas
Prototyping a Web System to Schedule Patients in Local Medical Clinics Oriented by Test Driven Development Guidelines Supported by PHP, PHPUnit and Symfony Framework Technologies
by Gerard Castelló Viader
This project is about a fluent endurance automation framework whose API helps you to fluently create your endurance tests defining repetitions and timeouts.

Latest Articles

by André Marcos (Advisor), William Caetano Cardenas
Prototyping a Web System to Schedule Patients in Local Medical Clinics Oriented by Test Driven Development Guidelines Supported by PHP, PHPUnit and Symfony Framework Technologies
by Ivan Yakimov
Here, we'll discuss how we can test interaction of classes from several projects using dependency container.
by Saroja Nali
An overview of Selenium Automation testing tools, their advantages, and limitations.
by Daan Acohen
Learn how to do integration testing while mocking external dependencies of your .NET Core application

All Articles

Sort by Score

Test automation 

26 Sep 2019 by Wang Ruofeng, Dirk Bahle
A guide to UIAutomation testing with WPF. Make test code easy to write and maintain.
19 Mar 2021 by Daan Acohen
Learn how to do integration testing while mocking external dependencies of your .NET Core application
29 May 2023 by André Marcos (Advisor), William Caetano Cardenas
Prototyping a Web System to Schedule Patients in Local Medical Clinics Oriented by Test Driven Development Guidelines Supported by PHP, PHPUnit and Symfony Framework Technologies
2 Mar 2021 by Gerard Castelló Viader
This project is about a fluent endurance automation framework whose API helps you to fluently create your endurance tests defining repetitions and timeouts.
13 May 2021 by Saroja Nali
An overview of Selenium Automation testing tools, their advantages, and limitations.
8 Sep 2020 by Iqra Ali
The article explains the concept of Sanity Testing and the implementation using TestNG features.
26 Feb 2023 by Ivan Yakimov
Here, we'll discuss how we can test interaction of classes from several projects using dependency container.
13 May 2020 by Richard Deeming
Look at what your setBaseURL method is doing: Create a new RestClient instance; Set its BaseUrl property; Throw that instance away, and return true; When the method returns, the changes you made to the local variable are not persisted...
21 May 2020 by Daan Acohen
An explanation of how to test validation attributes with xUnit
13 May 2020 by Daan Acohen
An explanation of the concept of a Fixture and how it can be used for unit testing and integration testing
2 Jun 2020 by Daan Acohen
A description of how you can let the HttpClient client do exactly what you want and test for that with xUnit
22 Nov 2019 by RickZeeland
Maybe one of these: automation-testing-tools-for-a-medium-team-5-10-testers[^] Zaptest looks very promising I think. You might also be interested in: best-software-tools-for-test-management[^]
5 Dec 2019 by Member 10037347
I want to select a whole paragraph and then the selected text of this paragraph appears in a text area. I tried many solution but it selects from middle to the end or middle to the start of the paragraph. What I have tried: I have this paragraph: A paragraph is a self-contained unit of a...
5 Dec 2019 by RickZeeland
Maybe this will help: Using selenium, how to select a the text in a paragraph which is nested in a div element? - Stack Overflow[^] Or take a look at an alternative for Selenium like Zaptest: automation-testing-tools-for-a-medium-team-5-10-testers[^]
13 May 2020 by Member 14779968
I want to set my BaseUrl as a string but client.BaseUrl returns a URI, because I have my generic GET and POST methods that use it but I am running into this issue private static bool setBaseURL(string baseURL) { if...
13 May 2020 by Richard Deeming
You're trying to call a method which accepts two strings, but you're trying to pass in a Dictionary. Computers don't just "guess" what you meant to do; they do exactly what you tell them to do. If you tell it to call a method...
1 Oct 2020 by KakitaIppatsu
A little background, our company uses a combination of Bamboo and GitLab for builds and deploying builds and TestRails for automated testing. What I would like to do is use a Microsoft Teams channel to do the following: 1) Identify if an...
10 Mar 2022 by Member 15561674
Hi I have following feature file in cucumber webdriver test project: # language: en Feature: Simple Test, Int and Prod Origin vs non origin checks Simple cloud environment Checks @javascript @EnvCheck Scenario: Check Env TEST Origin ...
24 May 2020 by Daan Acohen
By using xUnit the right way, your logging can be improved and production problems can be solved easily or even prevented
10 May 2020 by Daan Acohen
The test problems you face when having a database dependency and how to resolve these problems
13 May 2020 by Member 14779968
I have my sendRequest method where I am passing my contentType, token and query params. I have used a Dictionary for my query params but I am getting an error. It shows AddQueryParameter takes string name, string value so I am...
30 Aug 2021 by Nithin Kolipaka
Hi Guys , I'm facing this issue : TypeError: Cannot read property 'initialPreferences' of undefined > 1 | import { Appearance } from 'react-native-appearance'; | ^ 2 | 3 | export const modedColor = (lightModeColor, darkModeColor) => { ...
21 Nov 2019 by User 11956321
Looking for a windows application testing tool, which could generate test reports to validate the application. 1. If the testing tool could save the testing steps and outcome reports in any database or in a queryable structure. 2. The test tool must be able to generate word/pdf reports which...