How u send bugs to dev'lpment team all at once or one by
one or waht is the process?

Answers were Sorted based on User's Feedback



How u send bugs to dev'lpment team all at once or one by one or waht is the process?..

Answer / gopinath

Hi,

Whenever a tester finds a bug, it will be reviewed by the
Test Lead and if the bug is valid then, in the bug tracking
tool the bug will be posted with the description.Once the
bug is posted, its status will be "NEW". An intimation will
be sent to Dev lead. He will verify the bug and if its
acceptable then he assigns the bug to a particular
Developer - Status " Assigned" otherwise he will
simply "Reject" it.

Learn - Bug Life Cycle

Is This Answer Correct ?    5 Yes 0 No

How u send bugs to dev'lpment team all at once or one by one or waht is the process?..

Answer / nanda

-scope of testing is mentioned for a particular release
-testing is done keeping the scope in view
-if differences are found on comparison with the
srs/client's requirements,1-many bugs can be logged into a
bug tracking tool
-developers view the bugs in btt and accept them or make
them invalid

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

how to create the varibles and how these are connect to qtp? plz tell me

3 Answers  


Explain the difference between data driven testing and parameterization ?

0 Answers  


What is throw Object?

0 Answers  


Wht is Smart Identification Mechanisam in QTP..Actually when do we this Technology means during Recording or running ....how is technology works. Anybody can expalin this .....Thanks in advacne

4 Answers   Siemens,


actually how many hours per one day we will work on automation(qtp) in real time

1 Answers   Synechron,






What are the key elements available in test result window?

0 Answers  


Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()

1 Answers  


we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?

0 Answers  


How do we handle run-time errors?

0 Answers  


explian about the qtp frame work? where u can use it in your project?

1 Answers  


VM1 = "Invalid username or password. Please try again. " VM2 = "Email id is required.Password is required. " VM3 = "Email id is an invalid e-mail address.Password is required. " VM4 = "Password is required. " VM5 = "Email id is required. " VM6 = "Email id is an invalid e-mail address. " 'Rowcount of the Local sheet Rowcount = DataTable.GetSheet("Invalid login transactions").GetRowCount 'Valid emailid and Password Emailid = "test@iteamic.com" Password = "Password0" 'For i = 1 to Rowcount 'Parameterised Email_id Browser("Browser").Page ("Page").WebEdit("emailAddress").Set DataTable("Email_id", dtLocalSheet) EID = Browser("Browser").Page ("Page").WebEdit("emailAddress").GetRoProperty("value") 'Parameterised Password Browser("Browser").Page ("Page").WebEdit("password").Set DataTable("Password", dtLocalSheet) PWD = Browser("Browser").Page ("Page").WebEdit("password").GetROProperty("Value") If EID = Emailid And PWD = Password Then Reporter.ReportEvent micPass, "EID & PWD check", "Email id and Password is correct, One iteration of Invalid login attempts is not being executed" Else Browser("Browser").Page("Page").WebButton ("Sign-In").Click 'Output value exported to the local sheet Browser("Browser").Page ("Page_2").Output CheckPoint("Home page_Sign in") 'Storing the output value in a variable(OUTPUT OUTPUT = Datatable.GetSheet ("Invalid login transactions").Getparameter ("Validation_message_signin").value 'comparing the Variable Output and the Validation message for a given input If OUTPUT = VM1 Then Reporter.ReportEvent micPass, "VM1", "Invalid username or password. Please try again. " else if OUTPUT = VM2 Then Reporter.ReportEvent micPass, "VM2", "Email id is required.Password is required. " else if OUTPUT = VM3 Then Reporter.ReportEvent micPass, "VM3", "Email id is an invalid e-mail address.Password is required. " else if OUTPUT = VM4 Then Reporter.ReportEvent micPass, "VM4", "Password is required. " else if OUTPUT = VM5 Then Reporter.ReportEvent micPass, "VM5", "Email id is required. " else if OUTPUT = VM6 Then Reporter.ReportEvent micPass, "VM6", "Email id is an invalid e-mail address. " else Reporter.ReportEvent micFail, "EID & PWD check_FAIL", "Validation message checkpoint failed. The captured v msg is not required" End if End if I am getting syntax error saying "Expected 'End If'" at the last line, Why is this? Kindly explain...

1 Answers  


How many types of parameters are there in QTP and what are they?

2 Answers  


Categories