Chirag Jayswal

Results 95 comments of Chirag Jayswal

Can you provide details about your step file as well as .bdd or .feature file? How you declared steps?

In that case you should use plain TestNG without QAF.

It looks issue with appium. Make sure you are able to inspect elements in Appium Desktop.

@Priya335021 will you please try with qaf latest (2.1.14) version and latest appium client version?

You didn't provided step implantation and execution configuration used. Will you please share the test case (as small as possible) which reproduces the issue? Below worked fine for me: ```...

Data provider is used with test case not with test step. `@QAFDataProvider` annotation is used to define data provider for test written in java. Refer [documentation](https://qmetry.github.io/qaf/latest/maketest_data_driven.html#java) for example. It is...

@mysvasi will you try using [3.1.0](https://mvnrepository.com/artifact/com.qmetry/qaf/3.1.0) and update the issue with details if not resolved?

Thanks for reporting. As we have to support java minimum version 8 because many of enterprises using java 8 we can't immediately provide fix for this issue. By the way...