Hi guys, can anyone explain me whats the method for
reporting the QTP test results to teamlead or non-QA member
(developer/PM)?
Thanks in Advance!!!!!
Answers were Sorted based on User's Feedback
Answer / divakar o
Hi,
Prepare a Text file with High Level results
then report by mailing the same.
Divakar O
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / hari
Use Multitest manager for batch run. Multitest manager
gives you html results file. This file is very easy and
simple to explore. Passed and filed and date of run we can
see the results.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the Latest Feature are added In QTP 9.2?
How many test scripts are prapare in ur project(HeathCare Insurance).
How QTP recognizes Objects in AUT?
How do we handle run-time errors?
what is the mediater between qtp and application/project in automation testing?
What is the use of Accessibility check point?
I have a web table,in that web table in 3rd row 4th coloumn i have a link how to click it with descriptive programming? I have a webedit without entering any value how to calculate the size of that field? I have a DB table , how to find the 5th highest salary? write query.
When i used this below script to insert value in the Datatable... At run time it was inserting the given value in the specified column, But after execution all those inserted values were cleared automatically... datatable("column name",sheetid)=value
What is the use of text output value in quicktest professional (qtp)?
How to add a runtime parameter to a data sheet?
what is On Error Resume Next ?
how can we perform web datatable operations on webpages(Like rowcount,col count,cell data)?