Just curious to know, if we can generate a video of a testsuite or test scenario if total run time is 100+ minutes. Need to ask it because, I am unable to generate full video when run span is 100+ minutes.
My scenario:
My test ran for 10091.454 seconds = 168.19 minutes (Approx.) each execution. Every time, I am trying to record this video, It records for about 95-100 minutes and video automatically stops (finishes). Remaining part is always missing.
Breaking down this business scenario in parts is not a solution for me. Therefore this scenario must run in whole/one-piece.
I do not know if you can tune the video longer than 100minutes.
It looks too slow to me. If you could make your test to run faster than 100 minutes, your issue will be solved. Therefore you should try to tune your tests to run faster.
There could be a lot of possible factors that slow down your tests; notably
Your project has a lot of WebUI.delay(X) statements; which could be replaced with WebUI.waitForElementPresent(testObject, timeout) and other keywords which would run far faster than WebUI.delay(X).
Opening browser is taking long due to some network-related issues.
what abominating scenario are you testing?
speaking for myself, if i am not able to do whatever i need on a certain webapp… in, lets say, 5 mins (except searching for whatever is provided) i will quit.
you may have to consider splitting your project/suites in relevant use cases an record any of them individual