Chirag Jayswal
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...
Try with qaf latest release `3.0.1` or `3.1.0-RC2`
@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?
Is it specific to jdk version?
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...