What is automation?
Automation
is a process that executes manual test cases into automation script and Execute
that same Functionality without user interact.
Example:
Let say we have test case for login to an application. For perform this test
manually we need open browser, we need to navigate to the application URL, then
insert valid credentials to the WEBEDIT
and finally we need to click on login button.
Instead of doing
manually we can easily automate this test case and run it for multiple number
of users without any human interact.
No comments:
Post a Comment