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 |
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop (i.e. I first connect to remote desktop from my machine in order to run the application). I am able to record the script successfully with QTP running on my machine and application running on remote. However, when i run the recorded script, system fails to run it and indicates me that it does not identify the object. Is it possible to record and play while QTP and AUT are not on same machine?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
We are using the QTP version 9.0 where we want to call objects from global repository for a particular function at runtime for increasing the performance of framework.We are actually looking for loading the objects under test (OAT) dynamically when script runs and would like to unload the same once the execution of the script is completed.
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
Explain the concept of how QTP identifies object.
What is the difference between functional spec. and Business requirement specification?
Why divide a test into three action calls?
What are metrics and matrix?
What is the difference between browser sync and page sync in QTP?
On what document base Descriptive programming is written if build is not yet ready ?
recording is not a good programming practice.How to write effective script without recording.Which is the correct method explain in detail
How should I check my code( Before going to execute) without executing the script in QTP