Do you have recommendations of where and how to begin with test automation?
1. Make sure your application is a good candidate for automation.
2. Figure out what language / testing tool to use. Evaluate various tools if possible.
3. Write manual test steps first to make sure you have all steps and expected results in order.
4. Write something that works first. Think simple, then add more details to the test case.
1. Make sure your application is a good candidate for automation.
2. Figure out what language / testing tool to use. Evaluate various tools if possible.
3. Write manual test steps first to make sure you have all steps and expected results in order.
4. Write something that works first. Think simple, then add more details to the test case.