In QTP if u got a defect , how to report to developer using
Test director or Quality center .
Answer Posted / abc
There will be default option like send the defect
information to the respective people when u fill the defct
Details. Here just you need th click on the Respective
names.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the short cut keys for the following?
How the exception handling can be done using quicktest professional (qtp)?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
How to break the object spy ?
In qtp, explain what is keyword driven automation framework?
Is it possible to change the property value at runtime? How it is possible?
What is Test Fusion Report in QTP?
When ‘option explicit’ keyword is used in qtp?
How do you create regression test packs?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
what is the difference between development and testing
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?