What is the automation of project ? Please explain with an example -
Can you please tell me what is the automation of the project? How does it relate to the test? Please explain with an example.
I do not know what this is. It depends on context, "Automation" alone, with no reference alone, does not mean much at all.
Anyway, most likely indicates a scenario such as:
- You make changes to the code and then press a button. Then, the following happens automatically.
- Some programs will check whether your checkout adheres to the code coding standard. If not then your checkout will be rejected.
- Your changes will be made; If the build fails (or possibly contains warnings) your checkout will be rejected.
- A suite of different tests has gone; If someone fails, your checkout will be rejected.
Comments
Post a Comment