Give an example of High sevierity and low priority
Answers were Sorted based on User's Feedback
Answer / lokesh chauhan
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 ? | 4 Yes | 1 No |
Answer / kiran
You need to decide how severe the bug affects application
and priority decides based on the specifications.
Example: Think that you have drop down for selection of
reports in your applictaion, where the report name is
Mispelled. Based on name only you can select and view the
status of particular repot. In this case Its high severity
from testing perspective asper Rquirements but as per
development spelling mistake is a low priority.
Hope this helps you.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / swaroopa
High severity means, becuase of that defect user is unable
to do any operation.
Low priority, this scenario occurs rarely or among 50000
users only one user tries that situation
Let me explain you clearly
The system is hanging/crashing if user is trying to access
a help page, but that help page will be opened by users
rarely.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / pallavi
Severity
How bad the bug is and how it impact on our Application.
Priority
what is the bug and when We have to fix it.
I would like to give one Example
an application which generates some banking related reports
weekly, monthly, quarterly & yearly by doing some
calculations. If there is a fault while calculating yearly
report. This is a high severity fault but low priority
because this fault can be fixed in the next release as a
change request.
if am wrong then please send me mail
pallavi.panchbhai@gmail.com
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / sangeetha
Seveierity means: how the bug affect the functionality of
the application.
priority means how urgently the bug need to fix it
Example if 2 user login the same application 1 user can
able to access the application but the 2nd person can't
able to access the application
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / mfsi_priyankaa
For example an application which generates some banking
related reports weekly, monthly, quarterly & yearly by doing
some calculations. If there is a fault while calculating
yearly report. This is a high severity fault but low
priority because this fault can be fixed in the next release
as a change request.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sendil
In a module of say two interfaces,the link between them is
broken or it is not functioning
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / rajendra
High sevierity and low priority bug
This means that:
Bug affacting the application functionality sevierly but
the it has less priority to fix it.
For eg read the following bug description:
Session is not expiring after clicking on logout button in
any screen.
if we click on logout button it is navigating to login
page,but if we click on browser back button again it is
navigating to previously viewed page and not allowing to do
any operations.
byee
Friends
Still if u have any doubts don't hesitate to call me or
mail me.
Rajendra Prasad Reddy
rajendra_penumalli@yahoo.com
My Mobile number:9885162742
Hyderabad
India
| Is This Answer Correct ? | 2 Yes | 5 No |
I attended ADOBE,bangalore interview in aug 2009.first round written test they ask questions 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word processor program which crashes when the contents of 89th column is been sorted in assending order. 3)write test 10 cases for program which has a table with 2 fields of NAME od char type and CLASS of INT type.NAME fields is truncated after 26 charaters and CLASS takes value between 1 to 9 both included. There are 3 possible opearations program can perform a)When a new student joins the class the program adds a new field b)When student leaves the class the field get deleted c)when student gets promoted then program incremts the class by 1 Write 5 test cases for the scenario. 4)write 10 test cases for a program that takes date in dd/mm/yyyy format and prints it out with a increment of 1. for dates (dd) can be given in the range 1<=dd>=30 for months (mm) can be given in the range 1<=mm>=12 for years(yyyy) can be given in the range 1600<=yyyy>=9999 5)Give 5 bugs that could cause a program to crash when it printed the 999999 th pages 1000001th line. Some objective question were there but they were easy. 1st LEVEL WRITTEN TEST FOR QA: 1. 15 min Logical Ability test: Simple syllogism based questions, sequence related questions, etc 2. 30 min Quantitative Aptitude test: Simple Arithmetic, angles, geometry, profit/loss, number system There will be 15 questions for match the column Mark A if column A is GREATER than column B Mark B if column A is LESS than column B Mark C if column A is = column B Mark D if DATA IS INSUFFICIENT There are very simple typical baron based There would be 3 questions on triangles all three were from RS Aggarwal. 17. there was one set of questions on the DI question on 20 -25 were on this graph It was about the total mass of human body is 70,000 gms Muscles 30000 Bones 10000 Blood 5000 Liver There were two pie charts Which tell the percentage of water in the food. And the second one tells the which parts ,,something like that Question 1. what percentage of total mass does liver has Ans 2.4% What is the ratio of bones to total mass All the questions are simple .. 3. 45 min Testing concept test: 20 objective multiple choice qustions like binary form of numbers, virtual memory, lossy compression, while loop, if-then-else, error codes. 1. Winzip is a a. lossy compression b. lossless Compression c.text d image 2. output of 11000100 minus 2 3. Memory leakage is because of a.variable not decraled b. variable not free.. like this 4 options were given 4. Virtual memory concept is related to a. memory leagkage {mospagebreak} 5.Reggretion testing is defined as a. testing the whole application b.testing the different modules in the application 6. If the time is very limited for the testing then what would u test in the application. a. run all the tests b.look for the most used featues in the application c.go to the test plan and run the test based on the priority I would suggest to go thru all the definition like what is regretion testing .what is unit smoke.etc. 1 Test Case Writing questions: 10 test cases for entering 3 values representing sides of a triangle and the program giving output as scalene, isosceles or eqilauteral (10 Marks) 1 Output of a calculator and finding the error in the output, write the defect log for the bug (5 Marks) 1 Ques on weather Dev should do the testing or not. Give 3 reason on favour and 2 against it. (5 Marks) 1 Question diff between priority of a bug and severity of a bug. Give example of one case where priority is high but severity is low and one case where severity is high bur priority is low. 1 Question on a program that calculates P=R/I where R, I are integer inputs and P a floating point output. Write 10 test cases for this - 5 Marks. 2nd round: 1.write a testcase for login page,mobile phone. 2.write a program for fibonacci series. 3.puzzles (-%-+-+--=-%-+--) fill the dashes with nos from 1 to 9.left hand side only odd nos. right hand side only even nos. the nos should not repeat. 4.what is sanity testing,regression testing,explian about ur project etc.. 3re round: 1.explain about ur project.they will ask questions from projects like what is the web server used in ur project,what are all the clinents ur company will have?team size etc... 2. one puzzle. i attended upto this level only...still more rounds will be there....if u goto adobe interview be clear in testing concepts,basic programs and more puzzles.
which certification we have to complete first? ISTQB or CSTE? in ISTQB which level i have to choose? Foundation level or advanced level? Can any one tell what will be the syllabus and how tough it will be? pls anyone share the experience
Can any1 tell me what is the use of Shell Scripting on Manual Testing ?
what are the outcomes of system testing?
I through 1st round of interview in manual testing, now in the 2nd round i have written test and oral, what to expect in written test & what is the basic salary can i expect? i have only 1 yr experience and took break for more than 5 years.
if it is a web testing,what is a dead link and a broken link.,and what are the other things we test in a web application related to functionality other than field level and form level validations.
What different sources are needed to verify authenticity for CMMI implementation?
If U have Test Cases already prepared and u have to just excute those test cases in a very short time then how will U decide which test cases has to be excuted first. Is there any technique ?
There are 2 bugs A and B. A has High Severity and Low Priority , wherease B has Low Severity and High Priority. Which bug will you give more importance.
12 Answers ACS, NetBIOS, Sonata,
What is difference between the Web application testing and Client Server testing?
Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one example.
test plan for atm machine in detail step-wise.