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 |
i'm using QTP 8.2, How should i select(browse) object repository from desktop(or from local local drives like C:\,D:\)?. Note:- object repository to select(browse) is been sent by some other person who is using QTP 9.0
How to make an Action as reusable?
how will u do database testing in qtp? how will u do the same with descriptive programming?
In descriptive programming how we know the properties of the objects, if application is not developed and the prototype of the application is also not developed.
diff between qtp versions from 8.5
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
How we can import data from database?
what is the silent mode in WR?
How do you convert manual test cases to automated test cases?
In smart identification, explain about 1. Base filter properties 2. optional filter properties with examples?
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)?
When it be decided to go for either Per - Action or Shared?