Suppose wihile we are doing testing..A bug is reproduced
what will be the necessary action taken by the tester?
Answer Posted / js
Tester tries to investgate why it is test is failing and
collect as much information(i.e snapshots & fs sections) as
possible and assigns the test back to developer with status
as "open" and with appropriate severity and priority.
If tester is good enough with technical knowledge then he
tries to suggest the solution and asks the developer to fix
it.
Suggesting a solution to test failure is good quality of an
expert tester
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is bottom-up approach?
About Hierarchy level in your company.
Iam new to testing field and i put lot of experiences so i want to get prepared for the interview in all the ways both in manual and Automation can any one help me how to answer there questions in real time. also can anyone send the top questions and answers to me plz its urget u can mail me at vaisu72@yahoo.com
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....
what is mean by impact analysis ,how we used to select regression TC using this?
Define what is a critical bug.
Write notes on apparel testing equipments.
Presently working in software company as a software test engineer with 1.5 yrs of experience but i am 2002 passout.Gap is 6 yrs.Is there any problem getting job in MNC? Which criteria HR follows for recruiting test engineer?
What is Independant Testing? When and where this type of testing will be performed?
Hi I am searching job please send some details abuot ERP project and real time test plan,traceability report,test case if any relate to erp project Please help me out to get a job in testing.my email address is chiku_69@yahoo.in Thank u
what are your thoughts on SPRINT duration
what is the diff. bw separate database testers and manual testers with sql knowledge guys... iam confusing so much ,,in cmpny database testers are not working on manual..? both positions are same are not? explian clesly with example? thank u
Unit Testing can be done by using Nunit?
what r the 5 major defects that u found in ur shopping related project?
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?