Questions tagged [test-suite]

Assessment Collection: A group of various evaluation scenarios for a component or system being tested, where the outcome of one assessment is frequently utilized as the starting condition for the following one.

Trying to execute Python scripts in Selenium IDE as a test suite

I'm facing a couple of issues when trying to run multiple Python test scripts exported by the Selenium IDE Python Remote Control plugin formatter. 1) The browser window automatically closes after a python script is completed. I am using Firefox for my tes ...