If u prepare bug report in Excel sheet . Is it possible to
send thrw Test director? how it is?
Answers were Sorted based on User's Feedback
Answer / kathir
TD is a test management tool from mercury.
Add defect menu is there in TD.
We have to open and we can give the details about the bugs
and we attach the relevant information.
After completion, by clicking the button then it will go to
the concern person in the team.
Tracking the defects also easy by using this tool.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / vijaya
It is not possible to export bug report to test director.
The fields in the defect tab varies with respect to the
project requirements and mapping these requirements for
each project in excel sheet and exporting to TD is not
possible.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / naveen
We can send the Bug Report created in Excel sheet to TD.
For that we need to we install MSexcel addin into TD.
Excel->Tools->Macro->security->Low->ok->Close Excel.
As soon as you got to TD,you see->TD addin->Microsoft
addins-Msword addin,Ms excel addin--> downlaod->run->run-
>close TD.
Now go back to MS excel in tools we can see export to TD
option.
| Is This Answer Correct ? | 0 Yes | 1 No |
wt is the use of multiple questions in QTP
I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
what are the attributes of QTP?
how will you check how many members visited the website www.infosys.com?
Can any one tell me Difference between Keyword Driven Frame work and Hybrid framework? Its Urgent.
What is expert view in qtp?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
Tell me Three major differences between QTP & Winrunner?
How can we record an edit box in the Web application ?
Hi I am new to QTP. we are planning to implement automation for the application. I am trying to execute the following script: Set ExcelObj=CreateObject ("Excel.Application") ExcelObj.WorkBooks.Add Set NewSheet=ExcelObj.Sheets.Item(1) NewSheet.Name="Order" ExcelObj.Cells(1, 1).Value = "Name" ExcelObj.Cells(1, 2).Value = "Ordernum" ExcelObj.Cells(2, 1).Value = "nam" ExcelObj.Cells(2, 2).Value = "21" ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls" ExcelObj.Quit Set ExcelObj = Nothing in the above script for the line(ExcelObj.Cells(2, 2).Value = "21") it is inserting the value 21 successfully.this is fine But if i want to insert a variable instead of the constant value then what should be the modification in the script. For example: If user retrives a value throug "GetRoProperty" and wants to insert the value into then how the script changes?
How to make arguments optional in a function?