How u send bugs to dev'lpment team all at once or one by
one or waht is the process?
Answer Posted / 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 |
Post New Answer View All Answers
What are parameterizing tests?
what is the latest version of QTP? Main difference between 9.2 and 10 version
Hybrid framework supports Descriptive programming. Is it true?
What is the file extension of the code file in qtp?
A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
What ate the Technologies supported by QTP?
When do go for loop condition in test?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
How does quicktest professional (qtp) identifies the object in the application?
how to test load test and block box testing an a web based application pls give ans briefly
Connect to QC using AOM.
hi guys, pls tell me for testing institution training hub, hitech city is best or not?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Explain sub procedure of vbscript.