ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
give me an example of high severity and low priority.And 
low severity and high priority
 Question Submitted By :: Satish
I also faced this Question!!     Rank Answer Posted By  
 
  Re: give me an example of high severity and low priority.And low severity and high priority
Answer
# 1
For example an application which generates some banking 
related reports weekly, monthly, quarterly & yearly by 
doing some calculations. If there is a error while 
calculating yearly report. This is a high severity but low 
priority because this error can be fixed in the next 
release as a change request.
 
Is This Answer Correct ?    4 Yes 1 No
Aparna
 
  Re: give me an example of high severity and low priority.And low severity and high priority
Answer
# 2
EX:1If the logo is not displaying on the front page
EX2: if there there is misspell in th url like instead of 
google it displayed as gogle

In this situations Low severity and  high priority
 
Is This Answer Correct ?    3 Yes 0 No
Aparna
 
 
 
  Re: give me an example of high severity and low priority.And low severity and high priority
Answer
# 3
Severity : Means impact on the application..,
Priority : Means Importance in terms of both application 
           and client

Example: 
Assume that Login page.., Consits of User Name and 
Password.., crietria is that the Password as to expire in 
every 30 days and new password has to be assigned..,old one 
should no longer exist

For High Severity and low Priority
1. Application accpets the New password after very expiry 
of 30 days.., Now the Application still accpets the Old 
password and the new password for the same account..,
So hence this High severity and Low severity .., since the 
deveats the criteria.., ie Old password still works..

For High Priority and low Severity
2. Application behaves such that it doesnt allow to change 
every 30 dyas.., it still works with same old password
hnece deviates from the clinest requirements and doesnt 
affect the application.., hence it is tersmed as High 
Priority and low severity
 
Is This Answer Correct ?    1 Yes 1 No
Sunder Pandiyan ( Its)
 
  Re: give me an example of high severity and low priority.And low severity and high priority
Answer
# 4
Severity: How bad a bug is? Means impact on the application
Priority: How soon the bug need to be fixes? Means 
Importance in terms of both application and client

Example: 
Let us take an example of data entry screen of an 
application.

For High Severity and low Priority
1. Application get closed itself after entering 100 records 
then again needs the application to restart. 

For High Priority and low Severity
2. After entering record the message prompt showing the 
message has some spell mistake.

Vimal (Test Engg.)
 
Is This Answer Correct ?    0 Yes 0 No
Vimal
 
  Re: give me an example of high severity and low priority.And low severity and high priority
Answer
# 5
Severity : How severe the defect is.

Priority : It is a sequence of defects that tells that what
defect is first resolved and what next.

High severity and low priority : If the test Engg. raise a
defect that is a related to out of scope functionality even
if it is a high severity defect u assign low priority to
that defect.

Low severity and high priority : The defects that are
related to Look and Feel and Spelling mistakes that have low
severity but in customer perception that defect has high
priority.

Correct me if u feel wrong.
 
Is This Answer Correct ?    2 Yes 0 No
Surii
 
  Re: give me an example of high severity and low priority.And low severity and high priority
Answer
# 6
1.Low Severity and High priority:-
Let us discuss with a simple login screen.

 Enter username and enter password and press login button,
if it is not accepting it then it would be difficult for
end-users to work with the application.For this scenario the
 impact would be very high like lot of end-user may not
complete there task. which is high priority but solving them
is really simple just go to database and check the login
connection and re-set the password which takes only few min
to solve but until solved it is stopping lot of end-user to
complete there task. so priority is high ( to be resolved
immediately but resolving is simple so low severity).

High Severity and low priority:-
  suppose we are having an application where we enter
employees record and assingn subjects they teach. Now we
have entered an new employee record and save it and assigned
subjects to it. Now if we want to modify the the subject
assigned to some other and try to save it is showing an
error message unable to save. For this scenario if we enter
the details perfectly we can complete the task and no need
to change and modification takes place rarely so we can go
through the application without any disturbance. but to
solve the problem of modication the developers has to go to
the entire code and might takes place to solve that and
might cause some side effects too. so impact is less but
solving the problem is very high . so this reason it is
called high severity and low priority.

this might help you in clarification.

Sameer Test Lead
 
Is This Answer Correct ?    1 Yes 1 No
Abdul.sameer
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
what is hotfix? CTS6
Hi, I am planning to write ISTQB Advanced level certification (Functional & Technical). Pls help me to find out the material for these certifications and which one to write first(Functional or Technical)  1
if my documents (SRS &FRS) having erros(does not meets) the requirements in that situation,which document i should take to write the testcases?(othere wise which steps i should take? Thanks In Advance  2
What is Testpolicy document explain in detail? What is the use of this Document?  1
What is Functional point and what is the use?  2
Describe Software Testing life cycle? What are the steps in volved in STLC (Software Testing Life Cycle)? MBT21
scenario is like the following, a software to be installed in the train the work of the software is when ever any object comes opposite to it the train has to be stopped would u plese any bone tell us the test case for this AZTEC2
How do you determine what to test?  4
what is stress testing, and load testing, vidune testing pls give suitable example in the question  1
What are the Test Deliverables?  4
what are the types of testing eMantras4
which metrics you collect after testing process?  1
10.List five words that best describe ur strengths? VJIL-Consulting1
If Tester found the bug in build 2.0.0 tester will assign it to developer but not get fixed in next build 2.0.1 then tester have to assign it again for every build if not get fixed upto build 2.0.7 or not? Same question is for version also?  4
What is Component Testing? How to do Component Level Testing?  9
I heard that 2 0r 3 tier applications can be tested using Browser in the <<Intranet>> Is it correct. pls correct me  1
hi iam keeping 2+ fake exp here is my project plz tell me wt kind of Q's can be posed on it. Blue room acts as the central repository for all project information – providing detailed view into the operations of entire services of the organization. Blue room provides access to different levels of users based on their role like CEO, client, project managers, project leader and team members. Each will have permissions to access different functionality of the tool. Blue room gives access to higher management like CEO, VP or Project managers to real-time data including project completion percentages, gross margin, remaining engagement time, budget vs. actual, and profitability analysis. Through this extensive visibility, services professionals gain a better understanding of the overall performance of their services organization and are able to make faster and more effective strategic business decisions. Upload and download your Project files into Blue room from anywhere, making the latest project plans available to all participants via the Internet. n 1 more project also: Cable Network Management System (CNMS) efficiently handles customer information, billing and also effectively monitors the services provided. CNMS mainly consists of two modules. Cable Network Information (CNI) and Customer Accounts (CA). CNI maintains customer's information, employee information, service areas and tariff. CA is completely an accounting package, which helps to handle all accounting transactions of the company. The CA module is an important module and it includes account type, login information, and payment methods etc. Each customer account is linked in the system with a specific services offered to a customer, and the customer will be billed depends on his usage of these services. Customer account belongs to specific account type, which is related to some price plans and discounts. The billing process involves receiving billing records from various networks, determining the billing tariff associated with the area, calculating the bill for each customer on monthly basis, aggregating these records periodically to generate customer bills, sending bills to the customer, and collecting payments received from the customer and adjust customers balances accordingly. Up to Date Balance sheet, Import and Export feature, Network Compatible and user friendly, Rescue data through Recovery system and Dynamic Report Generation are other important features. can any 1 plz tell wt kind of test cases will be asked on dis.  3
what is the diff bet SDLC and STLC? scintel6
1.hi plz can u tell me some tesyt case for creating a new folder and rename that folder 2. second plz send me some test cases for a msword file and for "save as option"  1
diff b/w alpha & beta testing? who will do this with examples? can u pls help in this topics  1
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com