Hi, I am trying to understand how the test framework works and what kind of integration test scenarios can be covered using the test suite. I have some doubts that may sound stupid and they are listed below.
* Can this be used only for browser(console) related tests. * What kind of functionality can i test using the suite. Is it components like deployment, console only or other features in the server like SSO, Virtual hosts, Database Pools etc. ( For e.g - If i want to test SSO can i write a test case and use a suitable app with the test suite to check all options in SSO) Regards Krish
