In QTP if u got a defect , how to report to developer using
Test director or Quality center .
Answers were Sorted based on User's Feedback
Answer / aparna
There is an option for connecting Quality Center in QTP 9.2.
So u can connect QC to report the defects.Or else u can ask
Open Test Architecture concept where u will have to write
the script yourself
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / manas
In File Menu , there is a option Quality Center Connection .
Cleck there and enter the path ehere the Quality cer
installed. then click on connect. it will get connect.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / 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 |
Answer / bfakruddin
If you have already connected with QC
We have an option 'Post Defect' in Results window
We can fill the required details and post there itself...
If you haven't connected with QC... Connect with QC first
then report the Defect from Results window..
or If you are running the scripts in QC itself the results
will store in QC... assign that defect to particular person
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / pradula
where that connect to QC option will be there in QTP???
| Is This Answer Correct ? | 1 Yes | 2 No |
What is qtp window?
Explain in brief about the QTP Automation Object Model.
What is Object Spy in QTP?
.how will you load the object during runtime
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
When do go for loop condition in test?
Explain script generated after applying database check point?
what is run-time object property in Object spy in QTP9?
I m trying to automate one vb desktop application in that there is vblist vbcombobox many other vb tools are there ,when i m trying to find some unique property to identify the object (take example of vbcombobox ) I cannot find any unique property, all the combobox belong to same nativeclass same name no ids are available ,only the distinct property is there x and y coordinates so i m using some code like this "vbbutton "nativeclass:=ThunderRT6CommandButton","x:=304","y :=443").exist(2)" but i dont find them reliable .Can anyone suggest me some other way to identify those objects with some unique property or is there any way to register our own property .I m using descriptive programming to write the code .Thanks in advance
How we know the qtp has used the smart identification process for identification of the object.
How to execute a VBS file without using Execute File statement?