how can you describe the defect sevirority n
priority...mean low, medium and high... on what factors can
we fix that defect is major r low r medium sevirori and
proirity ???
Answer Posted / gurudas.kulkarni
Severity-->will be showstopper,high,medium,low.
Priority-->High,Medium,Low.
Severity decides the Implementation importance,
Priorty-->decides the Fixing the Time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What Contains in Business Design Document?
What is the Differnce B/W Quality Management and Quality Control
Hi QA, Do any QA's give us the detail status of review happening during the entire life cycle (if templates includes it will be very useful for us) ?
What is maturity level?
What are the automation challenges that sqa(software quality assurance) team faces while testing?
What are the technical and environment risks u faced in ur testing career?
i completed btech in IT in 2012.i am not good at programming.i want to do software testing.am i eligible for the course and how will be my future?please help and than you
What are the actual QA processes run in software compamy ?
create a daily status report or list the items you will cover in a status report
What is automated software quality (asq)?
What are test driver and test stub and why it is required?
What is bug?
What are the solutions for the software development problem?
How to generate swift message
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username