I have a scenario, where i download a file from the application and verify the contents in it.
I am able to get the downloaded file name with full path. But i am unable to do the verification. Below are the actions i tried to verify the contents, but everything is giving error:
- Read File - Gives FileNotFound exception
- Get Data From Excel - Gives NullPointerException
- Read Column Values from Excel - Gives NullPointerException
- Read Row Values from Excel - Gives NullPointerException
- Search data from Excel - Gives NullPointerException
- Search text in Excel - Gives NullPointerException
Kindly help me on the same