What is keyword driven testing? what is the difference
between severity and priority?
Answers were Sorted based on User's Feedback
Answer / rudraneel
SEVERITY VS PRIORITY :
-->Severity :
How badly the bug can affect the application or the product
-->Priority :
How fast the bug should removed from the application or the
product
-->Severity is assigned by the Tester
-->Priority is assigned by the Test Leader(not
mandatory...but usually)
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Why don’t we normally load the gui maps through start up scripts?
In an Testing Interview, in winrunner the following question asked. what is the use of compile module? how u r implemnted these compile modules in ur project. give any TSL script of compile module?
Explain WinRunner testing process?
What all are the different databases winrunner can support?
What is the use of gui map and what happens when the gui map file get loaded?
WHAT PURPOSE TO USE WINRUNNER
Is Gui Map Created when you record in Analog mode?
Where can I find a tutorial on WinRunner 7.0?
what are the differences you see in e-commerce and banking domain in testing point of view Thanks in Advance
How does WinRunner evaluate test results?
hi this is uday iam trying for testing job with 3+ yrs of exp if u have qtp faqs materil plz send me thanks in advance
What is the use of virtual object wizard and how it is used?