How can we log a defect in Testdirector from Q.T.P ?
Answer Posted / nani
There is an option in QTP,
connect to TestDirector or Quality Center.
by using this option we can connect from qtp.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is text check point and text area check point?
How to record application running on the Virtual machine?
How to execute a winrunner script in quicktest professional?
Explain the new feature of UFT regarding the export of test results?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
In qtp, how you can exit for loop?
How is test case write?
Qtp has been installed on my pc but recently ON opening it is giving this error PLEASE REPLY IT IS URGENT IT WAS WORKKING FINE QTPRO.EX THE instruction at "0x7.. ...". referenced memory at "0000....The memory could not be read... Awaiting QTP XPERTS REPly URGENT
What are test settings and global settings?
Explain the types of object repositorys in qtp?
What Folder Structure following in Keyword Driven Frame work?
what is error and fault in terms of software quality?
distinguish between old version and new version QTP features.
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?