what is severity?explain with example
Answers were Sorted based on User's Feedback
Answer / jayprakash
Severity of the issue is nothing but how high priority of
issue is it?
Issues can be of severity 1=Blocking, 2=Critical, 3=Major,
4=Minor and 5=Trivial.
| Is This Answer Correct ? | 3 Yes | 14 No |
I’ve heard that Zephyr, a test management tool saves the trouble of sending weekly and monthly status reports. Is that true?
What are the five common solutions for software developments problems?
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
what is Agile Development Processes
When should u feel that u can stop testing now?
11 Answers iSoft, MBT, TCS, Verisoft,
I have a brand for product which will be delivered as per the subscription from customers.What are all the major functionalities u will test in that case?
what is sanity test
How you will collect a module from the version?
What if the project is not big enough to justify extensive testing?
What do you think is a good investment, a defect tracking system or a test management system integrated with a defect tracking tool? Please comment.
What is the difference between Test cases document and test cases design document?
What is extreme programming and what is it got to do with testing?