You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using this code to verify the table data against pdf raw data using TestNG assertion (Assert.assertTrue(pdfData.contains(tableData)); the assertion is failing as only the first word of the Table Data is showing while debugging. The code only prints the table but not holding any data in object.
The text was updated successfully, but these errors were encountered:
I was using this code to verify the table data against pdf raw data using TestNG assertion (Assert.assertTrue(pdfData.contains(tableData)); the assertion is failing as only the first word of the Table Data is showing while debugging. The code only prints the table but not holding any data in object.
The text was updated successfully, but these errors were encountered: