patrick_1
13 years agoNew Contributor
.NET DataGrid method(s) return error(s)
I'm trying to follow this AQA help post to draft a test that can search for a particular row in a Microsoft DataGrid control and select it for additional interactions (these interactions are the elements I'm actually trying to test). I've added a few attachments to help explain what I've done. Hopefully this will highlight something obvious I'm missing and be somewhat easily resolved.
Here's what I've done:
Here's what I've done:
- I added the DataGrid control to the project properties object mapping for the DataGrid class. I attached object-mapping-datagrid.jpg to show this.
- I mostly copied the JScript script from "Searching Within The Grid" of the help article I linked above and made the code changes for my own application. I attached script-text.jpg to illustrate the script I'm executing.
- When I try to run the script, I get an error that says "97 0x80020006 (Unknown name.) dataGridRowsLength" This is also the text of the error message in the datagrid-extended-property-errors image I attached.
I'm not sure how to proceed. Am I missing something obvious?
Thank you in advance,
Patrick