In Test Director bug rEPORTS, wHAT ARE THE CONTENTS(fIELDS)?
iF yoU PREAPARE BUG REPORT IN eXCEL sHEET , hOW U SEND TO
dEVELOPMENT TEAM THRW T.D?
Answer / loveleen
1)fields in bug report of test director are:-
summary,detected by,prod version,assigned
to,modified,project,status,detected on
date,severity,detected in
version,priority,reproducible,subject
2)for bug report in excel sheet we download the add-in for
ms excel in td from "add-in page" utility and then from
file menu option "import" we can import excel sheet
directly to td
| Is This Answer Correct ? | 1 Yes | 0 No |
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
Discuss QTP Environment.
How do you move objects from local object repository to shared object repository???What are methods?
what is run-time data?
What are the versions of qtp,What are the differences b/n them?
what is mercury.clipboard in qtp.where we can get this in qtp tool i.e tabs
can anyone tell me from where i can download qtp demo or crack version
Hi, Can anyone help me with: How to select a value from combobox and check the checkbox and set the filter. I have to set a filter by selecting a value from dropdown. Also, im using UFT 11.5 so can anyone help me with code for UFT. Thanks Sreevidya
pls guys understand this is question CAREFULLY,,, interviwer asks can u write test case for ATM m/c..i told, insert card enter pw...like this,,but interviwer not happy with that...ur not going to atm center? in ur office system ur testing ATM M/c...why ..how to test? what is the process?
After i ran the Test in Batch mode i didn't get any results. Can any one let me know how it can be done?
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
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