mayank2855 wrote
I am from the background of manual testing. So, I have some very silly doubts ;)
My question are :
1. When does the test script writing process start?
Hi Mayank, no doubt is silly :)
Given that agile has gained lots of momentum, it may be pertinent to say that test scripts and application development would go hand in hand. The only blocker would be the element locators and if externalized then they could be written once application source is available. I guess that approaches like Page Factory pattern would greatly help in this.
mayank2855 wrote
2. Are tests scripts written for fresh prepared test cases(based on new requirements) or for preparing a regression suite ?
I have seen two approaches towards this, first to writes automated tests for manual tests and second to write automated tests for acceptance tests. Acceptance test could be cut down version of thorough manual test cases.
mayank2855 wrote
3. If test scripts are prepared for regression suite, does a different manual test team already creates and execute the test cases once ?
By and large - Yes
~ seleniumtests.com