When a high severity issue is found in production how to
handle this situation.
Answers were Sorted based on User's Feedback
Answer / subashini
when a issue is found in production level, it is in general
raised as high priority issue.
Issue found in production envt will be escalated to support
team.Then appropriate development team will attend to this
issue & provide a fix as patch.This patch will be tested
locally by setting up the production envt scenario n after
ensuring the functionality, this will be sent to deploy in
the production envt.
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / rahul
when system goes down/crashes it is considered as high severity issue. we report it to the development team/TL.
| Is This Answer Correct ? | 0 Yes | 7 No |
wht is bug, deffect,issue,error
Notepad(Editor),we test is which type of testing? a)Functionality Testing,b)Compatability Testing,c) All,d) None
Write 2 scenarios for System testing?
what is the diffrence between bug, error,defect??
what is the outcome of testing?
what responsility of the network administrator?
1.How will u write traceability matrix? 2.What is Test summary Report…? 3. What is Test Closure report…? 4.What are the Testing methodologies that u have followed in your project ? plz...........do reply...............
Find the Cyclometric complexity on the following p seudocode Do while records remain read record; if record field#1=0 then process record;store in buffer; incremental counter;store in file. reset counter;end if end do please let me know the procedure too.
Hi, Can anyone send me the interview questions & answer for 1+ year of experience in manual testing
How can your reverse a sentence("I LOVE MY COUNTRY" to "COUNTRY MY LOVE I")
what is agile testing?
On Registration Form, if some fields are not mandatory to fill then those fields can accept any invalid input. OR there may have some validation. E.g. Email id field - Not mandatory to fill. If user enter Email id = 453454 should it accept?