Who will assign severity and priority to the bug?
Answer Posted / n@n!
severity was given by PM/TL
priority was given by test engineer
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
If I want to check compability of software in a MAC OS then which steps shold I follow?
In usability testing we check spelling, content, look and feel, color combination, link or menu navigation? please let me know more about usability testing.
What is exploratory testing and when should it be performed?
Can you explain exploratory testing?
what should be tested when credit card is used as payment option in ecommerce project?can anyone tell me in detail what to test n how to test when credit card is involved in web application?
i have source and target having same data structure 500 fields and one lacks records. how to validate data. write 5 scenarios.
What are the roles of glass-box and black-box testing tools?
How many bugs occured will be considerd appropriate over 1000 steps when inspecting software? Describle an approriate Bug value.
What is state transition?
Hi guys,I have 3+ years of exp in manual testing in a bangalore based MNC company.I Like to jump in chennai.So please if u know any jobs in chennai firms please let me know in my email-id. anbarasu2k@rediffmail.com. cheers, anbarasu.
How can you do the usability testing?
What are the types of maintenance?
hai friends can u expalin about real time process of testing at the company, like flow diagram
If there is non reproducible bug which developer is not ready to agree, how you will convince him.
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?