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 |
in a database table there are 3 columns (name , marks,grade) , in application after retrieving data from db to fields name, marks click ok button then grade should displayed ---for this how to write vb script prgm
How we test web based application by using QTP
what is supply chain management?
What is the Difference between test object and run time object?
Problem with XML checkpoint in QTP ?
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b if u found exact answer please getback to me? raju.ippali@gmail.com 9823257761
I am struggling to understand QTP more from descriptive programming point of view. Is it easy to learn good QTP in South india by good faculty than north india? I found a great lack of institution in here. can you suggest me better instituion. I am holding two years of experience in same company, is there possibility in south india for me?
What does VBS file contain...??? what is VBS file.. ???
Hello! i am having two comboboxes.Each having 10 items in it.when i select first item in first combobox,it is not similar in the second combobox.for ex in first combo if it is Hyderabad,in second it should be some chenai or some other item .Write a VBSCRIPT for that?
Can we use index on view?
Write a function which returns the addition of two numbers. give the value of the numbers outside the function.
I want to see all the properties of agent name in login window. I will use the script Set a=Window("FR").WinEdit("Agent Name:").Gettoproperties( ) msgbox but my question is how to use the msgbox if i use a it will display only a, so anyone pls let me know how to get the display of all the properties using GetToProperties () or GetRoProperties (). Thanks a lot