How can we log a defect in Testdirector from Q.T.P ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / guest
If u are running the test case from Testdirector, if your
test case failed at particular step. we have an option "Add
Defect" in the test step
| Is This Answer Correct ? | 2 Yes | 0 No |
Define Canvas view of UFT?
list me out the shortcutkeys for some functionlities in the qtp for example to record ,to run ... etc
Explain different types of checkpoints?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
what are the environment variables,how do you use them. give an example.
What does Reporter.Reortevent2 does?
How to use custom checkpoints in QuickTest Professional?
What is the limitation to XML Checkpoints?
what the difference between shared repository and per action repository?
if anyone has idea of the interview procedure in covansys, plz send me a mail?
Hi. I have completed B.TECH(CS) , But I will go to "SECURITY CONSOLE OPERATING" [C.C CAMERA abservation]. IF interviwer asks " Why you choose this job ?" What we will say? urgent.........................urgent...........
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"