can you tell me high priority low severity defect?
Answers were Sorted based on User's Feedback
Answer / karthick407
High priority and Low sevearity: for example, if a customer
Logo is inverted and the UAT (User Acceptance Testing) is
going to start, in this case It takes High priority and low
sevearity.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / puspita
The application generates a show stopper or system error(for
which there is no workaround)
| Is This Answer Correct ? | 3 Yes | 3 No |
What is the testing process and what testing process followed by software company?
what id test effort Estimation in testing ?
what is the diff between testing methodology and testing technique
what are the testcases for Lift--
Generally which software development model is used in project based companies?
What is non-functional testing?
Can you explain a pair-wise defect?
Assume a login page, and you have written 10 cases(say for example). How will you justify that these 10 testcase suffient for the login and how do you say this is 100% satisfies the need.
Can you explain v model in manual testing?
How can i check GUI for application window
How you manage your test case (already written )when requirments changes?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....