VSBrowser quit and start methods #1246
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
-
|
Hi, is there any update on this? |
Beta Was this translation helpful? Give feedback.
-
|
Hello, thank you for bringing up this topic. Use case you have described is not tested. It is not recommended approach how to use ExTester API. It is possible but I would describe it as experimental option at the moment. So, unfortunately I do not have clear simple answer for you on this topic. I can imagine this approach can bring some issues and I am not sure how efficient it can be at the end. The thing is that ExTester will use If you will call closing with some inline answers for your quoted questions "Is it ok to be like this?"
"Is it safe to call the quit and start functions so often?"
"Do you have any idea what could cause it?"
|
Beta Was this translation helpful? Give feedback.



Hello, thank you for bringing up this topic.
Use case you have described is not tested. It is not recommended approach how to use ExTester API. It is possible but I would describe it as experimental option at the moment.
So, unfortunately I do not have clear simple answer for you on this topic.
I can imagine this approach can bring some issues and I am not sure how efficient it can be at the end.
The thing is that ExTester will use
startmethod during callingrunTestsfrom an API in thebeforeAllcalled for all tests you have picked to run. In the end there isquitmethod called duringafterAllin same manner.If you will call
quitandstartmultiple times between tests I would expect tha…