I have a table of data where I am trying to find a specific row in the table using data from an excel spreadsheet, and then I want to click a checkbox at the beginning of the row. There are several other steps that will cause the row to be deleted, then I want to run the test again using the next search term in the excel file. I can find the particular row I am looking for by using a chained find to find the table itself, and then the row, but I can't figure out how to back up in the same row to a previous element.
Can I do this test using the UI? I'd like to take advantage of the data binding of the excel data to my test steps.
If I can only do this test using code, can you show me the code I would need to use, including the code to read in the data from my excel file?
I've attached the relevant section of the DOM, the table I am searching. I am using version 2014.3.903.0 of Test Studio. If there is anything else you need, let me know.
Can I do this test using the UI? I'd like to take advantage of the data binding of the excel data to my test steps.
If I can only do this test using code, can you show me the code I would need to use, including the code to read in the data from my excel file?
I've attached the relevant section of the DOM, the table I am searching. I am using version 2014.3.903.0 of Test Studio. If there is anything else you need, let me know.