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)
java.lang.NoSuchMethodError - while reading excel file(it was a working code)
It was working for me. I have closed Eclipse and executed the same runner(BDD, with Maven Project). I am getting the error:
java.lang.NoSuchMethodError: 'byte[] org.apache.commons.io.IOUtils.byteArray...
ashok tumuluri
Votes: 0
Answers: 1
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
How can I pass | (pipe) symbol in scenario outline examples
I want to enter a string containing | in a textbox using scenario outline and examples in selenium-cucumber feature file.
Examples
Scenario Outline: test1
> Given user is on home page
>
>...
New
Votes: 0
Answers: 1
Cucumber example inputs are received incorrectly
Cucumber Version: 11.0
Facing a weird issue that first example input parameters are being taken along with other column values.
**Feature:** Some feature
@foo
**Scenario Outline:** Testing.
G...
Learner
Votes: 0
Answers: 1