Give an example of high priority and low severity,low
priority and high severity ?
Answers were Sorted based on User's Feedback
Eg: If companies name is wrong ( spelling mistake ) in all
front end screens, then the seviority is low and priority is
high. Am I Correct. This wont interrupt the program to break
so seviority is low, but comapanie's name should be proper.
so priority is high.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / padma
high priority: for ex the company name is cmc instead of
cmc if it is bmc it is high priority as well as low
seviority .
high severity; suppose input range is 0-50
if 15th character doesnt accept it is high severity
if 50th character doesnot accept it is low priority.
if it wrong please correct me
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / vishal mehta
1. Low Severity & High Priority: Suppose there is a
spelling mistake or content issue on the homepage of BT.com
website which has daily lakhs of hits all over UK. In this
case, though this fault is not affecting the website or
other functionalities but considering the status and
popularity of the website in the competitive market it is a
high priority fault.
2. High Severity & Low Priority: Suppose there is an
application which generates some banking related reports
weekly, monthly, quarterly & yearly by doing some
calculations. In this application, there is a fault while
calculating yearly report. This is a high severity fault
but low priority.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / william
If the application we testing affects the another
application mean will cme in high priority n high severity..
if its not affect another application then it will cme in
low priority n low severity
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / rambabu -hyd&banga
In user interface bugs we are giving low severity
ex: 1)Improper right alignments(low priority)
2)spelling mistakes (high priority)
In calculation bug we are giving high severity
ex: 1)final output is wrong(low priority)
2)dependent outputs are wrong(high priority)
| Is This Answer Correct ? | 1 Yes | 7 No |
What is role and responsibility of a senior software testing engineer in the company?( Day to day activities)
Do you have a favourite QA book? More than one? Which ones? And why.
In the Test Plan,Features to be tested and Features not to be tested are there.Can u explain these in Detail?
What are estimations? How do you estimate?
can anybody explain insurance project modules,and what we need to test on which functionality
In an interview,the Interviewer asked me what are the reasons For the software has bugs? could u pls. explain the General reasons ..
5 Answers Infeneon Technologies,
Tell me about any quality efforts you have overseen or implemented.
1.Testing work starts once a)once requirement are complete b)once test cases are complete c)once coding is complete d)begining of requirement 2)For white box testing a)the tester is completely unconcerned abt the internal behavior of the program b)the tester is concerned with finding circumstances in which the program doesnot behave according to code standards c)test data is derived from market requirements 3)stress testing is a measure of one of the following a)application response time b)concurrent load an application can handle c)transactions per minute that can be handled d)virtual load at which the system will fail 4)UAT means a)testing performed on a single stand alone module b)testing after changes have been made to ensure that no unwanted changes were introduced c)testinf to ensure that the system meets the needs of the organization& the end user 5)software quality metrics will help u to a)keep account on the software quality of an application b)analyse and improve the deficiencies of an application c)both of the above d)none 6)Application that has GUI must be tested for usability a)for any kind of UI applications b)more necessary for web based applications c)only if the user is going to use the UI d)only if the user pays for it 7)the program according requirements expects the uppercase letters from A to Z.Analyze the following inputs and choose one that can cause the failure with greater probability a)@,[ b)1,0 c)B,W d)[,] 8)A system test that forces the software to fail in a variety of ways and verifies that softwware is able to continue execution without interruption.This definiton in nearest to a)Recovery testing b)Stress testing c)both of the above d)none 9)Automated testing is necessary when a)testing has to be done very quickly b)number of resources are very less c)most of the test cases are similar in anture d)all of the above 10)which of the following tests is performed early in a software testing process a)monkey testing b)unit testing c)system testing d)none 11)the testing technique that requires devising test cases to demonstrate that each program function is operational is called a)black box testing b)glass box testing c)grey box testing d)white box testing 12)what a UML diagram is useful for black box testing a)class diagram b)object diagram c)use case diagram d)sequence diagram 13)what kind of tools would you suggest to use for the automation of regression tests? a)capture and playback b)static analysis tools c)simulators d)debugging tools
3 Answers Bally Technologies, IBM, QA, Speridian Technologies,
How do you know that your test cases will meet the requirement that the client required for the application.
What is the test ware?
Negative testcases for salary application..
Why regression testing is important?