Near Field Communication Using Appium

Hi I need to perform NFC Testing using appium. Is it possible? If Yes can anyone please share the code to perform nfc testing using appium .

What is the exact test case you want to automate?

With Appium you can automate the application that enables NFC and then validate your test case, same as functional testing.

In parallel also check if there is an adb command to control NFC for an android device

@Prasad_Madge - I am also looking for some information to perform NFC validations. Could you please provide more information on how to validate. Thanks!