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
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 |
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 |
i am unable to select an item from combobox using Descriptive programming. can any one give me code for scheduling the ticket using Descriptive programming.
How can i select multiple values from drop down list using vb script in qtp? and wt is the script for clicking msg box box automatically with a specific time. Thanks in advance...Kalyani.
Can any body help me to write descriptive program to find a cell value (say 2 row, 3rd column) in a datatable which is creating dynamically and statically
write the vb script for call to new action in qtp?
If i entered 2 columns and 4 rows inputs in DDT Like Mango fruit, Banana Fruit, Brinjal Veget, Carrot Veget.. . My Q is How to get the 2nd column value for corresponding 1 column input in 3rd row ie, ( i need to get "veget" in messge box @ run time
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
What are the environment variables?
How can we conduct U-I Testing by using QTP??????
what is flag=0 in qtp tool.. i am strugglin to use flag function , exactly when it is used , any real time expert pls explain clearly?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
if there r 10 windows open in QTP write a command to close all 10 windows at a time ?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..