Key-word driven test automation also commonly known as Table Driven test automation is typically an application-independent automation framework. These tests are developed in excel sheets using a keyword vocabulary that is independent of the test automation tool used to execute them. In key-word driven testing, keywords are actions which are nothing but the tasks to be executed in a test. Test cases automated using key-word approach is stored in a spreadsheet, with keywords listed in a clear, well-organized sequence. Key-words, test data and any necessary GUI interface information are stored in separate spreadsheets, where they can be referenced by the main test module. This keyword vocabulary would also be suitable for manual testing.
Key word Driven