I have a test scenario where I need to upload a large file via api, and it approximately takes 30minutes, how can I keep the test alive and wait till the response is thrown back ?Currently i added some waits but I am sure expectedConditions / waits are not going to help me. Any other suggestions or anyone had similar experiences?
Currently i added some waits but I am sure expectedConditions / waits are not going to help me. Any other suggestions or anyone had similar experiences?