Keyword-driven testing is a software testing methodology, suitable for both automated or manual testing. It uses a set of keywords or action words to define individual test cases or test actions. For instance, actions like login, click, enter client name and more are pre-defined within the test code using keywords – “commands”. These keywords can be used multiple times within the same test case to maximize test coverage
Steps:
1.Navigative to UiBank Site
2.Try to Login the UiBank Site
3.Click on Need Loan ? Or Apply for Loan
4.Click Apply for Loan
5.Populated all the Requested Info
6.Validation:
i. Validate the age, If age is not greater than 18 then can't apply loan
ii. Validate the Loan Amount, If Loan Amount Exceed than 100k then can't apply loan
Site:
UiBank - https://uibank.uipath.com/login
Documentation - https://docs.uipath.com/test-suite/au...
Happy Learning !!