Skip to content

DataDriven(Sheets) Testing #1035

Answered by mdmintz
abdurraheemj asked this question in Q&A
Discussion options

You must be logged in to vote

@abdurraheemj You can use self.get_text(selector) to scrape data from the sheet. You can use self.assert_text(text, selector) to assert data directly from the sheet. You can use self.type(selector, text) to type data into a sheet. I don't have an existing example that uses Google Sheets, but the standard commands should work.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@abdurraheemj
Comment options

Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants