Chirag Jayswal

Results 95 comments of Chirag Jayswal

This is not right place for Q & A. It is recommended to post questions with details in [users group](https://groups.google.com/g/qaf-users) or in [stack-overflow](https://stackoverflow.com/questions/tagged/qaf) with qaf tag.

This is not right place for Q & A. It is recommended to post questions with [details](http://sscce.org/) in [users group](https://groups.google.com/g/qaf-users) or in [stack-overflow](https://stackoverflow.com/questions/tagged/qaf) with qaf tag.

@amitbhoraniya can you provide more details about issue in count? With 3.0.0 new implementation of reporting is available that can be enabled by setting `disable.qaf.testng.reporter=true`. It should report correct count...

This doesn't looks bug. I did try to reproduce with excel with data provide in [documentation example](https://qmetry.github.io/qaf/latest/excel.html#sheet-per-test-case). Found working fine with both `GherkinScenarioFactory` and `BDDTestFactory2` feature file with `Gherkin` syntax...

@nagaraj2709 will you please provide more details on steps to reproduce the issue?

With 2.1.14, if you want to provide numbers as string in datafile, you should quote the value. For example example: "45143750934123567830" On Mon, May 20, 2019, 7:11 AM namraporecha wrote:...

did you tried disabling default testng listeners? If it didn't resolves issue Increase Available Memory

In your ant or maven you need to make sure default listeners are false. In Ant ```

I am curious to know what you are testing? If you don't mind will you share details of your test case requirement and how you are implementing it? Is it...

Will you please try using property`report.log.skip.success=true` with `3.0.0-SNAPSHOT`? If you are not able to resolve you can add below repository entry in your pom. ``` nexus-snapshots OSS nexus-snapshots https://oss.sonatype.org/content/repositories/snapshots ```...