What is keyword driven testing? what is the difference
between severity and priority?

Answer Posted / vinita arora

Keyword-driven testing (also: table-driven testing, action-
word testing) is a software testing methodology. Although
keyword testing can be used for manual testing, it is a
technique particularly well suited to automated testing[1].
The advantages for automated tests are the reusability and
therefore ease of maintenance of tests which have been
created at a high level of abstraction.
Severity describes the seriousness of the bug.

Due to a bug a total module may not be accessed.For example

bug1: if "Application"button is clicked then it should
open the application form page. If the button click does
not work then it can be described as severity is "high".

bug2: If the click of "Application" button opens the
application page but the details needs to be displayed in
the current page are not displayed then it can be described
as severity is "medium".

bug3: If the caption of the "Application" button is
misspelled as "Aplication" then it can be described as
severity is "low"

Priority describes what is the bug which needs to be fixed
at the earliest. This is normally decided by the PM.

For example in the above case if the "application module"
need not be submitted immediately then bug1 and bug3 may be
given "high" priority where as bug2 may be given
priority "low"

In the above case if the "application module" has to be
given immediately then all the three bugs bug1,bug2,bug3
are given "high" priority.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you maintain the document information of the test scripts?

576


How do u check FONTS in Login Window?

1711


What are the virtual objects and how do you learn them?

719


when start testing

2194


Explain the purpose of different record methods?

624






what is the testing high level architecture

2394


How do you clear a gui map files?

669


Could you anyone share me the path to download the automation tools which are having trial license version?

1687


How to to get the information from the status bar without doing any activity/click on the hyperlink?

590


Explain the purpose of loading winrunner add-ins?

633


What is parameterizing?

635


What are the two modes of recording?

591


What is the use of test director testing tool?

678


What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?

845


What are the synchronization points?

651