I mean...I want to upload an excel sheet.This excel sheet comprises of 10 columns and a number of rows.Out of the 10 columns one column describes the test name.
After a test name is mentioned in one of the rows in the column test name, the next test name is written after some rows.
Now,I want to put a check to ensure that if the test name is empty even for one test,ie, no test name has been mentioned across a test then it should throw an error.
Also,if all the test names are mentioned for all the tests,and I am uploading this file,it should not fail because of the empty rows in between two test-cases.
I hope I am able to get through you..