i have used Telerik testing framework to create regression test. i am also using that regression test to perform security testing(First regression testing then security testing in same unit test).
But since Telerik framework automatically closes the browser when test finishes. But for security testing i need the browser opened till security test finishes.
I know there is a "RecycleBrowser" web setting which allows to open a browser till its manager instnace is not disposed, but that is not working for me as expected. It closes the browser after waiting for some time. I want the browser to remain open all the time and it only closes if some manually try to close it.
Let me know if it is possible using telerik framework.
5 Answers, 1 is accepted
Please note that the 'Recycle Browser' feature works for all tests included in a single test list. It is not applicable in execution of different test lists. When is the browser closed during your execution? Please elaborate more on your exact scenario and why the Recycle Browser feature is not an option for you.
Regards,
Elena Tsvetkova
Telerik by Progress
Test Studio Trainings
Hi Elena,
Thanks for your reply.
'Recycle Browser' feature working well for all test included in a single test list. But i have different scenario here. Let say i have only one test. I want to remain the browser opened after that one test finishes execution.
I do not want that telerik framework automatically closes the browser after test execution and want restriction on closing browser automatically.
Now come to a point why i need the browser opened for a single test when it finishes execution. Because in that particular test i am capturing a web traffic by running regression for a security test. I need browser for security test.
Is it possible to restrict automatic browser closing by telerik framework. If not, I think there should be a setting\property for this.
The RecycleBrowser feature is applicable currently within the terms of a test list only. Of course you could use our public feedback portal and log a feature request sharing you needs.
But I would like to know how your security test is being run. Even if it is not a Test Studio test and is a coded script you could implement it as a coded step in a test and still use the test list settings. Please note that this is only an assumption from my side since I do not have your details and this may not be applicable.
Let me know if you need any further assistance on that! Thanks for you understanding!
Regards,
Elena Tsvetkova
Telerik by Progress
Test Studio Trainings