Skip to content

Guidance on continuous test (loop) and collecting information along the way #2420

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

You must be logged in to vote

Hello, there are some methods for saving and reading data to/from files. Use these in combination with flow-of-control statements (Eg. if):

self.save_data_as(data, file_name, destination_folder=None)

self.append_data_to_file(data, file_name, destination_folder=None)

self.get_file_data(file_name, folder=None)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@iceman8420
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