python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Unable to run my specFlow code through nunit.consolerunner
I have tried running my test using nunit.consolerunner:
C:\Users\\.nuget\packages\nunit.consolerunner\3.11.1\tools>nunit3-console.exe "D:\Automation\bin\Debug\netcoreapp3.1\la-automation.dll&q...
Kiran
Votes: 0
Answers: 0
Giving to FLAUI the command for hit a key combination (such as ALT + F4) changes the keyboard controls
i'm making an automated test with flaui, it includes
Keyboard.Press(VirtualKeyShort.ALT);
Keyboard.Press(VirtualKeyShort.F4);
it works fine, but then my keyboard controls are completely different, f...
lorenzotarquini
Votes: 0
Answers: 1
How to update "Area Path" of a test case in Azure Devops using Azure Devops Services Rest API
I write test cases in Visual Studio - Specflow feature file. Post that, I use "AzureDevops Test Connector" to migrate test cases into Azure Devops - Test Plan -> Test Suite(Which are alre...
KR Akhil
Votes: 0
Answers: 1
Can I safely run SpecFlow tests using xUnit test runner, expecting full support?
Specflow test runner does not support .Net 6. This makes me wonder whether SpecFlow is a good technology to use for end-to-end tests in .Net. I would not like to invest a lot of time in building end-t...
mkorman
Votes: 0
Answers: 1