What testing activities would you automate in a testing project?1.Tests that need to be run for every build of the application 2. Tests that use multiple data for the same set of actions (data driven testing) 3. Identical tests that needs to be executed using different browser (browser compatibility) 4. Mission critical pages 5. Transaction with pages which do not change in short term.
|