How can we redirect QTP results in to a excel sheet after
the execution
Answer Posted / rayudu
You have to create a function for that for example
Pass the below values
strTCNo=23 (Test Case No)
strResult=Pass (Result
public function FnTcStatus (strTCNo,strResult)
DtRwCnt= DataTable.GetSheet("Result").GetRowCount
For l=1 to DtRwCnt
DataTable.SetCurrentRow(l)
If DataTable("A","Result")=strTCNo Then
datatable.Value("TC_Status","Result")=uCase(strResult)&"_"&
Now()
End If
Next
strTcNo=""
strResult=""
end function
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
Which environments are supported by hp qtp?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
How many tabs are available in debug viewer pane?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
What are the five challenges you faced in QTP?
What is the difference between Keyword Driven test and Data Driven test?
after click on compose mail how can we attached a file in qtp with vbscript code
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
How to test login module with different username and password by using data driven testing in QTP?
What are the differences between quicktest professional and winrunner?
Dis advantages of XML checkpoint ?