How to run your Test with Byte Array values from 00 to FF ( Testng) Java
I want to run my Tests with byte array values from 00 to FF and verify my results based on Each values.
I have used CSV and Excel sheet ( or testng DataProvider) to add byte array data and run all tests. this way consist of total 256(00-255) tests and i have to add entry for each byte array value.
is there any way i can all my tests in Loop with Byte array value from 00 to FF?