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
What is ‘object spy’ and what is the function of object spy in qtp?
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
How to record a qtp script ?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
what could go wrong with test automation?
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
What is RTM (require ment tracebulity marix) fromate?
What is synchronization? What are the ways you can synchronize?
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
What is quick test pro?
Have you faced any problems with object repository?
How to suppress warnings from the test results page?