All IT Courses 50% Off
QA Tutorials

KEYWORD DRIVEN TEST

AUTOMATION TEST

A keyword driven test consists of high level and low level keywords including the argument of these keywords which describes some action of a test case.

CLICK TO READ THE FIRST PART

The common methodology of key driven testing is

  1. Model basis or prototyping: analysing the requirements
  2. Test model definition: based on the result of analysis of requirement approaching the own software.
  3. Test data definition: after defining the own model starting the keyboard and main or complement for data definition.
  4. Test preparation: conducting the tests
  5. Test design: based on the analysis of test preparation designing the procedure or test data.
  6. Manual test execution: manual execution of test cases is done based on the keyboard documentation.
  7. Automated test execution

The advantages of keyword driven testing are

  1. It reduces the sensitivity to maintenance caused during the system or software product under test
  2. It can be used for both manual testing and automated testing because of the detailed description of the way of executing the keyword the test can be done by anyone.
  3. It is approach of open and extensible framework which unites all tools, assets and data related and produced by the testing effort.
  4. It has feature of high degree reusability.

Questions

  1. What is keyword driven testing?
  2. What are its advantages of keyword driven testing?
  3. Create some common examples of keywords used in key driven testing?
Facebook Comments

35 Comments

  1. 2.The advantages of keyword driven testing are
    * it reduces the sensitivity to maintenance caused during the system or software product under test
    *It can be used for both manual testing and automated testing because of the detailed description of the way of executing the keyword the test can be done by anyone.
    *It is approach of open and extensible framework which unites all tools, assets and data related and produced by the testing effort.
    *It has feature of high degree reusability.
    3.Create a Row with ..bank account details of a customer..
    As customer id, account nu,adress,like these we can create and search.

  2. 1. What is keyword driven testing?
    The keyword driven testing is also known as table driven or action word testing which is software testing process that is usable for both manual and Automated Testing. A keyword or an action is defined as a combination of test objects which explains how the test lines should be executed.
    In the keyword driven testing you first identify all the keys and then make connection between the key and its action.

    2. What are its advantages of keyword driven testing?
    • It reduces the sensitivity to maintenance caused during the system or software product under test
    • It can be used for both manual testing and automated testing.
    • It is approach of open and extensible framework which unites all tools, assets and data related and produced by the testing effort.
    • It has feature of high degree re usability.

    3. Create some common examples of keywords used in key driven testing?
    • In the login page for any website the buttons “Login” “Cancel” are the example for Keywords used in the key driven Testing .
    • In an online payment Application “Add Payee” “ Enter Account Number “ are keywords

  3. 1.What is keyword driven testing?
    A keyword-driven framework is a table-driven testing or action word based testing. It is a software testing method suitable for both manual and automated testing. A keyword-driven test is a sequence of operations, in a keyword format, that simulate user actions on the tested application.
    2.What are its advantages of keyword driven testing?
    It can be used for both manual testing and automated testing
    reduces the sensitivity to maintenance caused during the system or software product under test
    It has feature of high degree reusability

    3.Create some common examples of keywords used in key driven testing?
    openbrowser, click, Typtext,login,logout,send email,forgot password

  4. Q. What is keyword driven testing?

    – A keyword-driven testing is also known as table-driven testing or action word based testing. It is a software testing method suitable for both manual and automated testing. It is a scripting technique that uses data files to contain the keywords related to the application being tested. These keywords describe the set of actions that is required to perform a specific step. A keyword driven test consists of high-level and low-level keywords including the argument of these keywords which describes some action of a test case.

    Q. What are its advantages of keyword driven testing?

    – It can be used for both manual testing and automated testing.
    – Keyword-driven testing separates test automation from test case design, which allows for better division of labor and collaboration between test engineers implementing keywords and subject matter experts designing test cases.
    – Tests can be developed early, without requiring access to the application under test, and the keywords can be implemented later.
    – Tests can be developed without programming knowledge.
    – Keyword-driven tests require less maintenance in the long run. You need to maintain the keywords, and all keyword-driven tests using these keywords are automatically updated.
    – Test cases are concise.
    – Test cases are easier to read and to understand for a non-technical audience.
    – Test cases are easy to modify.
    – New test cases can reuse existing keywords, which amongst else makes it easier to achieve a greater test coverage.
    – The internal complexity of the keyword implementation is not visible to a user that needs to create or execute a keyword-driven test.

    Q. Create some common examples of keywords used in key driven testing?

    Here are some examples of keywords used in key driven testing:
    – Login,
    – Reset e-mail
    – Notifications
    – Logout.

  5. What is keyword driven testing?
    The keyword driven testing is also known as table driven or action word testing which is software testing process that is usable for both manual and automated testing.In the keyword driven testing we first identify all the keys and then make connection between the key and its action.
    What are its advantages of keyword driven testing?
    1. It reduces the sensitivity to maintenance caused during the system or software product under test
    2. It can be used for both manual testing and automated testing because of the detailed description of the way of executing the keyword the test can be done by anyone.
    3. It is approach of open and extensible framework which unites all tools, assets and data related and produced by the testing effort.
    4. It has feature of high degree reusability.
    Create some common examples of keywords used in key driven testing?
    Examples gmail
    Login, log out, reset…

  6. 1) The key word driven testing is where the Keywords or Actions are created for testing. These Keywords can be used in both
    manual and automation testing. Keyword is defined as combination of test objects which explains how the test lines should
    be executed.
    2) • It reduces the sensitivity to maintenance caused during system software under testing
    • It can be used in both manual and automation testing
    • Its approach of open and extensive framework which unites all the tools, assets and data related produced by the testing
    effort.
    • Its is high reusability.
    3) EX: Login, sign in, sign out, send, enter, ok,

  7. 1.What is keyword driven testing?

    The keyword testing is also as table driven or action word testing which is software testing process that is usable for both manual and automated testing. A keyword or an action is defined as a combination of test objects which explains how the test lines should be executed.
    In the keyword driven testing you first identify all the keys and then make connection between the key and its action.

    2.What are its advantages of keyword driven testing?
    The advantages of keyword driven testing are
    It reduces the sensitivity to maintenance caused during the system or software product under test
    It can be used for both manual testing and automated testing because of the detailed description of the way of executing the keyword the test can be done by anyone.
    It is approach of open and extensible framework which unites all tools, assets and data related and produced by the testing effort.
    It has feature of high degree reusability.
    3.Create some common examples of keywords used in key driven testing?

    keywords for yahoo finance web page : OPEN YAHOO Browser, SEARCH, CLICK ON TICKET.

  8. What is keyword driven testing?
    A keyword driven test consists of high level and low level keywords including the argument of these keywords which describes some action of a test case.

    What are its advantages of keyword driven testing?
    -It can be used for both manual and automated testing.
    -Test cases are easy to modify and can be easily written.

    Create some common examples of keywords used in key driven testing?
    Login and logout.

  9. 1.What is keyword driven testing?
    – A Keyword Driven Testing is an Automation testing framework where it creates Keywords or action words that symbolizes the action to be done.

    2. What are its advantages of keyword driven testing?
    – The advantages of Keyword Driven Testing…
    1. Can be used in Both Manual and Automaton
    2. Less expensive, easily approachable
    3. Easily understandable even to non technical
    4. It has a high degree of reusability

    3. Create some common examples of keywords used in key driven testing?
    – Some of the common examples – Login button, Enter button, Add to cart button…etc

  10. What is keyword driven testing?
    Keyword-driven testing is a type of functional automation testing framework which is also known as table-driven testing or action word-based testing.
    In Keyword-driven testing, we use a table format, usually a spreadsheet, to define keywords or action words for each function that we would like to execute.

    What are its advantages of keyword driven testing?
    It is best suited for novice or a non-technical tester.
    Enables writing tests in a more abstract manner using this approach.
    Keyword driven testing allows automation to be started earlier in the SDLC even before a stable build is delivered for testing.
    There is a high degree of reusability.

    Create some common examples of keywords used in key driven testing?
    For example:
    o Login
    o Logout
    o Submit
    o Reset

  11. 1. What is keyword driven testing?
    – The keyword driven testing is also known as table driven or action word testing which is software testing process that is usable for both manual and Automated Testing. A keyword or an action is defined as a combination of test objects which explains how the test lines should be executed.It is the technique that uses data files to contain the keywords related to the application being tested. These keywords describe the set of actions that is required to perform a specific step.
    2. What are its advantages of keyword driven testing?
    a- It reduces the sensitivity to maintenance caused during the system or software product under test
    b- It can be used for both manual testing and automated testing because of the detailed description of the way of executing the keyword the test can be done by anyone.
    c- It is approach of open and extensible framework which unites all tools, assets and data related and produced by the testing effort.
    d- It has feature of high degree re usability.
    3. Create some common examples of keywords used in key driven testing?
    – login , verification, reset password, logout, notifications,enter amount.

  12. What is keyword driven testing?
    A keyword-driven testing is a scripting technique that uses data files to contain the keywords related to the application being tested. These keywords describe the set of actions that is required to perform a specific step.

    2. What are its advantages of keyword driven testing?
    • It helps to reduce maintenance cost
    • Avoids duplicated specifications
    • Greater reuse of function scripting
    • Better testing support and portability
    • Achieve more testing with less or same effort

    3. Create some common examples of keywords used in key driven testing?
    Login, logout, compose, account, order details etc

  13. 1. What is keyword driven testing?
    2. The keyword driven testing is also known as table driven or action word testing which is software testing process that is usable for both manual and automated testing. The process uses keywords or action words to symbolise the functionality which is to be tested such as ‘enter client’. The keyword ‘enter client’ is to be defined as a set of actions that must be executed to enter the new client in the database
    2. What are its advantages of keyword driven testing?
    1. It reduces the sensitivity to maintenance caused during the system or software product under test
    2. It can be used for both manual testing and automated testing because of the detailed description of the way of executing the keyword the test can be done by anyone.
    3. It is approach of open and extensible framework which unites all tools, assets and data related and produced by the testing effort.
    4. Create some common examples of keywords used in key driven testing?`It has feature of high degree reusability.

    3 . Create some common examples of keywords used in key driven testing?.
    Key words used in Key driven testing are Ex: Login , Logout, sign in.

  14. 1)
    A keyword-driven framework is a table-driven testing or action word based testing. It is a software testing method suitable for both manual and automated testing.

    2)
    Common components handled by standard library
    Using this approach tests can be written in a more abstract manner
    High degree of re-usability
    The detail of the script is hidden from the users
    Users don’t have to use the scripting languages
    The test is concise, maintainable and flexible

    3)
    Example of keywords
    Keywords Description
    Login Login to Facebook demo site
    Emails Send Email
    logouts Log out from Facebook demo site
    Notifications Find unread notifications

  15. 1. Keyword driven testing:
    The keyword driven testing is also known as table driven or action word testing which is software testing process that is usable for both manual and Automated Testing. A keyword or an action is defined as a combination of test objects which explains how the test lines should be executed .In this testing you first identify all the keys and then make connection between the key and its action.
    2. Advantages of Keyword driven testing:
    1.It reduces the sensitivity to maintenance caused during the system or software product under test
    2.It can be used for both manual testing and automated testing because of the detailed description of the way of executing the keyword the test can be done by anyone.
    3.It is approach of open and extensible framework which unites all tools, assets and data related and produced by the testing effort.
    4.It has feature of high degree reusability.
    3. Example: Login, ,verification, Logout etc.

  16. 1.It is also known as table driven testing in which software testing process used for both manual and automated testing.A keyword or action is define as combination of test object which explain how test line are executed.
    2. The advantages of key driven testing are as follows:
    a.It reduces the sensitivity to maintenance caused during system under test.
    b.It is used in manual and automated testing.
    c.It has high degree reusability.
    d.It is approach of open and extensively framework.
    3. The example keyword used in key driven testing are login, logout.send button, submit etc.

  17. 1. The keyword driven testing is also known as table driven or action word testing which is software testing process that is usable for both manual and automated testing.In the keyword driven testing we first identify all the keys and then make connection between the key and its action.
    2. advantage:-
    It can be used for both manual testing and automated testing because of the detailed description of the way of executing the keyword the test can be done by anyone.
    It is approach of open and extensible framework which unites all tools, assets and data related and produced by the testing effort.
    It has feature of high degree reusability.
    3.Examples of keyword driven testing
    Start app, log in,verify,logout

  18. Q1.
    What is keyword driven testing?
    Keyword driven testing is an automation testing frameworks where the keywords or actions are created for automation testing.
    A keyword or an action is defined as a combination of test objects which explains how the test lines should be executed. An action word contains many arguments and is defined by the test analysis. The keyword driven testing is also known as table driven or action word testing which is software testing process that is usable for both manual and automated testing. The process uses keywords or action words to symbolize the functionality which is to be tested such as ‘enter client’. The keyword ‘enter client’ is to be defined as a set of actions that must be executed to enter the new client in the database. The keyword documentation contains
    • The initial state of the system under the test
    • The main window or any menu to start
    • The keys or mouse clicks to get the correct data entry
    • The proper names of the fields to find out which arguments to be entered
    • What actions to be performed in case the additional dialog pop up
    • The button to click for submission
    In the keyword driven testing you first identify all the keys and then make connection between the key and its action. Here every testing action is like opening and closing of the browser like mouse click, key strokes etc.

    Q2.
    What are its advantages of keyword driven testing?
    The advantages of keyword driven testing are:
    1. It reduces the sensitivity to maintenance caused during the system or software product under test
    2. It can be used for both manual testing and automated testing because of the detailed description of the way of executing the keyword the test can be done by anyone.
    3. It is approach of open and extensible framework which unites all tools, assets and data related and produced by the testing effort.
    4. It has feature of high degree re-usability.

    Q3.
    Create some common examples of keywords used in key driven testing?

    Examples of keywords used in key driven testing:
    login keyword- in any website is used to test the login function and action associated with it.
    Logout keyword- used to test logout function and actions associated with it.
    Emails: This keyword is used to test the Email functionality

  19. 1.It is also known as table driven testing in which software testing process used for both manual and automated testing.A keyword or action is define as combination of test object which explain how test line are executed.
    The advantages of keyword driven testing are
    It reduces the sensitivity to maintenance caused during the system or software product under test
    It can be used for both manual testing and automated testing because of the detailed description of the way of executing the keyword the test can be done by anyone.
    It is approach of open and extensible framework which unites all tools, assets and data related and produced by the testing effort.
    It has feature of high degree re-usability.
    Example of key words: logout, login, select, send button

  20. Wow, this article is fastidious, my younger sister is analyzing
    these things, so I am going to inform her.

  21. 1. What is keyword driven testing?
    The keyword driven testing is also known as table driven or action word testing which is software testing process that is usable for both manual and Automated Testing. A keyword or an action is defined as a combination of test objects which explains how the test lines should be executed.

    2. What are its advantages of keyword driven testing?
    • It reduces the sensitivity to maintenance caused during the system or software product under test
    • It can be used for both manual testing and automated testing.
    • It is approach of open and extensible framework which unites all tools, assets and data related and produced by the testing effort.
    • It has feature of high degree re usability.

    3. Create some common examples of keywords used in key driven testing?
    Login” “Cancel” “Logout”

  22. The advantages of keyword driven testing are
    It reduces the sensitivity to maintenance caused during the system or software product under test
    It can be used for both manual testing and automated testing because of the detailed description of the way of executing the keyword the test can be done by anyone.
    It is approach of open and extensible framework which unites all tools, assets and data related and produced by the testing effort.
    It has feature of high degree reusability.
    3. Login, user id.

  23. 1) A keyword or an action is defined as a combination of test objects which explains how the test lines should be executed. Keyword-driven testing, also known as table-driven testing or action word-based testing, is a software testing methodology suitable for both manual and automated testing. In the keyword driven testing you first identify all the keys and then make connection between the key and its action.
    2) The advantages of Keyword driven testing are it reduces the sensitivity to maintenance caused during the system or software product under test. Also
    It can be used for both manual testing and automated testing because of the detailed description of the way of executing the keyword the test can be done by anyone. It is approach of open and extensible framework which unites all tools, assets and data related and produced by the testing effort. It has feature of high degree re-usability.
    3) For e.g. The login keyword to any website is used to test the login function and action associated with it.
    Logout, reset, sign in, sign out, send, confirm.

  24. 1. The keyword driven testing is also known as table driven or action word testing. The key driven testing is a process which uses keywords or action words to symbolize the functionality which means in keyword driven testing you first identify all the keys and then make connection between the key and its action.
    It is usable for both manual and automated testing. It consists of high level and low level keywords including the argument of these keywords which describes some action of a test case.

    2. Advantages of Keyword Driven Testing:
    – It can be used for both manual testing and automated testing
    – It has feature of high degree re-usability.
    – The detailed description of executing the keyword/action word the test can be done by anyone.
    – Increases flexibility and maintainability.
    – it doesn’t require users to posses programming knowledge.
    3. Common examples of keywords used in key driven testing:
    – login
    – send
    – enter
    – click ok
    – logout
    – notification
    – re-set

  25. 1. What is keyword driven testing?
    Keyword driven testing is a type of testing in which keyword or action word are used to describe the functionality to be tested. It can be used for both manual testing and automated testing.
    2. What are its advantages of keyword driven testing?
    – Reduces sensitivity to maintenance
    – Can be used for manual and automation testing
    – Can be reused.
    – It can combine all the different tools, data and steps needed to achieve a functionality.
    3. Create some common examples of keywords used in key driven testing?
    Some keywords used in testing could be login, pay, transfer, send, calculate etc.

  26. 1.What is keyword driven testing?
    Keyword driven testing is in which a keyword or an action is defined as a combination of test objects which explains how the test lines should be executed. An action word contains many arguments and is defined by the test analysis. The keyword driven testing is also known as table driven or action word testing which is software testing process that is usable for both manual and automated testing. The process uses keywords or action words to symbolise the functionality which is to be tested.
    2.What are its advantages of keyword driven testing?
    a.It reduces the sensitivity to maintenance caused during the system or software product under test
    b.It can be used for both manual testing and automated testing because of the detailed description of the way of executing the keyword the test can be done by anyone.
    c.It is approach of open and extensible framework which unites all tools, assets and data related and produced by the testing effort.
    d.It has feature of high degree re usability.
    3.Create some common examples of keywords used in key driven testing?
    Login,Store locator,Online bill payment,Sign up etc..

  27. Key word testing also called table driven or action word tesing and it combines the all the key words and actions to test the functionality which is like enter client. it combines all the keys and actions.
    Advantage of the testing is used in both manual and automation testing
    high re usability
    anyone can perform the testing without any programming language because of the key words
    It reduces the sensitiveness to the maintenance during the software application under test
    Ex- Login
    enter client
    logout
    click

  28. 1. Keyword driven testing also known as action word based testing. These keywords describes the set of actions that is required to perform a specific step.
    2.Advantages of keyword driven testing:
    -It has feature of high degree reusability
    -It reduces the sensitivity of maintenance caused during the system or software product under test.
    -It can be used to both manual and automated testing
    -It is approach of open and extensible framework unites all tools ,assets, data related and produced by testing effort
    3.Examples pf keyword driven testing:
    Click, Go, Reset, User name, Password, Cancel etc.,

  29. 1.keyword driven testing is also called as table driven or action word based testing,it is done by using a specific keywords eg:click,cancel etc,it contains both high level& low level keywords includes the argument of these keywords which describes some action of a test case.& this can be used in both manual testing & automation testing
    2.>>can be used in both manual testing & automation testing
    >> have both high level & low level keywords to describe the arguments & action of the test cases
    >>Feature of highly reusable
    >> reduces the sensitivity to maintenance caused during the system or software product under
    >> An approach of open and extensible framework which unites all tools, assets and data related and produced by the testing effort.
    3. username,password,login,cancel,reset,logout,confirm,send etc

  30. keyword driven testing:
    The keyword driven testing is also known as table driven or action word testing which is software testing process that is usable for both manual and Automated Testing. A keyword or an action is defined as a combination of test objects which explains how the test lines should be executed.
    In the keyword driven testing you first identify all the keys and then make connection between the key and its action.
    Advantages of keyword driven testing:
    • It reduces the sensitivity to maintenance caused during the system or software product under test
    • It can be used for both manual testing and automated testing.
    • It is approach of open and extensible framework which unites all tools, assets and data related and produced by the testing effort.
    • It has feature of high degree re usability.
    Common examples of keywords used in key driven testing:
    • In the login page for any website the buttons “Login” “Cancel” are the example for Keywords used in the key driven Testing .
    • In an online payment Application “Add Payee” “ Enter Account Number “ are keywords

  31. Key word driven testing – is when keywords are used for automation testing.
    Advantages are – it has a high degree of usability.
    Examples – Login, forgot password

  32. keyword driven testing – in keyword driven testing we have to create the key word for automation testing and also connect the all key words with action this type of testing we can use manual and automation testing also

  33. Keyword driven testing is a technique that uses data files to contain the keywords related to the application being tested.

    It allows functional testers to plan test automation before the application is ready.
    Tests can be developed without programming knowledge.
    It is not dependent on a specific programming language or tool.

    For examples, sign up, compose email, add new account

  34. It’s a type of testing that uses keywords or actions- combinations of test objects that explain how test lines are to be executed. They symbolize the functionality that is going to be tested.
    Advantages include reducing sensitivity to maintenance, ability to be used for both manual and automated testing, has an open and extensible framework and is highly reusable.
    Common examples include enter client, login, send, logout, click, etc.

  35. Keyword driven testing is one of the frameworks for automated testing. In keyword driven testing, the keywords or actions are created for automation testing.
    The advantages of keyword driven testing are High degree reusability, reduces the sensitivity to maintenance caused during the system or software, product under test, can be used for both manual testing and automated testing because of the detailed description of the way of executing the keyword, is an approach of open and extensible framework which combines all tools, assets, data related and produced by the testing effort.
    Some common examples of keywords used in key driven testing: Submit, Cancel, OK, Login, Log Out.

Related Articles

Back to top button